summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-04-18 15:26:16 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-11 15:48:30 -0400
commit2252c78fb11b09c688b1b2cc82a542fc2470b8e2 (patch)
tree393f53808058eb0c72771490aaa563c73f589b23
parent25722aa12bfbb5675a02d7d8520ae83fdc5735c8 (diff)
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 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 76967f6..78eb80e 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-joystick],
1.5.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],