From: Tom Tromey Date: Sun, 28 Mar 1999 22:38:40 +0000 (+0000) Subject: 1999-03-28 Tom Tromey X-Git-Tag: experimental-branchpoint~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34826b96f909c95fc9c0bea8e20a50b4c521277;p=thirdparty%2Fautoconf.git 1999-03-28 Tom Tromey * autoconf.texi (AC_OUTPUT_COMMANDS): Add to macro index. --- diff --git a/ChangeLog b/ChangeLog index d7312256..3915a3ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-03-28 Tom Tromey + + * autoconf.texi (AC_OUTPUT_COMMANDS): Add to macro index. + 1999-03-22 Ben Elliston * config.guess: Rename BUILD_CC to CC_FOR_BUILD; there is a diff --git a/autoconf.texi b/autoconf.texi index d516fc43..7b98ae4a 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -848,6 +848,7 @@ commands given to it are run just before the commands passed to this macro. @end defmac @defmac AC_OUTPUT_COMMANDS (@var{extra-cmds} @r{[}, @var{init-cmds}@r{]}) +@maindex AC_OUTPUT_COMMANDS Specify additional shell commands to run at the end of @file{config.status}, and shell commands to initialize any variables from @code{configure}. This macro may be called multiple times. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d516fc43..7b98ae4a 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -848,6 +848,7 @@ commands given to it are run just before the commands passed to this macro. @end defmac @defmac AC_OUTPUT_COMMANDS (@var{extra-cmds} @r{[}, @var{init-cmds}@r{]}) +@maindex AC_OUTPUT_COMMANDS Specify additional shell commands to run at the end of @file{config.status}, and shell commands to initialize any variables from @code{configure}. This macro may be called multiple times.