libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: [PATCH] libtoolize: display aux files output header for non-autocon


From: Gary V. Vaughan
Subject: FYI: [PATCH] libtoolize: display aux files output header for non-autoconf parents.
Date: Tue, 8 Nov 2011 20:41:35 +0700

Applied as obvious.

* 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 <address@hidden>
---
 NEWS            |    2 ++
 libtoolize.m4sh |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 3ab789b..b446e62 100644
--- 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
diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index 25e6cf3..49a317e 100644
--- a/libtoolize.m4sh
+++ b/libtoolize.m4sh
@@ -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" \
-- 
1.7.7.2

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]