From: Bruno Haible Date: Sat, 19 Jul 2008 13:19:47 +0000 (+0000) Subject: Distribute gnulib-m4/gnulib-cache.m4. X-Git-Tag: v0.18~396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a6ceb987c20b6279c0ab8b346091ff376b8e64;p=thirdparty%2Fgettext.git Distribute gnulib-m4/gnulib-cache.m4. --- diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 2470de9f4..26040ec4a 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2008-07-19 Bruno Haible + + * Makefile.am (EXTRA_DIST): Add gnulib-m4/gnulib-cache.m4. + 2008-05-26 Bruno Haible * gettext-po.c (po_header_field, po_header_set_field): Recognize a diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 8947e84b1..a83d9dc54 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/libgettextpo subdirectory of GNU gettext -## 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 @@ -178,5 +178,8 @@ else endif mv gettext-po.h-tmp gettext-po.h +# Allow users to use "gnulib-tool --update". +EXTRA_DIST += gnulib-m4/gnulib-cache.m4 + # A small set of gnulib modules is needed here as well. include Makefile.gnulib