* autogen.sh: Call libtoolize. Pass --add-missing option to
authorMarius Vollmer <mvo@zagadka.de>
Tue, 25 Jan 2000 20:35:23 +0000 (20:35 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 25 Jan 2000 20:35:23 +0000 (20:35 +0000)
automake.

guile-readline/autogen.sh

index 5032c14..9ab3d77 100755 (executable)
@@ -6,5 +6,6 @@
 }
 
 aclocal -I .
+libtoolize --copy --automake
 autoconf
-automake
+automake --add-missing