From 3e85dcc15ea80184b85e105563ffd7e638616806 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 12 Oct 2005 17:20:17 +0000 Subject: [PATCH] autogen.sh (CONFIGURE_DEF_OPT): Check for automake 1.9 and 1.8, but not for 1.5. Original commit message from CVS: 2005-10-12 Andy Wingo * autogen.sh (CONFIGURE_DEF_OPT): Check for automake 1.9 and 1.8, but not for 1.5. --- ChangeLog | 5 +++++ autogen.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b98fe87019..8c2c268805 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-10-12 Andy Wingo + * 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. diff --git a/autogen.sh b/autogen.sh index c76cba40a5..96ec9e93bf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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