From 2a3650f4cf041ea26d143725bf666278dfae61e0 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 20 Jul 2006 19:29:16 +0000 Subject: [PATCH] try to make freeswitch build with a little older autoconf git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2030 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9928e836fa..2276ee29b4 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.59) +AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) AC_CONFIG_AUX_DIR(build/config) AM_INIT_AUTOMAKE(libfreeswitch,0.1)