* libtoolize.m4sh (func_install_pkgconfig_subproject): When the
parent project does not use Autoconf, be sure to display an
output header before copying auxiliary files despite not being
able to scan for AC_CONFIG_AUX_DIR arguments.
* NEWS: Updated.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
- Fix a long-standing latent bug in libtoolize which could delete lines
from libltdl/Makefile.am in recursive mode due to underquoting in a
sed script.
+ - Fix a long-standing bug in libtoolize, by outputting the `putting
+ auxiliary files in' header with `libtoolize --ltdl --subproject'.
- The libtoolize subproject mode selector is now named `--subproject'
and is equivalent to the implied `--subproject' mode when no other
mode is selected; `--standalone' never worked, and is no longer
pkgconfig_header="putting auxiliary files in AC_CONFIG_AUX_DIR, \`$subproject_aux_dir'."
elif test -n "$aux_dir"; then
pkgconfig_header="putting auxiliary files in \`$aux_dir'."
+ else
+ pkgconfig_header="putting auxiliary files in \`$subproject_aux_dir'."
fi
func_copy_some_files "$pkgconfig_files" \