summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-02-24 17:27:04 +0000
committerMichael Smith <msmith@xiph.org>2006-02-24 17:27:04 +0000
commit2375ddee971cf81bb12a28a209d055c268a6b8c4 (patch)
tree0894922e5a15a1617a3c75e7dc97703df0ae2b7e /autogen.sh
parenta3a4d8ef12245059f99cc3eec27ddee9058e22f3 (diff)
Allow automake 1.9
Original commit message from CVS: * autogen.sh: * gst-libs/ext/ffmpeg/autogen.sh: Allow automake 1.9
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b2bb25a..fa3c228 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -38,7 +38,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 "libtoolize" "$LIBTOOLIZE libtoolize libtoolize14" \
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1