From: Daniel Stenberg Date: Fri, 6 Jan 2006 22:07:51 +0000 (+0000) Subject: Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic X-Git-Tag: upstream/1.10.0~1195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acf6edf7e926dd6394579cb6e89dd9ab3a623116;p=platform%2Fupstream%2Fc-ares.git Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic --- 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