backport libtool patch from HEAD (fixes #119770)

Original commit message from CVS:
backport libtool patch from HEAD (fixes #119770)
This commit is contained in:
David Schleef 2003-08-23 04:36:49 +00:00
parent a534d4785b
commit 5393083165
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autocon
"ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6 automake-1.5" \
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1
version_check "libtool" "" \
version_check "libtoolize" "libtoolize libtoolize14" \
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
version_check "pkg-config" "" \
"http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1
@ -59,7 +59,7 @@ toplevel_check $srcfile
if test -e acinclude.m4; then rm acinclude.m4; fi
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
tool_run "libtoolize" "--copy --force"
tool_run "$libtoolize" "--copy --force"
tool_run "$autoheader"
# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo

2
common

@ -1 +1 @@
Subproject commit 6757dae2885c2c09ad6db243c73946ef387bb044
Subproject commit b4a839c99c0bf2d4903824426ef3cc0d4b0ad992