autogen.sh (CONFIGURE_DEF_OPT): Check for automake 1.9 and 1.8, but not for 1.5.
authorAndy Wingo <wingo@pobox.com>
Wed, 12 Oct 2005 17:20:17 +0000 (17:20 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 12 Oct 2005 17:20:17 +0000 (17:20 +0000)
Original commit message from CVS:
2005-10-12  Andy Wingo  <wingo@pobox.com>

* autogen.sh (CONFIGURE_DEF_OPT): Check for automake 1.9 and 1.8,
but not for 1.5.

ChangeLog
autogen.sh

index b98fe87..8c2c268 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-10-12  Andy Wingo  <wingo@pobox.com>
 
+       * autogen.sh (CONFIGURE_DEF_OPT): Check for automake 1.9 and 1.8,
+       but not for 1.5.
+
+       * gst/gst-types.defs: Fix flags wrongly declared as enums.
+
        * gst/gst-extrafuncs.defs (flags, set_flag, unset_flag): Fix for
        core updates.
 
index c76cba4..96ec9e9 100755 (executable)
@@ -33,7 +33,7 @@ echo -n "+ check for build tools"
 if test ! -z "$NOCHECK"; then echo " skipped"; else  echo; fi
 version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autoconf-2.52" \
               "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
-version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6 automake-1.5" \
+version_check "automake" "$AUTOMAKE automake automake-1.9 automake-1.8 automake-1.7 automake-1.6" \
               "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1
 version_check "libtoolize" "$LIBTOOLIZE libtoolize" \
               "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1