[Xfce4-commits] <glib-objc:no-foundation-dep> support automake 1.11 and autoconf 2.62 and 2.63

Brian J. Tarricone noreply at xfce.org
Sun Nov 22 04:02:09 CET 2009


Updating branch refs/heads/no-foundation-dep
         to b3fa4c2f76cafac7035e99f3dbd809174e97c2bc (commit)
       from 8fd6b78b38c3de1c26f31e4d46d4ad7b179e7b12 (commit)

commit b3fa4c2f76cafac7035e99f3dbd809174e97c2bc
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Mon Jul 6 15:31:33 2009 -0700

    support automake 1.11 and autoconf 2.62 and 2.63

 autogen.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index fc98cdf..4301e46 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" "$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 $AM_FLAGS" &&
-run_first_found "autoconf-2.61 autoconf-2.60 autoconf-2.59 autoconf-2.32 autoconf" "$AC_FLAGS" || exit 1
+run_first_found "aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal-1.8 aclocal-1.7 aclocal" "$ACLOCAL_FLAGS" &&
+run_first_found "autoheader-2.63 autoheader-2.62 autoheader-2.61 autoheader-2.60 autoheader-2.59 autoheader-2.53 autoheader" &&
+run_first_found "automake-1.11 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.63 autoconf-2.62 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