From: Bruno Haible Date: Tue, 8 Mar 2005 13:18:29 +0000 (+0000) Subject: Add some comments. X-Git-Tag: v0.14.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7811259dfb3ee956e82bb3f585dd0c333d2f8a;p=thirdparty%2Fgettext.git Add some comments. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 0d5cc53d5..25e6e7da1 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,7 @@ +2005-03-07 Bruno Haible + + * po.m4: Add comments. + 2005-03-05 Bruno Haible * nls.m4 (AM_MKINSTALLDIRS): Use AC_REQUIRE_AUX_FILE conditionally. diff --git a/gettext-runtime/m4/po.m4 b/gettext-runtime/m4/po.m4 index ab43f0ecb..8bdef64a4 100644 --- a/gettext-runtime/m4/po.m4 +++ b/gettext-runtime/m4/po.m4 @@ -1,4 +1,4 @@ -# po.m4 serial 5 (gettext-0.14.2) +# po.m4 serial 6 (gettext-0.14.3) dnl Copyright (C) 1995-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -106,6 +106,9 @@ AC_DEFUN([AM_PO_SUBDIRS], /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac + # Treat a directory as a PO directory if and only if it has a + # POTFILES.in file. This allows packages to have multiple PO + # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"