Distribute threadlib.m4.

This commit is contained in:
Bruno Haible 2008-08-17 14:01:23 +00:00
parent be216aed02
commit beb6afd544
4 changed files with 13 additions and 3 deletions

View 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

View 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 \

View 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

View 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