]> git.ipfire.org Git - thirdparty/libtool.git/commit
maint: substitute static directory names.
authorGary V. Vaughan <gary@gnu.org>
Sun, 6 Nov 2011 04:48:38 +0000 (11:48 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Nov 2011 13:07:29 +0000 (20:07 +0700)
commit0ecdf9b9edd1524061fe2267a513c33b75b84969
tree1d45e7596e47ae8b19983c0b8e319bc51f029181
parentb7b68a3ce0e185d344d3cb0767867f1da5a6d4fb
maint: substitute static directory names.

By substituting just the directory name as passed to the macro,
aux_dir can be used with or without $srcdir prefix, which is
more flexible, and always means the same thing in each file,
rather than sometimes being a directory name, sometimes relative
to $top_srcdir.
* configure.ac (AC_CONFIG_AUX_DIR, AC_CONFIG_MACRO_DIR)
(LT_CONFIG_LTDL_DIR): Don't force config.status substitutions
with unexpanded shell variables.
* Makefile.am, tests/defs.m4sh: Adjust.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am
configure.ac
tests/defs.m4sh