summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-10-25 15:33:47 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-10-25 15:33:47 +0000
commitcfdb311b7b31009d006d24732cac14cbd7109331 (patch)
tree017d55d50c4239924a5cd88023dfe89e68b4cd40
parent43b642e5ffa5da7e905f80c50e8474867aa43bad (diff)
downloadxine-lib-cfdb311b7b31009d006d24732cac14cbd7109331.tar.gz
xine-lib-cfdb311b7b31009d006d24732cac14cbd7109331.tar.bz2
fix wrong autoconf version in commentary
CVS patchset: 2996 CVS date: 2002/10/25 15:33:47
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 354f8f003..55586f1fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT
AC_CONFIG_SRCDIR([src/xine-engine/xine.c])
dnl
-dnl Require autoconf version 2.52
+dnl Require autoconf version 2.53
dnl
AC_PREREQ(2.53)