From: Yang Tse Date: Sat, 6 Jun 2009 17:22:00 +0000 (+0000) Subject: remove the ofending regexp X-Git-Tag: curl-7_19_6~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ab89734de95847b9e027dde387a9865a8ace3d7;p=curl remove the ofending regexp --- 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"