From: Gary V. Vaughan Date: Thu, 24 Mar 2005 13:02:04 +0000 (+0000) Subject: * libtoolize.m4sh: For verbose mode, explain why macro files are X-Git-Tag: release-2-1b~703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91768e82cc9679a8d5c889c7e3d75dc28ce611ff;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 468ea7cc9..a2df16fd4 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 960877f5d..cd82df404 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -936,6 +936,8 @@ func_massage_pkgvltdl_files () func_copy_some_files "$pkgvmacro_files" "$pkgvmacrodirs" \ "$m4dir" func_serial_update + else + func_verbose "AC_CONFIG_MACRO_DIR not defined, not copying libtool macro files." fi }