]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtoolize: aux scripts go in ltdl dir when parent has no configure.
authorGary V. Vaughan <gary@gnu.org>
Mon, 14 Nov 2011 04:54:22 +0000 (11:54 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 10:51:15 +0000 (17:51 +0700)
commitcd1292f5bcd4bf2fbcb637e4cdb2338d2db56a63
treedebffdcb6566e9c34f8f17c350b459196a03bd68
parent435cb8d7140c33ffb42d2782f68d47d5833a5015
libtoolize: aux scripts go in ltdl dir when parent has no configure.

When using libtoolize to install subproject libltdl into a
parent project that does not use autotools, set the default
directory for auxiliary scripts inside libltdl rather than
littering the parent project with files it doesn't use.
* libtoolize.m4sh (func_require_ac_aux_dir): In verbose mode,
report results like other require_ funcs.
(func_require_aux_dir): Put subproject auxiliary files into ltdl
directory where libltdl/configure will be able to find
`install-sh' and others.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
libtoolize.m4sh