diff options
author | Michael Smith <msmith@xiph.org> | 2006-02-24 17:15:35 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2006-02-24 17:15:35 +0000 |
commit | 9389714ca7391ae4e9c0f365ff3d0467b2bab301 (patch) | |
tree | d11ec42800f355bc486ef81f935245d60d71e314 /autogen.sh | |
parent | 08147a8f2e7a59cffa7de3f302990129073f015e (diff) | |
download | gst-plugins-bad-9389714ca7391ae4e9c0f365ff3d0467b2bab301.tar.gz gst-plugins-bad-9389714ca7391ae4e9c0f365ff3d0467b2bab301.tar.bz2 gst-plugins-bad-9389714ca7391ae4e9c0f365ff3d0467b2bab301.zip |
autogen.sh: Allow automake 1.9
Original commit message from CVS:
* autogen.sh:
Allow automake 1.9
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.7 automake-1.6 automake-1.5" \ "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1 version_check "autopoint" "autopoint" \ "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1 |