(scm_char_set_xor): bug fix: characters should only be included if
[bpt/guile.git] / autogen.sh
index 78c60db..10bf34a 100755 (executable)
@@ -5,10 +5,14 @@
   exit 1
 }
 
-aclocal -I .
-libtoolize --copy --automake --ltdl
+./guile-aclocal.sh
+
+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."