config: update AC_PREREQ statement to 2.60
authorGaetan Nadon <memsize@videotron.ca>
Mon, 29 Mar 2010 20:50:34 +0000 (16:50 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Mon, 29 Mar 2010 20:50:34 +0000 (16:50 -0400)
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
configure.ac

index 535d704..e5d962f 100644 (file)
@@ -22,7 +22,7 @@ dnl DEALINGS IN THE SOFTWARE.
 dnl
 dnl Process this file with autoconf to create configure.
 
-AC_PREREQ([2.57])
+AC_PREREQ([2.60])
 
 AC_INIT(libpciaccess, 0.11.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess], libpciaccess)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])