diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-03 01:32:03 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-03 01:32:03 -0400 |
commit | e20369d1b3e91cd45c1281e37030124b2af1b00f (patch) | |
tree | 90118e72993a8e708d3366118faa9a4b746963bf /configure.ac | |
parent | c13a7214479410ae60a3726671aeb99eb6ba0b1e (diff) | |
download | xine-lib-e20369d1b3e91cd45c1281e37030124b2af1b00f.tar.gz xine-lib-e20369d1b3e91cd45c1281e37030124b2af1b00f.tar.bz2 |
Update minimum tool versions: autoconf 2.59, automake 1.9.0, libtool 1.5.20
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8e56406b9..883b403b9 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([src/xine-engine/xine.c]) AC_CONFIG_LIBOBJ_DIR([lib]) dnl -dnl Require autoconf version 2.60 +dnl Require autoconf version 2.59 dnl AC_PREREQ(2.59) |