We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30a974 commit 2dc5feaCopy full SHA for 2dc5fea
autogen.sh
@@ -139,7 +139,7 @@ test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
139
}
140
141
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]*-//'`
+ LT_VERSION=`libtoolize --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//' -e 's/^[a-zA-Z]*-//'`
143
if ! version_check "1.4" "$LT_VERSION" ; then
144
echo
145
echo "**ERROR**: You need at least libtool-1.4 installed to re-generate"
0 commit comments