summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-02-18 17:10:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-18 17:10:46 -0800
commitd8197b416ec7f2bd732da14c903864d4cf638fda (patch)
tree3f1b847774783a2fe9663f2b3eb9ab503ba574a1
parentf0f9488097f8618cde53f3135fba6d7ad1b645d6 (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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7c77b5d..8745c3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
-AC_PREREQ([2.57])
+AC_PREREQ([2.60])
AC_INIT(lbxproxy,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],lbxproxy)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE