automake-patches
[Top][All Lists]
Advanced

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

FYI: run autoconf in bootstrap


From: Alexandre Duret-Lutz
Subject: FYI: run autoconf in bootstrap
Date: Tue, 03 Jun 2003 00:00:22 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux)

I'm installing this on HEAD.  Not running autoconf here causes
spurious rebuilds at make-time because amversion.m4 is newer.

Index: bootstrap
===================================================================
RCS file: /cvs/automake/automake/bootstrap,v
retrieving revision 1.10
diff -u -r1.10 bootstrap
--- bootstrap   6 May 2003 22:36:54 -0000       1.10
+++ bootstrap   2 Jun 2003 21:57:20 -0000
@@ -104,9 +104,6 @@
     -e "address@hidden@%$APIVERSION%g" \
     m4/amversion.in >m4/amversion.m4
 
-# Run aclocal
-$PERL ./aclocal.tmp -I m4
-
 # Create temporary replacement for automake
 sed -e "address@hidden@%$PERL%g" \
     -e "address@hidden@%$VERSION%g" \
@@ -116,7 +113,9 @@
     -e "address@hidden@%$BOOTSTRAP_SHELL%g" \
     automake.in >automake.tmp
 
-# Run automake
+# Run the autotools.
+$PERL ./aclocal.tmp -I m4
+autoconf
 $PERL ./automake.tmp
 
 # Remove temporary files and directories

-- 
Alexandre Duret-Lutz





reply via email to

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