]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Configuration Commands): Remove obsolete example for
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Sep 2002 23:44:01 +0000 (23:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Sep 2002 23:44:01 +0000 (23:44 +0000)
AC_CONFIG_COMMANDS_PRE.

doc/autoconf.texi

index 1a44588dd15ab99824c23b3cca6a979f37edc1b3..5749c0abea159919b9c73a6b63f9364dc6ee3799 100644 (file)
@@ -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})