mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
tests: ensure VPATH autom4te search path can find autotests.
* Makefile.am (tests/testsuite): Passing only $(srcdir) include path to autom4te is unable to find tests/package.m4, and passing only $(srcdir)/tests breaks VPATH build searches for TESTSUITE_AT files, which are relative to $(srcdir)... so we pass both! * NEWS: Updated. Reported by Bob Friesenhahn. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
5db3dbc5b7
commit
166da4d2a2
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2011-10-24 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
tests: ensure VPATH autom4te search path can find autotests.
|
||||
* Makefile.am (tests/testsuite): Passing only $(srcdir) include path
|
||||
to autom4te is unable to find tests/package.m4, and passing only
|
||||
$(srcdir)/tests breaks VPATH build searches for TESTSUITE_AT files,
|
||||
which are relative to $(srcdir)... so we pass both!
|
||||
* NEWS: Updated.
|
||||
Reported by Bob Friesenhahn.
|
||||
|
||||
2011-10-24 Karl Berry <karl@gnu.org>
|
||||
|
||||
doc: modernize libtool.texi.
|
||||
|
@ -619,7 +619,7 @@ INSTALLCHECK_ENVIRONMENT = \
|
||||
tst_aclocaldir="$(aclocaldir)"
|
||||
|
||||
$(testsuite): $(package_m4) $(TESTSUITE_AT) Makefile.am
|
||||
$(AUTOTEST) -I '$(srcdir)/tests' $(TESTSUITE_AT) -o '$@'
|
||||
$(AUTOTEST) -I '$(srcdir)' -I '$(srcdir)/tests' $(TESTSUITE_AT) -o '$@'
|
||||
|
||||
$(package_m4): $(configure_ac) Makefile.am
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user