From 2fcab060b27de79cae74754e99c922d2fd680f49 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 2 Aug 2002 20:00:06 +0000 Subject: [PATCH] Make it work when ALL_LINGUAS is set to a multiline string in configure.in. --- m4/ChangeLog | 4 ++++ m4/gettext.m4 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index 4b790ff09..85cdc0f6a 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2002-07-27 Andreas Schwab + + * gettext.m4: Avoid expanding ALL_LINGUAS in comment. + 2002-08-02 Bruno Haible * Makefile.am (aclocal_DATA): Add ulonglong.m4. diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 0b758a67c..45cad8557 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -1,4 +1,4 @@ -# gettext.m4 serial 16 (gettext-0.11.4) +# gettext.m4 serial 17 (gettext-0.11.5) dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -488,7 +488,7 @@ AC_DEFUN([AM_PO_SUBDIRS], ;; esac done], - [# Capture the value of obsolete $ALL_LINGUAS because we need it to compute + [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it # from automake. eval 'ALL_LINGUAS''="$ALL_LINGUAS"' -- 2.47.2