[Freeswitch-svn] [commit] r2030 - freeswitch/trunk
Freeswitch SVN
anthm at freeswitch.org
Thu Jul 20 15:29:17 EDT 2006
Author: anthm
Date: Thu Jul 20 15:29:16 2006
New Revision: 2030
Modified:
freeswitch/trunk/configure.in
Log:
try to make freeswitch build with a little older autoconf
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Thu Jul 20 15:29:16 2006
@@ -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)
More information about the Freeswitch-svn
mailing list