diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-04-29 13:53:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-04-29 13:53:17 +0000 |
commit | 2a0c6660cbba1bb5d2e468dc2218141affaa5e7c (patch) | |
tree | d55e932b475038d493359caa7539bcb333f736e8 /autogen.sh | |
parent | 022bf7614da0286d252d89c50b6138a8ad112f1a (diff) | |
download | gst-plugins-bad-2a0c6660cbba1bb5d2e468dc2218141affaa5e7c.tar.gz gst-plugins-bad-2a0c6660cbba1bb5d2e468dc2218141affaa5e7c.tar.bz2 gst-plugins-bad-2a0c6660cbba1bb5d2e468dc2218141affaa5e7c.zip |
autogen.sh: Require automake 1.7
Original commit message from CVS:
* autogen.sh:
Require automake 1.7
* ext/alsaspdif/Makefile.am:
* ext/divx/Makefile.am:
* ext/ivorbis/Makefile.am:
* ext/musicbrainz/Makefile.am:
* ext/neon/Makefile.am:
* ext/sdl/Makefile.am:
* ext/swfdec/Makefile.am:
* ext/theora/Makefile.am:
* ext/wavpack/Makefile.am:
* ext/xvid/Makefile.am:
* gst/modplug/Makefile.am:
Fix up Makefile.am accordingly.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ 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.9 automake-1.7 automake-1.6 automake-1.5" \ - "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1 + "ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1 version_check "autopoint" "autopoint" \ "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1 version_check "libtoolize" "$LIBTOOLIZE libtoolize glibtoolize" \ |