]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Improve --help documentation of important environment variables.
authorAkim Demaille <akim@epita.fr>
Mon, 10 Jul 2000 10:37:19 +0000 (10:37 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Jul 2000 10:37:19 +0000 (10:37 +0000)
commitbb30dd84845ff6b4cda1430b756f3583c7702145
treea41373f4f20acc727ee466c6f18ad685c3908265
parent106f73aad3c067da545f9f96499ffec297197714
Improve --help documentation of important environment variables.

* acgeneral.m4 (_AC_INIT_HELP): Direct reader to descriptions
of useful variables at the end of the --help.
(AC_ARG_VAR): Emphasize use of environment variables to override
and/or help the configure script.  Ensure that a given variable
is only documented once in the --help.
(AC_CHECK_LIB): Call AC_ARG_VAR to document and register the
LDFLAGS variable, and...
(AC_CHECK_HEADER): do the same for the CPPFLAGS variable.
* aclang.m4 (AC_PROG_CC): Call AC_ARG_VAR to document and register
the CC and CFLAGS variables, and do the same for...
(AC_PROG_CXX): CXX and CXXFLAGS, and...
(AC_PROG_F77): F77 and FFLAGS.
ChangeLog
acgeneral.m4
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/general.m4
lib/autoconf/lang.m4