autogen.sh: Call libtoolize with --force.
[bpt/guile.git] / autogen.sh
index 3bd3689..10bf34a 100755 (executable)
@@ -5,10 +5,14 @@
   exit 1
 }
 
-aclocal -I .
+./guile-aclocal.sh
+
+libtoolize --copy --force --automake --ltdl
 autoheader
 autoconf
-automake
+automake --add-missing
+
+( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
 
-( cd guile-readline; ./autogen.sh )
-( cd libltdl; ./autogen.sh )
+echo "Now run configure and make."
+echo "You must pass the \`--enable-maintainer-mode' option to configure."