libtool: don't set auxscriptsdir at bootstrap time.
commitb07f86e9ea4d4036b4315f3806befe46000c6419
authorGary V. Vaughan <gary@gnu.org>
Thu, 18 Oct 2012 17:38:28 +0000 (19 00:38 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 18 Oct 2012 17:38:28 +0000 (19 00:38 +0700)
tree3bdc81dc41d5a13dd2c96af9b734dbca2871336a
parent64c02af9f1d62963844f68c7d02c46d2b9100216
libtool: don't set auxscriptsdir at bootstrap time.

* build-aux/ltmain.in: Declare relative paths to aux scripts from
source commands, for early inlining during bootstrap.
* Makefile.am (bootstrap_edit): Move auxscriptsdir
substitution from here....
(configure_edit): ...to here.
($(ltmain_sh)): Feed ltmain.in through inline-source as ltmain.sh
is generated to remove relative paths to aux scripts.
(install-data-local): Simplify. No need for special treatment for
ltmain.sh during installation, since aux scripts have already
been inlined.
Reported by Peter Rosin.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am
build-aux/ltmain.in