Skip to content

Commit 2dc5fea

Browse files
committed
Fix typo in autogen.sh
1 parent c30a974 commit 2dc5fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
139139
}
140140

141141
if test -z "$NO_LIBTOOL"; then
142-
LT_VERSION=`libtoolize --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//' -e 's/^[a-zA-z]*-//'`
142+
LT_VERSION=`libtoolize --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//' -e 's/^[a-zA-Z]*-//'`
143143
if ! version_check "1.4" "$LT_VERSION" ; then
144144
echo
145145
echo "**ERROR**: You need at least libtool-1.4 installed to re-generate"

0 commit comments

Comments
 (0)