]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Update path conversion warning messages
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Mon, 30 Aug 2010 06:04:33 +0000 (02:04 -0400)
committerCharles Wilson <libtool@cwilson.fastmail.fm>
Mon, 30 Aug 2010 06:24:22 +0000 (02:24 -0400)
* libltdl/config/ltmain.m4sh (func_convert_file_check): Update
comments and warning message.
(func_convert_path_check): Update warning message.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
ChangeLog
libltdl/config/ltmain.m4sh

index c6c24478597d01ae96b38f70d182c1ec5d02c066..d7302320e23a40b9b1f8a7aad40344623bf753f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-30  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       Update path conversion warning messages
+       * libltdl/config/ltmain.m4sh (func_convert_file_check): Update
+       comments and warning message.
+       (func_convert_path_check): Update warning message.
+
 2010-08-29  Peter Rosin  <peda@lysator.liu.se>
 
        Fix typo when renaming path conversion functions.
index 32860c7753ee5dec5f16f7df5cc29ebc2696dfd9..6948138da83e8b68f470fb6864557e94f56b861d 100644 (file)
@@ -794,14 +794,14 @@ func_convert_core_msys_to_w32 ()
 
 
 # func_convert_file_check ARG1 ARG2
-# Verify that ARG1 (a path in $build format) was converted to $host format in
-# ARG2. Otherwise, emit an error message, but continue (resetting
+# Verify that ARG1 (a file name in $build format) was converted to $host
+# format in ARG2. Otherwise, emit an error message, but continue (resetting
 # func_to_host_file_result to ARG1).
 func_convert_file_check ()
 {
   $opt_debug
   if test -z "$2" && test -n "$1" ; then
-    func_error "Could not determine host path corresponding to"
+    func_error "Could not determine host file name corresponding to"
     func_error "  \`$1'"
     func_error "Continuing, but uninstalled executables may not work."
     # Fallback:
@@ -819,7 +819,7 @@ func_convert_path_check ()
 {
   $opt_debug
   if test -z "$4" && test -n "$3"; then
-    func_error "Could not determine the host path(s) corresponding to"
+    func_error "Could not determine the host path corresponding to"
     func_error "  \`$3'"
     func_error "Continuing, but uninstalled executables may not work."
     # Fallback.  This is a deliberately simplistic "conversion" and