]> git.ipfire.org Git - thirdparty/libtool.git/commit
maint: pass directory declarations in configure.ac into Makefile.
authorGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2010 21:01:56 +0000 (04:01 +0700)
committerGary V. Vaughan <gary@vaughan.pe>
Sun, 14 Aug 2011 22:24:00 +0000 (05:24 +0700)
commita9c9b239de6b157460032e706432c0dc74b0ad75
tree232c108e6f88afa6596978ae92c46a85ad8de583
parent963cb4d5e39de271e4faadee2450446c087329a4
maint: pass directory declarations in configure.ac into Makefile.

* configure.ac (AC_CONFIG_AUX_DIR, LT_CONFIG_LTDL_DIR)
(AC_CONFIG_MACRO_DIR): Append code to these functions to
capture and propagate their directory arguments to Makefile.
* Makefile.am (aux_dir, ltdl_dir, macro_dir): Remove declarations.
* bootstrap (my_sed_trace): Also capture LT_CONFIG_LTDL_DIR into
`$ltdl_dir'.
<Makefile>: Output the extracted values of `aux_dir', `ltdl_dir'
and `macro_dir' at the top of the quick'n'dirty bootstrap
Makefile.
ChangeLog
Makefile.am
bootstrap
configure.ac