]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix inadvertent commit.
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 28 Nov 2008 18:56:27 +0000 (19:56 +0100)
committerPaolo Bonzini <bonzini@gnu.org>
Fri, 28 Nov 2008 18:56:27 +0000 (19:56 +0100)
* bootstrap: Revert.

ChangeLog
bootstrap

index 304e4d2656e0be71b897c3e9508a249642d905fb..5b8d76f476ea7707d9dc01d3c60d8509fc10f328 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-28  Paolo Bonzini  <bonzini@gnu.org>
+
+       Fix inadvertent commit.
+       * bootstrap: Revert.
+
 2008-11-28  Paolo Bonzini  <bonzini@gnu.org>
 
        Fix manual typo.
index b539e7a1523bdf4aad8e9a58a4b780b3d23386b2..f8b44c18dadf5d5af988bc86d867f182654e1e81 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
 
 SHELL=${CONFIG_SHELL-/bin/sh}
 export SHELL
-: ${AUTORECONF=~/devel/autoconf/+build/tests/autoreconf}
-: ${AUTOCONF=~/devel/autoconf/+build/tests/autoconf}
+: ${AUTORECONF=autoreconf}
+: ${AUTOCONF=autoconf}
 : ${AUTOMAKE=automake}
-: ${AUTOM4TE=~/devel/autoconf/+build/tests/autom4te}
+: ${AUTOM4TE=autom4te}
 : ${MAKE=make}
 : ${GREP=grep}
 : ${EGREP=egrep}