m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/bootstrap,v


From: Eric Blake
Subject: Changes to m4/bootstrap,v
Date: Tue, 13 Jun 2006 15:41:39 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/06/13 15:41:38

Index: bootstrap
===================================================================
RCS file: /sources/m4/m4/bootstrap,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- bootstrap   5 May 2006 13:30:15 -0000       1.31
+++ bootstrap   13 Jun 2006 15:41:38 -0000      1.32
@@ -6,7 +6,6 @@
 : ${AUTORECONF=autoreconf}
 : ${AWK=awk}
 : ${GNULIB_TOOL=gnulib-tool}
-: ${LIBTOOLIZE=libtoolize}
 : ${RM=rm -f}
 : ${SED=sed}
 : ${WGET=wget}
@@ -163,19 +162,11 @@
 
 
 ## ----------- ##
-## Libtoolize. ##
-## ----------- ##
-
-func_echo "running: $LIBTOOLIZE --ltdl=\"$ltdldir\" --force --copy"
-$LIBTOOLIZE --ltdl="$ltdldir" --force --copy
-
-
-## ----------- ##
 ## Autoreconf. ##
 ## ----------- ##
 
-func_echo "running: $AUTORECONF --force --verbose --install"
-$AUTORECONF --force --verbose --install
+func_echo "running: $AUTORECONF --force --verbose --install --no-recursive"
+$AUTORECONF --force --verbose --install --no-recursive
 
 
 ## ---------- ##




reply via email to

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