mirror of
https://github.com/curl/curl.git
synced 2026-05-16 20:56:20 +03:00
Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
This commit is contained in:
parent
665d4f08c8
commit
cd9d0d7dec
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue