Adjust formatting of configure help messages and config.h comments
authorIvan Maidanski <ivmai@mail.ru>
Sun, 29 Jul 2018 08:02:36 +0000 (11:02 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 29 Jul 2018 08:04:09 +0000 (11:04 +0300)
commitb63533e7a44d2e437d1fbc82e1212c9bcac5e7f2
tree7f48fd5ef5f89ff22a03aadc9bbc0f0963da3ccc
parent926282eb7ff96adc80ca48e53831562457e276b3
Adjust formatting of configure help messages and config.h comments

* configure.ac (getcontext, execinfo.h, setjmp.h, GC_BUILTIN_ATOMIC):
Add trailing dot in AC_DEFINE comment message.
* configure.ac (gcj-support, java-finalization, atomic-uncollectable,
disclaim): Remove trailing dot in AC_HELP_STRING help message.
* configure.ac (gcj-support, sigrt-signals, java-finalization,
atomic-uncollectable, redirect-malloc, disclaim, large-config,
handle-fork, munmap, checksums, werror, single-obj-compilation,
gcov, docs): Start AC_HELP_STRING help message with a lowercase letter.
* configure.ac (werror): Wrap help message into AS_HELP_STRING.
configure.ac