From: Tilghman Lesher Date: Fri, 28 Sep 2007 14:35:36 +0000 (+0000) Subject: Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842) X-Git-Tag: 1.6.0-beta1~3^2~1306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3ebc3a6ed93597203199c332f8cd2f34aa7176b;p=thirdparty%2Fasterisk.git 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 --- diff --git a/configure b/configure index f61d67d047..cd51138e15 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 83431 . +# From configure.ac Revision: 83517 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # diff --git a/configure.ac b/configure.ac index b83dfc0fda..4e2ce6ce03 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 .]),