mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* tests/old-m4-iface.at: Define top_srcdir, work around current
ltdl.m4 bug.
This commit is contained in:
parent
35f5001e2c
commit
28a654e1c2
@ -1,5 +1,8 @@
|
||||
2005-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/old-m4-iface.at: Define top_srcdir, work around current
|
||||
ltdl.m4 bug.
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_mode_link):
|
||||
Fix wrong logic introduced in last commit.
|
||||
|
||||
|
@ -100,7 +100,8 @@ AC_OUTPUT(Makefile)
|
||||
]])
|
||||
|
||||
AT_DATA([Makefile.in],
|
||||
[[top_builddir = .
|
||||
[[top_srcdir = .
|
||||
top_builddir = .
|
||||
COMPILE = @CC@ @CPPFLAGS@ @INCLTDL@ @CFLAGS@
|
||||
LTCOMPILE = @LIBTOOL@ --mode=compile $(COMPILE)
|
||||
LTLINK = @LIBTOOL@ --mode=link @CC@ -no-undefined @CFLAGS@ @LDFLAGS@ -o $@
|
||||
@ -181,6 +182,7 @@ foo (const char *str)
|
||||
}
|
||||
]])
|
||||
|
||||
touch config.h.in # bug in current ltdl.m4
|
||||
test -f ltmain.sh || LT_AT_LIBTOOLIZE([--ltdl --install])
|
||||
test -f aclocal.m4 || $ACLOCAL -I libltdl/m4 || exit 1
|
||||
test -f configure || $AUTOCONF --force || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user