summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2011-09-12 12:43:25 +0300
committerPetri Hintukainen <phintuka@users.sourceforge.net>2011-09-12 12:43:25 +0300
commit5c65559286bd49e9d329b08737ace4626be2a275 (patch)
treead12317738dc25ed120673ca9aeef8d2fe9e175f /autogen.sh
parent698ade058a0c21fcd62c27e6c9ee79630206b6a5 (diff)
downloadxine-lib-5c65559286bd49e9d329b08737ace4626be2a275.tar.gz
xine-lib-5c65559286bd49e9d329b08737ace4626be2a275.tar.bz2
Require automake 1.9.
libtool 2.4 does not work with automake-1.8: Running aclocal: aclocal: macro `_LT_DECL_SED' required but not defined aclocal: macro `_LT_FUNC_STRIPNAME_CNF' required but not defined
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 0ec876910..9265c9af7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,9 +25,9 @@
PROG=xine-lib
# Minimum value required to build
-WANT_AUTOMAKE_1_8=1 export WANT_AUTOMAKE_1_8
-WANT_AUTOMAKE=1.8 export WANT_AUTOMAKE
-AUTOMAKE_MIN=1.8.0
+WANT_AUTOMAKE_1_9=1 export WANT_AUTOMAKE_1_9
+WANT_AUTOMAKE=1.9 export WANT_AUTOMAKE
+AUTOMAKE_MIN=1.9.0
AUTOCONF_MIN=2.59
LIBTOOL_MIN=1.4.0