From: Gary V. Vaughan Date: Mon, 7 Nov 2011 13:49:53 +0000 (+0700) Subject: libtoolize: display aux files output header for non-autoconf parents. X-Git-Tag: v2.4.2.418~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827d796beaaf4f72b17fc5717aaf118e2aaf9293;p=thirdparty%2Flibtool.git libtoolize: display aux files output header for non-autoconf parents. * 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 --- diff --git a/NEWS b/NEWS index 3ab789bec..b446e626f 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 25e6cf338..49a317e06 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" \