]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Update after recent gettextize fix.
authorBruno Haible <bruno@clisp.org>
Fri, 2 May 2025 16:30:05 +0000 (18:30 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 2 May 2025 17:12:22 +0000 (19:12 +0200)
* gettext-tools/misc/add-to-archive: Look up the *.m4 files in
$datadir/gettext/m4, not $datadir/aclocal.

gettext-tools/misc/add-to-archive

index fab9dd44bab787ce816bd34b79b4fe7e692d843a..7927bc20426cdb460d8a01522bb90066e8407b22 100755 (executable)
@@ -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