diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-06 17:22:00 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-06 17:22:00 +0000 |
commit | 9ab89734de95847b9e027dde387a9865a8ace3d7 (patch) | |
tree | 3867cd175bbec287143f10aa2db0e44f44b09b0b /buildconf | |
parent | 960c0319c4640d3c6e269e9c072113f7e673e143 (diff) | |
download | curl-9ab89734de95847b9e027dde387a9865a8ace3d7.tar.gz |
remove the ofending regexp
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |