]> granicus.if.org Git - gc/commit
Fix comments style in configure.ac and Makefile.am
authorIvan Maidanski <ivmai@mail.ru>
Fri, 18 May 2018 18:36:37 +0000 (21:36 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 7 Jul 2018 11:53:52 +0000 (14:53 +0300)
commit05f4d2c740223a65890268cd34674a1fc132372c
tree5114bad329b46615a2e12417533fac55e8345944
parent67338bbd70f48cd8f5b3db463f5bda4574326c84
Fix comments style in configure.ac and Makefile.am
(a cherry-pick of commit a043dade from 'master')

Do not allow the comments that are meaningless in the auto-generated
configure and Makefile.in to be put to these files.

* Makefile.am (EXTRA_DIST, SINGLE_GC_OBJ, EXTRA_DIST,
include doc/doc.am): Change comment style from "#" to "##".
* Makefile.am (CPLUSPLUS): Move "#" inside the conditional block.
* configure.ac: Update the copyright.
* configure.ac: Change comment style from "#" to "dnl" for the comments
that are meaningless in auto-generated configure file.
Makefile.am
configure.ac