diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2021-11-17 01:05:54 +0100 |
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-07-24 19:35:11 +0200 |
| commit | a405fc138596f552581d2011fd6de02d5c8186c4 (patch) | |
| tree | 4c084700b5cb5e9fcedf982a2d921bbc41d9935a /gl/m4/progtest.m4 | |
| parent | 9f2a9ca3d72023ff9b5707d1872c54d65edc9017 (diff) | |
| download | monitoring-plugins-a405fc1.tar.gz | |
Sync with the latest Gnulib code (1a268176f)
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 7b391232..9e8823c2 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-2021 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]) |
