]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Distribute threadlib.m4.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Aug 2008 14:01:23 +0000 (14:01 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:47 +0000 (12:15 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/Makefile.am
gettext-tools/misc/ChangeLog
gettext-tools/misc/gettextize.in

index b82b816e13e610cafbb095b886fb01b98bd95f2a..5b4b19bc70bdac492a6c56896617c51c6422207d 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-17  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (aclocal_DATA): Add threadlib.m4.
+
 2008-01-13  Bruno Haible  <bruno@clisp.org>
 
        * locale-ja.m4 (gt_LOCALE_JA): Check that the locale encoding is not
index dc7ccfa0bb4c9c9f5d30921867a4faa7f8c2ef19..e0172afe8fed4588161e68ef374507fbc63101e3 100644 (file)
@@ -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 \
index 5a476aab962c85d45d41256f0c8f5a25780be808..6aca1c94e14ceffa104d760a86e91c9d90da3be2 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-17  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in (m4filelist): Add threadlib.m4 from the list.
+       (func_version): Bump copyright year.
+
 2008-08-13  Sven Joachim  <svenjoac@gmx.de>
 
        * po-mode.el (po-check-file-header): Use forward-line with
index 8530e91970f11bd3d49c618b23ef76ddc1632fd0..bdccb55395e4673c056a4e49603b2159958c63be 100644 (file)
@@ -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 <bug-gnu-gettext@gnu.org>."
 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 <http://gnu.org/licenses/gpl.html>
 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