(scm_mem2symbol): Call `scm_must_strndup' instead of
[bpt/guile.git] / autogen.sh
index 58690c7..c3498d0 100755 (executable)
@@ -5,10 +5,11 @@
   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 )
-( echo "libltdl..."; cd libltdl; ./autogen.sh )