renamed 'failed' into not found, to make it sound less dramatic (it continues fine). add cmake/msvc as alternative build options, at the end of configure.
This commit is contained in:
@@ -25,7 +25,7 @@ fi
|
||||
if test $rc -eq 0; then
|
||||
echo "libtool worked."
|
||||
else
|
||||
echo "libtool failed. trying glibtool."
|
||||
echo "libtool not found. trying glibtool."
|
||||
glibtoolize --force --automake --copy
|
||||
rc=$?
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user