From d34826b96f909c95fc9c0bea8e20a50b4c521277 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 28 Mar 1999 22:38:40 +0000 Subject: [PATCH] 1999-03-28 Tom Tromey * autoconf.texi (AC_OUTPUT_COMMANDS): Add to macro index. --- ChangeLog | 4 ++++ autoconf.texi | 1 + doc/autoconf.texi | 1 + 3 files changed, 6 insertions(+) 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.