1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* autogen.sh: Call libtoolize. Pass --add-missing option to

automake.  Do not decent into libltdl directory.  The libltdl
directory is now populated by libtoolize and does not need any
further autogeneration.
This commit is contained in:
Marius Vollmer 2000-01-25 20:35:41 +00:00
parent 3b603d911e
commit 3925e5076d

View file

@ -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 )