From 771bc514c297748e2a50c81dbee265f705dacf73 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Mon, 6 Apr 2009 22:26:27 +0000 Subject: [PATCH] hmm, enclosing the libtool var in {} does not work? remove them for now... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12931 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index fc0894c6e1..d905f95d2a 100644 --- a/configure.in +++ b/configure.in @@ -130,7 +130,7 @@ esac # 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"