]> sourceware.org Git - automake.git/commit
Alexandre Duret-Lutz <adl@gnu.org>
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 May 2005 19:01:40 +0000 (19:01 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 May 2005 19:01:40 +0000 (19:01 +0000)
commit624d1963818537e2beff5afdadf9d7cde1b6592d
tree103800425d059d9c90cd32b3c4331cc4555ca865
parenta6a6b98fa404ebc4ef967786bcc338078c3903c7
Alexandre Duret-Lutz  <adl@gnu.org>

Support for remote LIBOBJS (and friends) with subdir-objects.
Fixes PR automake/401.

* automake.in (config_libobj_dir): New variable.
(scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
(handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
(handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
dependency files, possibly in a subdirectory.
* tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
* tests/Makefile.am (TESTS): Add them.
* doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
(LIBOBJS): Document changes in behaviour of
LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.
ChangeLog
NEWS
automake.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
tests/Makefile.am
tests/Makefile.in
tests/pr401.test [new file with mode: 0755]
tests/pr401b.test [new file with mode: 0755]
tests/pr401c.test [new file with mode: 0755]
This page took 0.02796 seconds and 5 git commands to generate.