diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-22 21:22:41 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-22 21:22:41 +0200 |
commit | 6362ed6d5eb6b2315cd735e0b51d64b11531131a (patch) | |
tree | 3948d9d2e4c5aa1a64be0c15d7ca0dfcf21ebd3f /m4/progtest.m4 | |
parent | d7a2e93c812a2760fbdac2d643ac1cfea01e93b1 (diff) | |
download | egawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.tar.gz egawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.tar.bz2 egawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.zip |
Update to gettext 0.18.1.
Diffstat (limited to 'm4/progtest.m4')
-rw-r--r-- | m4/progtest.m4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/m4/progtest.m4 b/m4/progtest.m4 index a56365cd..2d804ac9 100644 --- a/m4/progtest.m4 +++ b/m4/progtest.m4 @@ -1,5 +1,5 @@ -# progtest.m4 serial 4 (gettext-0.14.2) -dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. +# progtest.m4 serial 6 (gettext-0.18) +dnl Copyright (C) 1996-2003, 2005, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -16,7 +16,7 @@ dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper <drepper@cygnus.com>, 1996. -AC_PREREQ(2.50) +AC_PREREQ([2.50]) # Search path for a program which passes the given test. @@ -55,7 +55,7 @@ rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) -AC_CACHE_VAL(ac_cv_path_$1, +AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. @@ -84,9 +84,9 @@ ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then - AC_MSG_RESULT([$]$1) + AC_MSG_RESULT([$][$1]) else - AC_MSG_RESULT(no) + AC_MSG_RESULT([no]) fi -AC_SUBST($1)dnl +AC_SUBST([$1])dnl ]) |