Patched autogen.sh to to autoupdate libtool and automake config files, Daniel.

This commit is contained in:
Daniel Veillard 1998-10-01 20:28:28 +00:00
parent 60681bd36c
commit 7066a79c63
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
to autoupdate libtool and automake conf files.
1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* Makefile.am: Use '?' to separate the sed

View File

@ -41,8 +41,9 @@ if test -z "$*"; then
echo "to pass any to it, please specify them on the $0 command line."
fi
aclocal
automake
libtoolize --copy --force
aclocal
automake --add-missing
autoconf
./configure "$@"