Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 Jan 2006 22:07:51 +0000 (22:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Jan 2006 22:07:51 +0000 (22:07 +0000)
buildconf

index c1d0d03..364d5a0 100755 (executable)
--- 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