[Freeswitch-svn] [commit] r12926 - freeswitch/trunk
FreeSWITCH SVN
mikej at freeswitch.org
Mon Apr 6 14:25:28 PDT 2009
Author: mikej
Date: Mon Apr 6 16:25:28 2009
New Revision: 12926
Log:
add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
Modified:
freeswitch/trunk/configure.in
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Mon Apr 6 16:25:28 2009
@@ -76,7 +76,7 @@
AM_PROG_CC_C_O
AC_PROG_LIBTOOL
-libtool=$(switch_builddir)/libtool
+libtool=$switch_builddir/libtool
LIBTOOL_MAJOR_VERSION=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'| awk -F . '{print $1}'`
#Check for compiler vendor
More information about the Freeswitch-svn
mailing list