From: Dana Jansens Date: Sun, 6 Jul 2003 19:19:57 +0000 (+0000) Subject: add ACLOCAL_FLAGS to the aclocal call. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=9b0e134da1f9260c7232cbe528c57e377b9cbe72 add ACLOCAL_FLAGS to the aclocal call. --- diff --git a/bootstrap b/bootstrap index ab11c306..b1819cc4 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