mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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 <wingo@pobox.com> * autogen.sh (CONFIGURE_DEF_OPT): Check for automake 1.9 and 1.8, but not for 1.5.
This commit is contained in:
parent
b47ce3f716
commit
3e85dcc15e
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
2005-10-12 Andy Wingo <wingo@pobox.com>
|
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
|
* gst/gst-extrafuncs.defs (flags, set_flag, unset_flag): Fix for
|
||||||
core updates.
|
core updates.
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ echo -n "+ check for build tools"
|
||||||
if test ! -z "$NOCHECK"; then echo " skipped"; else echo; fi
|
if test ! -z "$NOCHECK"; then echo " skipped"; else echo; fi
|
||||||
version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autoconf-2.52" \
|
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
|
"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
|
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1
|
||||||
version_check "libtoolize" "$LIBTOOLIZE libtoolize" \
|
version_check "libtoolize" "$LIBTOOLIZE libtoolize" \
|
||||||
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1
|
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1
|
||||||
|
|
Loading…
Reference in a new issue