Add 'positive?' and 'negative?' as primitives.
[bpt/guile.git] / autogen.sh
index a24bd6d..5187cd4 100755 (executable)
@@ -15,21 +15,20 @@ autoconf --version
 echo ""
 automake --version
 echo ""
-libtool --version
+if test "`uname -s`" = Darwin; then
+  glibtool --version
+else
+  libtool --version
+fi
 echo ""
-${M4:-/usr/bin/m4} --version
+${M4:-m4} --version
 echo ""
-gnulib-tool --version
+flex --version
 echo ""
 
 ######################################################################
 ### update infrastructure
 
-gnulib-tool --update &&                                \
 autoreconf -i --force --verbose
 
-echo "guile-readline..."
-(cd guile-readline && ./autogen.sh)
-
 echo "Now run configure and make."
-echo "You must pass the \`--enable-maintainer-mode' option to configure."