aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-06 17:22:00 +0000
committerYang Tse <yangsita@gmail.com>2009-06-06 17:22:00 +0000
commit9ab89734de95847b9e027dde387a9865a8ace3d7 (patch)
tree3867cd175bbec287143f10aa2db0e44f44b09b0b /buildconf
parent960c0319c4640d3c6e269e9c072113f7e673e143 (diff)
remove the ofending regexp
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index d738839be..d19717863 100755
--- a/buildconf
+++ b/buildconf
@@ -191,7 +191,7 @@ else
libtoolize=`findtool $LIBTOOLIZE`
fi
-lt_pversion=`$libtool --version 2>/dev/null|head -n 1|sed -e 's/[(].*[)]//' -e 's/^[^0-9]*//g' -e 's/[- ].*//'`
+lt_pversion=`$libtool --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//g' -e 's/[- ].*//'`
if test -z "$lt_pversion"; then
echo "buildconf: libtool not found."
echo " You need libtool version $LIBTOOL_WANTED_VERSION or newer installed"