m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/bootstrap


From: Gary V . Vaughan
Subject: Changes to m4/bootstrap
Date: Thu, 07 Jul 2005 07:25:57 -0400

Index: m4/bootstrap
diff -u m4/bootstrap:1.25 m4/bootstrap:1.26
--- m4/bootstrap:1.25   Fri May  6 08:30:52 2005
+++ m4/bootstrap        Thu Jul  7 11:25:57 2005
@@ -3,10 +3,11 @@
 # helps bootstrapping M4, when checked out from CVS
 # requires GNU Autoconf, GNU Automake, GNU Gettext and GNU Libtool
 
-: ${AWK="awk"}
-: ${SED="sed"}
-: ${RM="rm -f"}
-: ${GNULIB_TOOL="gnulib-tool"}
+: ${AWK=awk}
+: ${SED=sed}
+: ${RM=rm -f}
+: ${GNULIB_TOOL=gnulib-tool}
+: ${AUTORECONF=autoreconf}
 
 ltdldir=ltdl
 config_aux_dir=$ltdldir/config
@@ -72,8 +73,8 @@
 func_echo "running: libtoolize --ltdl=\"$ltdldir\" --force --copy"
 libtoolize --ltdl="$ltdldir" --force --copy
 
-func_echo "running: autoreconf --force --verbose --install"
-autoreconf --force --verbose --install
+func_echo "running: $AUTORECONF --force --verbose --install"
+$AUTORECONF --force --verbose --install
 
 (
   func_echo "generating testsuite"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]