add libtoolize

This commit is contained in:
Dana Jansens 2002-11-14 23:58:36 +00:00
parent 29d504e76c
commit 379ccf45cd

View file

@ -4,10 +4,11 @@ sh() {
/bin/sh -c "set -x; $*" /bin/sh -c "set -x; $*"
} }
sh libtoolize --copy --force --automake
sh aclocal sh aclocal
sh autoheader sh autoheader
sh automake --foreign --include-deps --add-missing
sh autoconf sh autoconf
sh automake --foreign --include-deps --add-missing
echo echo
echo You are now ready to run ./configure echo You are now ready to run ./configure