From: Paul Eggert Date: Tue, 3 Sep 2002 23:44:01 +0000 (+0000) Subject: (Configuration Commands): Remove obsolete example for X-Git-Tag: AUTOCONF-2.54~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd63bad3752e225f93f1555ba86a5c4cea36d01b;p=thirdparty%2Fautoconf.git (Configuration Commands): Remove obsolete example for AC_CONFIG_COMMANDS_PRE. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 1a44588dd..5749c0abe 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -2687,15 +2687,7 @@ AC_CONFIG_COMMANDS([time-stamp], [date >time-stamp]) @defmac AC_CONFIG_COMMANDS_PRE (@var{cmds}) @acindex OUTPUT_COMMANDS_PRE -Execute the @var{cmds} right before creating @file{config.status}. A -typical use is computing values derived from variables built during the -execution of @command{configure}: - -@example -AC_CONFIG_COMMANDS_PRE( -[LTLIBOBJS=`echo $LIBOBJS | sed 's/\.o/\.lo/g'` -AC_SUBST(LTLIBOBJS)]) -@end example +Execute the @var{cmds} right before creating @file{config.status}. @end defmac @defmac AC_CONFIG_COMMANDS_POST (@var{cmds})