summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-18 19:32:07 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-18 19:32:07 -0700
commit9f9351ee54b3850ceb399c57310c804b0c1ef0d0 (patch)
tree83e614f534793bc32f32ea41f4585333dba71ad1
parent6440d5135fc1f9c9e71dbb638e392474dd9f1114 (diff)
Bump minimum autoconf version required to 2.60
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 a2f552d..a956037 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,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(xorg-sgml-doctools,[1.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xorg-sgml-doctools)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE