summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-02 21:14:22 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-02 21:14:22 +0200
commitbcea2fcf231d4ab053d17325b53393e1040eee6c (patch)
treeffe1e239ffb8275502a2ef2246ae277548733e7f
parent6ff7b823ea37c8baa725fad659b06b23e1d92d57 (diff)
downloadxine-lib-bcea2fcf231d4ab053d17325b53393e1040eee6c.tar.gz
xine-lib-bcea2fcf231d4ab053d17325b53393e1040eee6c.tar.bz2
Decrease the prerequisites to autoconf 2.59 (even if the code hasn't been made compatible yet).
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 7a8b8f270..580ed39de 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,7 +30,7 @@ PROG=xine-lib
WANT_AUTOMAKE_1_8=1 export WANT_AUTOMAKE_1_8
WANT_AUTOMAKE=1.8 export WANT_AUTOMAKE
AUTOMAKE_MIN=1.8.0
-AUTOCONF_MIN=2.60
+AUTOCONF_MIN=2.59
LIBTOOL_MIN=1.4.0
# Check how echo works in this /bin/sh
diff --git a/configure.ac b/configure.ac
index d1f22fdda..38470b9d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_LIBOBJ_DIR([lib])
dnl
dnl Require autoconf version 2.60
dnl
-AC_PREREQ(2.60)
+AC_PREREQ(2.59)
dnl Making releases:
dnl XINE_SUB += 1; continue with XINE_LT_* values below