Feature #1522 ยป 0101-Update-progtest.m4-to-serial-11.patch
| m4/progtest.m4 | ||
|---|---|---|
|
# progtest.m4
|
||
|
# serial 10 (gettext-0.24)
|
||
|
dnl Copyright (C) 1996-2025 Free Software Foundation, Inc.
|
||
|
# serial 11 (gettext-0.26)
|
||
|
dnl Copyright (C) 1996-2003, 2005, 2008-2025 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.
|
||
| ... | ... | |
|
test -z "$ac_dir" && ac_dir=.
|
||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||
|
if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
|
||
|
echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
|
||
|
echo "$as_me:${as_lineno-$LINENO}: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
|
||
|
if [$3]; then
|
||
|
ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
|
||
|
break 2
|
||