From beb6afd544e4547a65d59074a256f783f7dcaadc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 17 Aug 2008 14:01:23 +0000 Subject: [PATCH] Distribute threadlib.m4. --- gettext-tools/m4/ChangeLog | 4 ++++ gettext-tools/m4/Makefile.am | 1 + gettext-tools/misc/ChangeLog | 5 +++++ gettext-tools/misc/gettextize.in | 6 +++--- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index b82b816e1..5b4b19bc7 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,7 @@ +2008-08-17 Bruno Haible + + * Makefile.am (aclocal_DATA): Add threadlib.m4. + 2008-01-13 Bruno Haible * locale-ja.m4 (gt_LOCALE_JA): Check that the locale encoding is not diff --git a/gettext-tools/m4/Makefile.am b/gettext-tools/m4/Makefile.am index dc7ccfa0b..e0172afe8 100644 --- a/gettext-tools/m4/Makefile.am +++ b/gettext-tools/m4/Makefile.am @@ -28,6 +28,7 @@ aclocal_DATA = \ ../../gettext-runtime/m4/progtest.m4 \ ../../gettext-runtime/m4/size_max.m4 \ ../../gettext-runtime/m4/stdint_h.m4 \ + ../../gettext-runtime/m4/threadlib.m4 \ ../../gettext-runtime/m4/uintmax_t.m4 \ ../../gettext-runtime/m4/visibility.m4 \ ../../gettext-runtime/m4/wchar_t.m4 \ diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 5a476aab9..6aca1c94e 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,8 @@ +2008-08-17 Bruno Haible + + * gettextize.in (m4filelist): Add threadlib.m4 from the list. + (func_version): Bump copyright year. + 2008-08-13 Sven Joachim * po-mode.el (po-check-file-header): Use forward-line with diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index 8530e9197..bdccb5539 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. +# Copyright (C) 1995-1998, 2000-2008 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 @@ -174,7 +174,7 @@ Report bugs to ." func_version () { echo "$progname (GNU $package) $version" - echo "Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. + echo "Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." @@ -771,7 +771,7 @@ if test -n "$intldir" || test -z "$have_automake19"; then m4filelist=$m4filelist' codeset.m4 glibc2.m4 glibc21.m4 intdiv0.m4 intl.m4 intldir.m4 intlmacosx.m4 intmax.m4 inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lock.m4 longlong.m4 printf-posix.m4 size_max.m4 stdint_h.m4 - uintmax_t.m4 visibility.m4 wchar_t.m4 wint_t.m4 xsize.m4' + threadlib.m4 uintmax_t.m4 visibility.m4 wchar_t.m4 wint_t.m4 xsize.m4' min_automake_version=1.8 fi -- 2.47.3