1.1 --- a/bootstrap Tue Apr 12 19:03:18 2005 +0000
1.2 +++ b/bootstrap Wed Apr 13 06:49:42 2005 +0000
1.3 @@ -53,6 +53,7 @@
1.4 automake=automake
1.5 aclocal=aclocal
1.6 autoconf=autoconf
1.7 +autoheader=autoheader
1.8
1.9 if test -n "$amver"
1.10 then
1.11 @@ -63,9 +64,12 @@
1.12 if test -n "$acver"
1.13 then
1.14 autoconf=autoconf-$acver
1.15 + autoheader=autoheader-$acver
1.16 fi
1.17
1.18 -$aclocal \
1.19 +set -x
1.20 +$aclocal -I config \
1.21 && libtoolize --force --copy \
1.22 +&& $autoheader \
1.23 && $automake --add-missing --copy --gnu \
1.24 && $autoconf