From cd9d0d7deccbd231c4a31c4d99375e10f05e065b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 6 Jan 2006 22:07:51 +0000 Subject: [PATCH] Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic --- ares/buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares/buildconf b/ares/buildconf index c1d0d03..364d5a0 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 -- 2.7.4