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.
This commit is contained in:
Marius Vollmer 2000-01-25 20:35:23 +00:00
parent 5caa6344e0
commit 3b603d911e

View file

@ -6,5 +6,6 @@
} }
aclocal -I . aclocal -I .
libtoolize --copy --automake
autoconf autoconf
automake automake --add-missing