diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 13:46:01 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 13:46:01 (GMT) |
commit | e8bd88d1fcded01ccd066572eeaae1b507989cb3 (patch) | |
tree | c8e7be6c07c6f635f6e803e6a6ba9e7a95fee7c0 /gl/m4/progtest.m4 | |
parent | 2ad962c13473607ca0d974bfaa516a0ed53ec73d (diff) | |
download | monitoring-plugins-e8bd88d1fcded01ccd066572eeaae1b507989cb3.tar.gz |
Sync with the latest Gnulib code 668c0b8ffa
Diffstat (limited to 'gl/m4/progtest.m4')
-rw-r--r-- | gl/m4/progtest.m4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gl/m4/progtest.m4 b/gl/m4/progtest.m4 index 7b39123..906567b 100644 --- a/gl/m4/progtest.m4 +++ b/gl/m4/progtest.m4 | |||
@@ -1,22 +1,22 @@ | |||
1 | # progtest.m4 serial 7 (gettext-0.18.2) | 1 | # progtest.m4 serial 9 (gettext-0.21.1) |
2 | dnl Copyright (C) 1996-2003, 2005, 2008-2013 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 1996-2003, 2005, 2008-2023 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
6 | dnl | 6 | dnl |
7 | dnl This file can can be used in projects which are not available under | 7 | dnl This file can be used in projects which are not available under |
8 | dnl the GNU General Public License or the GNU Library General Public | 8 | dnl the GNU General Public License or the GNU Lesser General Public |
9 | dnl License but which still want to provide support for the GNU gettext | 9 | dnl License but which still want to provide support for the GNU gettext |
10 | dnl functionality. | 10 | dnl functionality. |
11 | dnl Please note that the actual code of the GNU gettext library is covered | 11 | dnl Please note that the actual code of the GNU gettext library is covered |
12 | dnl by the GNU Library General Public License, and the rest of the GNU | 12 | dnl by the GNU Lesser General Public License, and the rest of the GNU |
13 | dnl gettext package package is covered by the GNU General Public License. | 13 | dnl gettext package is covered by the GNU General Public License. |
14 | dnl They are *not* in the public domain. | 14 | dnl They are *not* in the public domain. |
15 | 15 | ||
16 | dnl Authors: | 16 | dnl Authors: |
17 | dnl Ulrich Drepper <drepper@cygnus.com>, 1996. | 17 | dnl Ulrich Drepper <drepper@cygnus.com>, 1996. |
18 | 18 | ||
19 | AC_PREREQ([2.50]) | 19 | AC_PREREQ([2.53]) |
20 | 20 | ||
21 | # Search path for a program which passes the given test. | 21 | # Search path for a program which passes the given test. |
22 | 22 | ||
@@ -61,7 +61,7 @@ AC_CACHE_VAL([ac_cv_path_$1], | |||
61 | ;; | 61 | ;; |
62 | *) | 62 | *) |
63 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | 63 | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR |
64 | for ac_dir in ifelse([$5], , $PATH, [$5]); do | 64 | for ac_dir in m4_if([$5], , $PATH, [$5]); do |
65 | IFS="$ac_save_IFS" | 65 | IFS="$ac_save_IFS" |
66 | test -z "$ac_dir" && ac_dir=. | 66 | test -z "$ac_dir" && ac_dir=. |
67 | for ac_exec_ext in '' $ac_executable_extensions; do | 67 | for ac_exec_ext in '' $ac_executable_extensions; do |
@@ -77,12 +77,12 @@ AC_CACHE_VAL([ac_cv_path_$1], | |||
77 | IFS="$ac_save_IFS" | 77 | IFS="$ac_save_IFS" |
78 | dnl If no 4th arg is given, leave the cache variable unset, | 78 | dnl If no 4th arg is given, leave the cache variable unset, |
79 | dnl so AC_PATH_PROGS will keep looking. | 79 | dnl so AC_PATH_PROGS will keep looking. |
80 | ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" | 80 | m4_if([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" |
81 | ])dnl | 81 | ])dnl |
82 | ;; | 82 | ;; |
83 | esac])dnl | 83 | esac])dnl |
84 | $1="$ac_cv_path_$1" | 84 | $1="$ac_cv_path_$1" |
85 | if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then | 85 | if test m4_if([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then |
86 | AC_MSG_RESULT([$][$1]) | 86 | AC_MSG_RESULT([$][$1]) |
87 | else | 87 | else |
88 | AC_MSG_RESULT([no]) | 88 | AC_MSG_RESULT([no]) |