changeset 2012 | 224cd6aacfc1 |
parent 1348 | 115e42a5b0f7 |
child 2015 | 5e51c9eb5e83 |
1.1 --- a/bootstrap Tue Mar 21 13:45:24 2006 +0000 1.2 +++ b/bootstrap Thu Mar 23 19:57:14 2006 +0000 1.3 @@ -67,9 +67,11 @@ 1.4 autoheader=autoheader-$acver 1.5 fi 1.6 1.7 +echo "Try using 'autoreconf -vi' instead of this." 1.8 + 1.9 set -x 1.10 -$aclocal -I config \ 1.11 +$aclocal -I m4 \ 1.12 && libtoolize --force --copy \ 1.13 +&& $autoconf \ 1.14 && $autoheader \ 1.15 -&& $automake --add-missing --copy --gnu \ 1.16 -&& $autoconf 1.17 +&& $automake --add-missing --copy --gnu