diff --git a/autogen.sh b/autogen.sh index 017a14d4d..35623facf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 diff --git a/configure.ac b/configure.ac index 78dece28a..36e0646c2 100644 --- a/configure.ac +++ b/configure.ac @@ -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/