diff -r c0f6f251e893 -r 115e42a5b0f7 bootstrap --- a/bootstrap Tue Apr 12 19:03:18 2005 +0000 +++ b/bootstrap Wed Apr 13 06:49:42 2005 +0000 @@ -53,6 +53,7 @@ automake=automake aclocal=aclocal autoconf=autoconf +autoheader=autoheader if test -n "$amver" then @@ -63,9 +64,12 @@ if test -n "$acver" then autoconf=autoconf-$acver + autoheader=autoheader-$acver fi -$aclocal \ +set -x +$aclocal -I config \ && libtoolize --force --copy \ +&& $autoheader \ && $automake --add-missing --copy --gnu \ && $autoconf