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

View File

@ -158,8 +158,10 @@ AC_CONFIG_FILES([bullet.pc Jamfile Makefile Demos/MultiThreadedDemo/Makefile Dem
AC_OUTPUT
AC_MSG_NOTICE([
You can type 'make' or 'jam' to build Bullet
You can type 'make' or 'jam' to build Bullet.
Alternatively, you can use cmake or use the wksbullet.sln visual studio x solutions in the msvc/x folder.
CMake home:http://cmake.org
Jam home: http://www.perforce.com/jam/jam.html
Jam source: ftp://ftp.perforce.com/jam/