]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtoolize: display aux files output header for non-autoconf parents.
authorGary V. Vaughan <gary@gnu.org>
Mon, 7 Nov 2011 13:49:53 +0000 (20:49 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Nov 2011 13:38:37 +0000 (20:38 +0700)
* 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>
NEWS
libtoolize.m4sh

diff --git a/NEWS b/NEWS
index 3ab789bec3a2efa059266985a16f9686dabee15d..b446e626f6fa1b94201923b973823e61e48670cf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool
   - 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
index 25e6cf338f5e9277a7176882d4c8d3a89255c4e1..49a317e067c68d72e82a8440fe6869ef09a7e815 100644 (file)
@@ -1225,6 +1225,8 @@ func_install_pkgconfig_subproject ()
       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" \