temporarily disable elisp exception tests
[bpt/guile.git] / autogen.sh
index 78b6802..2e39fb5 100755 (executable)
@@ -15,13 +15,19 @@ autoconf --version
 echo ""
 automake --version
 echo ""
-if test "`uname -s`" = Darwin; then
-  glibtool --version
+
+# Typical MacOS X installations rename 'libtoolize' to 'glibtoolize', so
+# adjust to that.
+if test "`uname -s`" = "Darwin"; then
+  glibtoolize --version
 else
-  libtool --version
+  libtoolize --version
 fi
+
+echo ""
+${M4:-m4} --version
 echo ""
-${M4:-/usr/bin/m4} --version
+flex --version
 echo ""
 
 ######################################################################