diff -r 1a1bffa615b8 -r 224cd6aacfc1 bootstrap --- a/bootstrap Tue Mar 21 13:45:24 2006 +0000 +++ b/bootstrap Thu Mar 23 19:57:14 2006 +0000 @@ -67,9 +67,11 @@ autoheader=autoheader-$acver fi +echo "Try using 'autoreconf -vi' instead of this." + set -x -$aclocal -I config \ +$aclocal -I m4 \ && libtoolize --force --copy \ +&& $autoconf \ && $autoheader \ -&& $automake --add-missing --copy --gnu \ -&& $autoconf +&& $automake --add-missing --copy --gnu