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>
Fri, 18 May 2018 18:36:37 +0000 (21:36 +0300)
commita043dadec3c3f97e5899cf7d81e8f0dea9a347de
treec0ac6276591b6cefbb2864faa49683c8a56569cb
parentfbf76fd5fb947df2d051d8b4b81baa51408abd56
Fix comments style in configure.ac and Makefile.am
(code refactoring)

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