]> 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:03:32 +0000 (13:03 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 13:03:32 +0000 (13:03 +0000)
not installed without an AC_CONFIG_MACRO_DIR declaration.

ChangeLog
libtoolize.m4sh

index c4dbd36b515d19b33d8c3236132a283e24813732..42fe184637f1beae1632f4701cccfe840f99e6a8 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 19a98a4b6e07c8c0a341b657bfd0d5be8e3f8c11..ab9cf2dc81ea6c041977484d38ad6e7c5a133bf0 100644 (file)
@@ -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
 }