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:
parent
665d4f08c8
commit
cd9d0d7dec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user