summaryrefslogtreecommitdiff
path: root/buildconf
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
commitacf6edf7e926dd6394579cb6e89dd9ab3a623116 (patch)
tree6c70b77f10393eecb3d1877d5be67f17aad40990 /buildconf
parentd07656e76d757b72602d69d649d723964896baaf (diff)
downloadc-ares-acf6edf7e926dd6394579cb6e89dd9ab3a623116.tar.gz
c-ares-acf6edf7e926dd6394579cb6e89dd9ab3a623116.tar.bz2
c-ares-acf6edf7e926dd6394579cb6e89dd9ab3a623116.zip
Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index c1d0d03..364d5a0 100755
--- a/buildconf
+++ b/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