From fa98427c774aad9dade7702becc2c3eef5a8434d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 2 May 2025 18:30:05 +0200 Subject: [PATCH] build: Update after recent gettextize fix. * gettext-tools/misc/add-to-archive: Look up the *.m4 files in $datadir/gettext/m4, not $datadir/aclocal. --- gettext-tools/misc/add-to-archive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gettext-tools/misc/add-to-archive b/gettext-tools/misc/add-to-archive index fab9dd44b..7927bc204 100755 --- a/gettext-tools/misc/add-to-archive +++ b/gettext-tools/misc/add-to-archive @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2002, 2006, 2009-2010, 2018 Free Software Foundation, Inc. +# Copyright (C) 2002, 2006, 2009-2010, 2018, 2025 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -71,7 +71,7 @@ work_archive=`pwd`/"$work_dir/archive" done cd .. mkdir "$work_archive/m4" - cd "$myprefix"/share/aclocal + cd "$myprefix"/share/gettext/m4 for file in *; do cp -p $file "$work_archive/m4/$file" done -- 2.47.3