summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-09-28 14:35:36 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-09-28 14:35:36 +0000
commite3ebc3a6ed93597203199c332f8cd2f34aa7176b (patch)
tree1fc2ac7c7b69a9d43cf238990309593170739e0b /configure.ac
parent8b2b13a750d15b019c437d0dc827fe09f61bd43a (diff)
Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b83dfc0fd..4e2ce6ce0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
# this file just have to remember to set the AC_PREREQ argument
# to something that suits their needs.
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
m4_define([PBX_VERSION],
m4_bpatsubst(m4_esyscmd([build_tools/make_version .]),