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:
erwin.coumans
2008-10-03 22:45:54 +00:00
parent 192198f365
commit 854aaea56a
2 changed files with 4 additions and 2 deletions

View File

@@ -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