Fix inadvertent commit.

* bootstrap: Revert.
This commit is contained in:
Paolo Bonzini 2008-11-28 19:56:27 +01:00
parent 5c90f4d159
commit 430f9c6e6c
2 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -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}