1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 07:10:01 +00: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 d07656e76d
commit acf6edf7e9

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