Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic

This commit is contained in:
Daniel Stenberg 2006-01-06 22:07:51 +00:00
parent 665d4f08c8
commit cd9d0d7dec
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
${LIBTOOLIZE:-libtoolize} --copy --automake --force
${ACLOCAL:-aclocal}
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing