mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
Patched autogen.sh to to autoupdate libtool and automake config files, Daniel.
This commit is contained in:
parent
60681bd36c
commit
7066a79c63
@ -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
|
||||
|
@ -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 "$@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user