From 9b0e134da1f9260c7232cbe528c57e377b9cbe72 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 Jul 2003 19:19:57 +0000 Subject: [PATCH] add ACLOCAL_FLAGS to the aclocal call. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index ab11c30..b1819cc 100755 --- a/bootstrap +++ b/bootstrap @@ -8,7 +8,7 @@ export WANT_AUTOMAKE=1.7 sh autopoint --force # for GNU gettext sh libtoolize --copy --force --automake -sh aclocal -I m4 +sh aclocal -I m4 $ACLOCAL_FLAGS #sh autoheader sh autoconf sh automake --foreign --include-deps --add-missing --copy -- 1.9.1