Reverse the n-ary logxor change. The behaviour is weird in a set
[bpt/guile.git] / autogen.sh
index c3498d0..10bf34a 100755 (executable)
@@ -7,9 +7,12 @@
 
 ./guile-aclocal.sh
 
-libtoolize --copy --automake --ltdl
+libtoolize --copy --force --automake --ltdl
 autoheader
 autoconf
 automake --add-missing
 
 ( 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."