*** empty log message ***
[bpt/guile.git] / autogen.sh
index 943b94c..1e92ab4 100755 (executable)
@@ -5,9 +5,14 @@
   exit 1
 }
 
-aclocal -I .
+./guile-aclocal.sh
+
+libtoolize --copy --automake --ltdl
 autoheader
 autoconf
-automake
+automake --add-missing
+
+( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
 
-( cd guile-readline; ./autogen.sh )
+echo "Now run configure and make."
+echo "You must pass the \`--enable-maintainer-mode' option to configure."