]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
gettextize: Install also host-cpu-c-abi.m4 (needed since 2018-03-24).
authorBruno Haible <bruno@clisp.org>
Sun, 11 Nov 2018 12:49:30 +0000 (13:49 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Nov 2018 12:49:30 +0000 (13:49 +0100)
* gettext-tools/m4/Makefile.am (aclocal_DATA): Install host-cpu-c-abi.m4.
* PACKAGING: Mention host-cpu-c-abi.m4.
* gettext-tools/misc/gettextize.in (m4filelist): Add host-cpu-c-abi.m4.
* gettext-tools/doc/gettext.texi (aclocal): Mention host-cpu-c-abi.m4.

PACKAGING
gettext-tools/doc/gettext.texi
gettext-tools/m4/Makefile.am
gettext-tools/misc/gettextize.in

index f189682fc3dc1f52e5be6a5bc3bae4f88b6ad675..13fa64b9acf9892a1efc7e36c75ea0d30da7c722 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -121,6 +121,7 @@ following file list.
       $prefix/share/gettext/archive.cvs.tar.*   (only installed if --with-cvs specified)
       $prefix/share/gettext-$VERSION/its/*
       $prefix/share/aclocal/gettext.m4
+      $prefix/share/aclocal/host-cpu-c-abi.m4
       $prefix/share/aclocal/iconv.m4
       $prefix/share/aclocal/intlmacosx.m4
       $prefix/share/aclocal/lib-ld.m4
index 864c4013bbd10111e6d7fb83b4e250c62e9d440c..44c07550b645ad84f7be6caad8b28d6e7be36840 100644 (file)
@@ -8002,9 +8002,10 @@ more.  You can remove it.
 
 If you do not have an @file{aclocal.m4} file in your distribution,
 the simplest is to concatenate the files @file{gettext.m4},
-@file{intlmacosx.m4}, @file{iconv.m4}, @file{lib-ld.m4}, @file{lib-link.m4},
-@file{lib-prefix.m4}, @file{nls.m4}, @file{po.m4}, @file{progtest.m4}
-from GNU @code{gettext}'s @file{m4/} directory into a single file.
+@file{host-cpu-c-abi.m4}, @file{intlmacosx.m4}, @file{iconv.m4},
+@file{lib-ld.m4}, @file{lib-link.m4}, @file{lib-prefix.m4}, @file{nls.m4},
+@file{po.m4}, @file{progtest.m4} from GNU @code{gettext}'s @file{m4/}
+directory into a single file.
 
 If you already have an @file{aclocal.m4} file, then you will have
 to merge the said macro files into your @file{aclocal.m4}.  Note that if
@@ -8016,10 +8017,11 @@ Their contents may vary as we get more experience with strange systems
 out there.
 
 You should be using GNU @code{automake} 1.9 or newer.  With it, you need
-to copy the files @file{gettext.m4}, @file{intlmacosx.m4}, @file{iconv.m4},
-@file{lib-ld.m4}, @file{lib-link.m4}, @file{lib-prefix.m4}, @file{nls.m4},
-@file{po.m4}, @file{progtest.m4} from GNU @code{gettext}'s @file{m4/}
-directory to a subdirectory named @file{m4/} and add the line
+to copy the files @file{gettext.m4}, @file{host-cpu-c-abi.m4},
+@file{intlmacosx.m4}, @file{iconv.m4}, @file{lib-ld.m4}, @file{lib-link.m4},
+@file{lib-prefix.m4}, @file{nls.m4}, @file{po.m4}, @file{progtest.m4} from
+GNU @code{gettext}'s @file{m4/} directory to a subdirectory named @file{m4/}
+and add the line
 
 @example
 ACLOCAL_AMFLAGS = -I m4
index 9f6408a5b27ea72f86cc9752a713d11651a5ec60..c648369f93962cdb009a1ae9863b90ae26a50032 100644 (file)
@@ -4,6 +4,7 @@
 
 aclocaldir = @aclocaldir@
 aclocal_DATA = \
+  ../../gettext-runtime/gnulib-m4/host-cpu-c-abi.m4 \
   ../../gettext-runtime/gnulib-m4/lib-ld.m4 \
   ../../gettext-runtime/gnulib-m4/lib-link.m4 \
   ../../gettext-runtime/gnulib-m4/lib-prefix.m4 \
index e390df29e4f22537d29c7f09a48a4b6a944df7a2..8fd96f8699c865bcfda155dac302006208e64100 100644 (file)
@@ -796,6 +796,7 @@ done
 
 m4filelist='
   gettext.m4
+  host-cpu-c-abi.m4
   iconv.m4
   intlmacosx.m4
   lib-ld.m4 lib-link.m4 lib-prefix.m4