]> git.ipfire.org Git - thirdparty/autoconf.git/commit
1999-09-22 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Thu, 23 Sep 1999 09:49:56 +0000 (09:49 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 23 Sep 1999 09:49:56 +0000 (09:49 +0000)
commit76906a83b0e061190b2541e996ef3424858beb51
treef3cdc3238e743623dd92518e37407989764b7442
parente819cbd112e0fdebf26ecca5a5e6d59202043ac5
1999-09-22  Akim Demaille  <akim@epita.fr>
        * install.texi: Give emore details on envvar handling.
        * acgeneral.m4 (AC_HELP_STRING): Add a third argument to tune the
        width of the first column.
        (AC_INIT_NOTICE): Initialize ac_arg_enable_help, ac_arg_with_help,
        and ac_arg_var_help.
        * acgeneral.m4 (AC_INIT_PARSE_ARGS): Remove the handling of
        --env-var=.  After debate, the solution chosen to specify envvars
        to configure is a` la make: ./configure VAR=VAL.
        (AC_INIT_PARSE_ARGS, --help): Output ac_arg_enable_help,
        ac_arg_with_help, and ac_arg_var_help.
        * acgeneral.m4 (AC_ARG_VAR): New macro, to register and document
        influent envvars.
        * acspecific.m4 (AC_PROG_CC): Document CFLAGS.
        This is mainly to test AC_ARG_VAR.  Var to document are to be
        defined.
ChangeLog
INSTALL
acgeneral.m4
acspecific.m4
autoconf.texi
configure
doc/autoconf.texi
doc/install.texi
install.texi
lib/autoconf/general.m4
lib/autoconf/specific.m4