From: Charles Wilson Date: Mon, 30 Aug 2010 06:04:33 +0000 (-0400) Subject: Update path conversion warning messages X-Git-Tag: v2.4~68 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f91cf561abf175642e6c20299bea7d5199913133;p=thirdparty%2Flibtool.git 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. Signed-off-by: Charles Wilson --- diff --git a/ChangeLog b/ChangeLog index c6c244785..d7302320e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-08-30 Charles Wilson + + 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 Fix typo when renaming path conversion functions. diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 32860c775..6948138da 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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