[Freeswitch-svn] [commit] r12931 - freeswitch/trunk
FreeSWITCH SVN
stkn at freeswitch.org
Mon Apr 6 15:26:27 PDT 2009
Author: stkn
Date: Mon Apr 6 17:26:27 2009
New Revision: 12931
Log:
hmm, enclosing the libtool var in {} does not work? remove them for now...
Modified:
freeswitch/trunk/configure.in
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Mon Apr 6 17:26:27 2009
@@ -130,7 +130,7 @@
#
AC_MSG_CHECKING([libtool major version])
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}'`"
+LIBTOOL_MAJOR_VERSION="`$libtool --version 2>/dev/null| sed -e 's/([[^)]]*)//g;s/^[[^0-9]]*//;s/[[- ]].*//g;q'| awk -F . '{print $1}'`"
AC_MSG_RESULT([${LIBTOOL_MAJOR_VERSION}])
LIBTOOL_LIB_EXTEN="$DYNAMIC_LIB_EXTEN"
More information about the Freeswitch-svn
mailing list