summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-05-10 15:47:14 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-05-14 14:37:53 -0400
commit367c39341e2bf063c0d5f25aa1b51a897281ad57 (patch)
treea4ceb85deb91051942cdfc8d609f802a78fff464
parentdb1e92685155f25dbff3aaac6b7045ad68fe441a (diff)
downloadxorg-driver-xf86-input-keyboard-367c39341e2bf063c0d5f25aa1b51a897281ad57.tar.gz
config: update AC_PREREQ statement to 2.60
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 Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d1e000..7fb844b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
#
# Process this file with autoconf to produce a configure script
-AC_PREREQ(2.57)
+AC_PREREQ(2.60)
AC_INIT([xf86-input-keyboard],
1.4.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],