* autogen.sh: Call libtoolize. Pass --add-missing option to
authorMarius Vollmer <mvo@zagadka.de>
Tue, 25 Jan 2000 20:35:41 +0000 (20:35 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 25 Jan 2000 20:35:41 +0000 (20:35 +0000)
automake.  Do not decent into libltdl directory.  The libltdl
directory is now populated by libtoolize and does not need any
further autogeneration.

autogen.sh

index 58690c7..78c60db 100755 (executable)
@@ -6,9 +6,9 @@
 }
 
 aclocal -I .
+libtoolize --copy --automake --ltdl
 autoheader
 autoconf
-automake
+automake --add-missing
 
 ( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
-( echo "libltdl..."; cd libltdl; ./autogen.sh )