From: Paolo Bonzini Date: Fri, 28 Nov 2008 18:56:27 +0000 (+0100) Subject: Fix inadvertent commit. X-Git-Tag: v2.2.7b~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=430f9c6e6c461f13feff3dc74bfc69891c923bdf;p=thirdparty%2Flibtool.git Fix inadvertent commit. * bootstrap: Revert. --- diff --git a/ChangeLog b/ChangeLog index 304e4d265..5b8d76f47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-28 Paolo Bonzini + + Fix inadvertent commit. + * bootstrap: Revert. + 2008-11-28 Paolo Bonzini Fix manual typo. diff --git a/bootstrap b/bootstrap index b539e7a15..f8b44c18d 100755 --- a/bootstrap +++ b/bootstrap @@ -31,10 +31,10 @@ 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}