From: Bruno Haible Date: Tue, 24 Jul 2001 13:01:04 +0000 (+0000) Subject: Clarify copyright wording. X-Git-Tag: v0.10.39~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd4c9067b900e696f0b220848a7c4677ea58512;p=thirdparty%2Fgettext.git Clarify copyright wording. --- diff --git a/m4/progtest.m4 b/m4/progtest.m4 index aa3c21809..e467ec1ce 100644 --- a/m4/progtest.m4 +++ b/m4/progtest.m4 @@ -6,7 +6,7 @@ # but which still want to provide support for the GNU gettext functionality. # Please note that the actual code is *not* freely available. -# serial 1 +# serial 2 dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) @@ -38,7 +38,7 @@ ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ;; esac])dnl $1="$ac_cv_path_$1" -if test -n "[$]$1"; then +if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no)