add env var to get automake 1.7
This commit is contained in:
parent
365a9fbb69
commit
465e32b7c8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ sh libtoolize --copy --force --automake
|
||||||
sh aclocal -I m4
|
sh aclocal -I m4
|
||||||
#sh autoheader
|
#sh autoheader
|
||||||
sh autoconf
|
sh autoconf
|
||||||
|
export WANT_AUTOMAKE=1.7
|
||||||
sh automake --foreign --include-deps --add-missing --copy
|
sh automake --foreign --include-deps --add-missing --copy
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue