From 0803d6dff9d0858ff3e4122ae11605614dea6040 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Fri, 13 Jun 2025 04:42:33 +0300
Subject: [PATCH 101/101] Update progtest.m4 to serial 11

See RM #1522

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 m4/progtest.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/m4/progtest.m4 b/m4/progtest.m4
index 2671eb856e..8fb500d915 100644
--- a/m4/progtest.m4
+++ b/m4/progtest.m4
@@ -1,6 +1,6 @@
 # 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.
@@ -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
-- 
2.47.2

