From 185f1f11f676f613b1a21e04ce1e7b9001062ab1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 7 Jun 2007 19:34:50 +0000 Subject: Handle new file intlmacosx.m4. --- ChangeLog | 5 +++++ Makefile.am | 1 + PACKAGING | 1 + gettext-tools/m4/ChangeLog | 4 ++++ gettext-tools/m4/Makefile.am | 1 + gettext-tools/misc/ChangeLog | 5 +++++ gettext-tools/misc/gettextize.in | 8 ++++---- 7 files changed, 21 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6dabb7..5a9d491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-07 Bruno Haible + + * Makefile.am (distcheck-hook): Check also intlmacosx.m4. + * PACKAGING: Mention also intlmacosx.m4. + 2007-05-28 Bruno Haible * windows/windres-options: New file. diff --git a/Makefile.am b/Makefile.am index a9f0bcf..67fa249 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ distcheck-hook: cmp -s gettext-runtime/m4/intdiv0.m4 gettext-tools/gnulib-m4/intdiv0.m4 cmp -s gettext-runtime/m4/intl.m4 gettext-tools/gnulib-m4/intl.m4 cmp -s gettext-runtime/m4/intldir.m4 gettext-tools/gnulib-m4/intldir.m4 + cmp -s gettext-runtime/m4/intlmacosx.m4 gettext-tools/gnulib-m4/intlmacosx.m4 cmp -s gettext-runtime/m4/intmax.m4 gettext-tools/gnulib-m4/intmax.m4 cmp -s gettext-runtime/m4/inttypes-pri.m4 gettext-tools/gnulib-m4/inttypes-pri.m4 cmp -s gettext-runtime/m4/inttypes_h.m4 gettext-tools/gnulib-m4/inttypes_h.m4 diff --git a/PACKAGING b/PACKAGING index 654993d..f5d838a 100644 --- a/PACKAGING +++ b/PACKAGING @@ -122,6 +122,7 @@ following file list. $prefix/share/aclocal/intdiv0.m4 $prefix/share/aclocal/intl.m4 $prefix/share/aclocal/intldir.m4 + $prefix/share/aclocal/intlmacosx.m4 $prefix/share/aclocal/intmax.m4 $prefix/share/aclocal/inttypes_h.m4 $prefix/share/aclocal/inttypes-pri.m4 diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 9ee4639..b6f1ecb 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,7 @@ +2007-06-07 Bruno Haible + + * Makefile.am (aclocal_DATA): Add intlmacosx.m4. + 2007-05-27 Bruno Haible * openmp.m4: Remove file. diff --git a/gettext-tools/m4/Makefile.am b/gettext-tools/m4/Makefile.am index 9972999..d186a33 100644 --- a/gettext-tools/m4/Makefile.am +++ b/gettext-tools/m4/Makefile.am @@ -15,6 +15,7 @@ aclocal_DATA = \ ../../gettext-runtime/m4/intdiv0.m4 \ ../../gettext-runtime/m4/intl.m4 \ ../../gettext-runtime/m4/intldir.m4 \ + ../../gettext-runtime/m4/intlmacosx.m4 \ ../../gettext-runtime/m4/intmax.m4 \ ../../gettext-runtime/m4/inttypes_h.m4 \ ../../gettext-runtime/m4/inttypes-pri.m4 \ diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index cab1394..025f2c7 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,8 @@ +2007-06-07 Bruno Haible + + * gettextize.in (m4filelist): Add intlmacosx.m4 to the list. + (func_version): Update copyright year. + 2007-05-24 Bruno Haible * po-mode.el (po-mode-map): Bind po-undo also to Ctrl-_. diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index 7bf1223..cd142d5 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc. +# Copyright (C) 1995-1998, 2000-2007 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 @@ -175,7 +175,7 @@ Report bugs to ." func_version () { echo "$progname (GNU $package) $version" - echo "Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc. + echo "Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." echo "Written by" "Ulrich Drepper" @@ -769,8 +769,8 @@ min_automake_version=1.9 if test -n "$intldir" || test -z "$have_automake19"; then # Add intldir.m4, intl.m4 and its dependencies. m4filelist=$m4filelist' codeset.m4 glibc2.m4 glibc21.m4 intdiv0.m4 intl.m4 - intldir.m4 intmax.m4 inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lock.m4 - longlong.m4 printf-posix.m4 size_max.m4 stdint_h.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 ulonglong.m4 visibility.m4 wchar_t.m4 wint_t.m4 xsize.m4' min_automake_version=1.8 fi -- cgit v1.1