summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-04-05 20:10:35 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-04-05 20:10:35 -0400
commitbae14e85d90a4ea040cb1b25ba89c98a0ebe1670 (patch)
tree21623d3b8d71e58f5aa5f1d4da52f6afd83290eb /configure.ac
parenta6210dd05cfe92d0af2e23358851c3a38c2aaca6 (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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3bad7d8..6fd228f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.57)
+AC_PREREQ([2.60])
AC_INIT([libXmu],
- 1.0.5,
+ [1.0.5],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- libXmu)
+ [libXmu])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(.)