diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-04-05 19:50:40 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-04-05 19:50:40 -0400 |
commit | b6478dbedcca4d4cf44bd588c050bcc70c2f4963 (patch) | |
tree | dc552cc9fa71b44b38ff12be51e2e0f4950b5a65 | |
parent | 8e175ff18649bd30e862b6a6a5f82a4ed4d5241a (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.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 002597b..c995aad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.57) +AC_PREREQ([2.60]) AC_INIT([libICE], - 1.0.6, + [1.0.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - libICE) + [libICE]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |