[Xfce4-commits] <glib-objc:master> allow passing flags to aclocal, automake, autoconf
Brian J. Tarricone
noreply at xfce.org
Sun Nov 22 04:10:01 CET 2009
Updating branch refs/heads/master
to 134adf46aff635eedce5c6f5f131c2b0f55268ba (commit)
from 181172f4b868f2ca449e390c5da824b634033122 (commit)
commit 134adf46aff635eedce5c6f5f131c2b0f55268ba
Author: Brian Tarricone <brian at tarricone.org>
Date: Sun Jun 28 23:58:27 2009 -0700
allow passing flags to aclocal, automake, autoconf
autogen.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index d9052e6..fc98cdf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,10 +24,10 @@ fi
sed "s/@REVISION@/$REVISION/g" <configure.ac.in >>configure.ac
run_first_found "glibtoolize libtoolize" "--force --copy --automake" &&
-run_first_found "aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal-1.7 aclocal" &&
+run_first_found "aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal-1.7 aclocal" "$ACLOCAL_FLAGS" &&
run_first_found "autoheader-2.61 autoheader-2.60 autoheader-2.59 autoheader-2.53 autoheader" &&
-run_first_found "automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake" "--force-missing --add-missing --copy --gnu" &&
-run_first_found "autoconf-2.61 autoconf-2.60 autoconf-2.59 autoconf-2.32 autoconf" || exit 1
+run_first_found "automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake" "--force-missing --add-missing --copy --gnu $AM_FLAGS" &&
+run_first_found "autoconf-2.61 autoconf-2.60 autoconf-2.59 autoconf-2.32 autoconf" "$AC_FLAGS" || exit 1
if test "x$NOCONFIGURE" = "x"; then
CONFIGURE_FLAGS="--enable-maintainer-mode $@"
More information about the Xfce4-commits
mailing list