From a3498f96efd38849f0ba3063fa91db227999596a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 30 Jul 2008 03:10:03 +0000 Subject: Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball. --- ares/buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares/buildconf') diff --git a/ares/buildconf b/ares/buildconf index 364d5a06e..44706ce4f 100755 --- a/ares/buildconf +++ b/ares/buildconf @@ -1,7 +1,7 @@ #!/bin/sh ${LIBTOOLIZE:-libtoolize} --copy --automake --force -${ACLOCAL:-aclocal} $ACLOCAL_FLAGS +${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS ${AUTOHEADER:-autoheader} ${AUTOCONF:-autoconf} ${AUTOMAKE:-automake} --add-missing -- cgit v1.2.3