1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00

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

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