From 6b7e74a03045bae1403039ce9ca1c2aa3302d244 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 25 Jul 2008 13:21:14 +0000 Subject: move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 9fc0c5709..b0ef8ee5a 100755 --- a/buildconf +++ b/buildconf @@ -209,7 +209,7 @@ PERL=`findtool ${PERL:-perl}` echo "buildconf: running libtoolize" $libtoolize --copy --automake --force || die "The libtoolize command failed" echo "buildconf: running aclocal" -ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS" +ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS" ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS || die "The aclocal command line failed" if test -n "$PERL"; then echo "buildconf: running aclocal hack to convert all mv to mv -f" -- cgit v1.2.3