diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-30 09:24:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 09:24:53 -0700 |
commit | 27d39d3c95785a1737bd1669850a7747b7dd7140 (patch) | |
tree | 000073dd7f8ab4494259e9f4a9e9c7ca79b3093b | |
parent | a78b13f1c5ebf40295ce35a4f80cc4d0e3331f8c (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>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0afc629..cbf9120 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-void], 1.3.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], |