]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh: For verbose mode, explain why macro files are
authorGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 13:02:04 +0000 (13:02 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 13:02:04 +0000 (13:02 +0000)
not installed without an AC_CONFIG_MACRO_DIR declaration.

ChangeLog
libtoolize.m4sh

index 468ea7cc9c76472e830b6ba3ebc7dfb315bd3654..a2df16fd4d3ac115fc5dbd8328106efde0575984 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-24  Gary V. Vaughan  <gary@gnu.org>
+
+       * 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  <gary@gnu.org>
 
        As a prerequisite for being able to test an uninstalled libtoolize
index 960877f5d3f912473243eadcddbb074e6edf095d..cd82df404fb40eb26b043bdb40d31d138e16059a 100644 (file)
@@ -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
 }