From: Gary V. Vaughan Date: Thu, 24 Mar 2005 13:03:32 +0000 (+0000) Subject: * libtoolize.m4sh: For verbose mode, explain why macro files are X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d2a702761cfd867c5906e4c624a174ebf18689;p=thirdparty%2Flibtool.git * libtoolize.m4sh: For verbose mode, explain why macro files are not installed without an AC_CONFIG_MACRO_DIR declaration. --- diff --git a/ChangeLog b/ChangeLog index c4dbd36b5..42fe18463 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-24 Gary V. Vaughan + + * libtoolize.m4sh: For verbose mode, explain why macro files are + not installed without an AC_CONFIG_MACRO_DIR declaration. + 2005-03-24 Gary V. Vaughan As a prerequisite for being able to test an uninstalled libtoolize diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 19a98a4b6..ab9cf2dc8 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -854,6 +854,8 @@ func_massage_pkgvltdl_files () func_copy_some_files "$pkgmacro_files" "$aclocaldir" \ "$m4dir" func_serial_update + else + func_verbose "AC_CONFIG_MACRO_DIR not defined, not copying libtool macro files." fi }