add env var to get automake 1.7

This commit is contained in:
Dana Jansens 2003-06-02 01:07:50 +00:00
parent 365a9fbb69
commit 465e32b7c8

View file

@ -9,6 +9,7 @@ sh libtoolize --copy --force --automake
sh aclocal -I m4
#sh autoheader
sh autoconf
export WANT_AUTOMAKE=1.7
sh automake --foreign --include-deps --add-missing --copy
echo