From: Bruno Haible Date: Thu, 12 Jun 2025 17:09:46 +0000 (+0200) Subject: gettext: Improve config.log traces. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170ea261530de9af01dfc5e05594b02840e1c08d;p=thirdparty%2Fgnulib.git gettext: Improve config.log traces. * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Emit the configure line number into config.log. --- diff --git a/ChangeLog b/ChangeLog index 2e25657048..acac176f6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-06-12 Bruno Haible + + gettext: Improve config.log traces. + * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Emit the configure line + number into config.log. + 2025-06-11 Bruno Haible fenv*: Fix compilation error with mingw 13. diff --git a/m4/progtest.m4 b/m4/progtest.m4 index 92b7e99b43..8fb500d915 100644 --- a/m4/progtest.m4 +++ b/m4/progtest.m4 @@ -1,5 +1,5 @@ # progtest.m4 -# serial 10 (gettext-0.23) +# 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, @@ -68,7 +68,7 @@ AC_CACHE_VAL([ac_cv_path_$1], 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