aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-06 22:07:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-06 22:07:51 +0000
commitcd9d0d7deccbd231c4a31c4d99375e10f05e065b (patch)
tree22e0467641056debe2ca02fd80ded70521d4b903 /ares
parent665d4f08c844ad8d0baec962bea987018420ece4 (diff)
Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
Diffstat (limited to 'ares')
-rwxr-xr-xares/buildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/buildconf b/ares/buildconf
index c1d0d03f1..364d5a06e 100755
--- a/ares/buildconf
+++ b/ares/buildconf
@@ -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