aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-28 14:35:36 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-28 14:35:36 +0000
commitbf2b0f5b8b8dcb2689ea655b024df2088d31c169 (patch)
tree1fc2ac7c7b69a9d43cf238990309593170739e0b /configure.ac
parent07ab0f8ff43b24bccf7b121b693f16fdfcf4977b (diff)
Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84080 f38db490-d61c-443f-a65b-d21fe96a405b
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 .]),