diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-22 14:32:56 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-22 14:32:56 +0000 |
commit | a1c7ea8e4497488e228e02333bd2d813a7b8a6b6 (patch) | |
tree | ca282adfe1ac2dd60c24cb0748e3b0968c33f1a0 | |
parent | b832fb7e23e853a1dac8186e80740a80cb11f246 (diff) | |
download | xine-lib-a1c7ea8e4497488e228e02333bd2d813a7b8a6b6.tar.gz xine-lib-a1c7ea8e4497488e228e02333bd2d813a7b8a6b6.tar.bz2 |
As the code as it is requires autoconf 2.60, at least state it so. If we decide to push back to support 2.59 again, then the AC_PREREQ should be changed too.
Leaving 2.53 is out of question for sure.
CVS patchset: 8736
CVS date: 2007/03/22 14:32:56
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3ff5c27a7..5fb30ee99 100644 --- a/configure.ac +++ b/configure.ac @@ -7,9 +7,9 @@ AC_CONFIG_SRCDIR([src/xine-engine/xine.c]) AC_CONFIG_LIBOBJ_DIR([lib]) dnl -dnl Require autoconf version 2.53 +dnl Require autoconf version 2.60 dnl -AC_PREREQ(2.53) +AC_PREREQ(2.60) dnl Making releases: dnl XINE_SUB += 1; continue with XINE_LT_* values below |