progtest.m4 | progtest.m4 | |||
---|---|---|---|---|
# progtest.m4 serial 4 (gettext-0.14.2) | # progtest.m4 serial 6 (gettext-0.18) | |||
dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. | dnl Copyright (C) 1996-2003, 2005, 2008-2010 Free Software Foundation, Inc. | |||
dnl This file is free software; the Free Software Foundation | dnl This file is free software; the Free Software Foundation | |||
dnl gives unlimited permission to copy and/or distribute it, | dnl gives unlimited permission to copy and/or distribute it, | |||
dnl with or without modifications, as long as this notice is preserved. | dnl with or without modifications, as long as this notice is preserved. | |||
dnl | dnl | |||
dnl This file can can be used in projects which are not available under | dnl This file can can be used in projects which are not available under | |||
dnl the GNU General Public License or the GNU Library General Public | dnl the GNU General Public License or the GNU Library General Public | |||
dnl License but which still want to provide support for the GNU gettext | dnl License but which still want to provide support for the GNU gettext | |||
dnl functionality. | dnl functionality. | |||
dnl Please note that the actual code of the GNU gettext library is covered | dnl Please note that the actual code of the GNU gettext library is covered | |||
dnl by the GNU Library General Public License, and the rest of the GNU | dnl by the GNU Library General Public License, and the rest of the GNU | |||
dnl gettext package package is covered by the GNU General Public License. | dnl gettext package package is covered by the GNU General Public License. | |||
dnl They are *not* in the public domain. | dnl They are *not* in the public domain. | |||
dnl Authors: | dnl Authors: | |||
dnl Ulrich Drepper <drepper@cygnus.com>, 1996. | 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. | # Search path for a program which passes the given test. | |||
dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, | dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, | |||
dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) | dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) | |||
AC_DEFUN([AM_PATH_PROG_WITH_TEST], | AC_DEFUN([AM_PATH_PROG_WITH_TEST], | |||
[ | [ | |||
# Prepare PATH_SEPARATOR. | # Prepare PATH_SEPARATOR. | |||
# The user is always right. | # The user is always right. | |||
if test "${PATH_SEPARATOR+set}" != set; then | if test "${PATH_SEPARATOR+set}" != set; then | |||
skipping to change at line 58 | skipping to change at line 58 | |||
if test -x conf$$.file >/dev/null 2>&1; then | if test -x conf$$.file >/dev/null 2>&1; then | |||
ac_executable_p="test -x" | ac_executable_p="test -x" | |||
else | else | |||
ac_executable_p="test -f" | ac_executable_p="test -f" | |||
fi | fi | |||
rm -f conf$$.file | rm -f conf$$.file | |||
# Extract the first word of "$2", so it can be a program name with args. | # Extract the first word of "$2", so it can be a program name with args. | |||
set dummy $2; ac_word=[$]2 | set dummy $2; ac_word=[$]2 | |||
AC_MSG_CHECKING([for $ac_word]) | AC_MSG_CHECKING([for $ac_word]) | |||
AC_CACHE_VAL(ac_cv_path_$1, | AC_CACHE_VAL([ac_cv_path_$1], | |||
[case "[$]$1" in | [case "[$]$1" in | |||
[[\\/]]* | ?:[[\\/]]*) | [[\\/]]* | ?:[[\\/]]*) | |||
ac_cv_path_$1="[$]$1" # Let the user override the test with a path. | ac_cv_path_$1="[$]$1" # Let the user override the test with a path. | |||
;; | ;; | |||
*) | *) | |||
ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR | |||
for ac_dir in ifelse([$5], , $PATH, [$5]); do | for ac_dir in ifelse([$5], , $PATH, [$5]); do | |||
IFS="$ac_save_IFS" | IFS="$ac_save_IFS" | |||
test -z "$ac_dir" && ac_dir=. | test -z "$ac_dir" && ac_dir=. | |||
for ac_exec_ext in '' $ac_executable_extensions; do | for ac_exec_ext in '' $ac_executable_extensions; do | |||
skipping to change at line 87 | skipping to change at line 87 | |||
done | done | |||
IFS="$ac_save_IFS" | IFS="$ac_save_IFS" | |||
dnl If no 4th arg is given, leave the cache variable unset, | dnl If no 4th arg is given, leave the cache variable unset, | |||
dnl so AC_PATH_PROGS will keep looking. | dnl so AC_PATH_PROGS will keep looking. | |||
ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" | ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" | |||
])dnl | ])dnl | |||
;; | ;; | |||
esac])dnl | esac])dnl | |||
$1="$ac_cv_path_$1" | $1="$ac_cv_path_$1" | |||
if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then | if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then | |||
AC_MSG_RESULT([$]$1) | AC_MSG_RESULT([$][$1]) | |||
else | else | |||
AC_MSG_RESULT(no) | AC_MSG_RESULT([no]) | |||
fi | fi | |||
AC_SUBST($1)dnl | AC_SUBST([$1])dnl | |||
]) | ]) | |||
End of changes. 6 change blocks. | ||||
7 lines changed or deleted | 7 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |