diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-18 19:32:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-18 19:32:07 -0700 |
commit | 9f9351ee54b3850ceb399c57310c804b0c1ef0d0 (patch) | |
tree | 83e614f534793bc32f32ea41f4585333dba71ad1 | |
parent | 6440d5135fc1f9c9e71dbb638e392474dd9f1114 (diff) |
Bump minimum autoconf version required to 2.60
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 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 |