From: Jim Meyering Date: Mon, 20 Nov 2006 12:59:11 +0000 (+0000) Subject: Avoid syntax error in test program. X-Git-Tag: cvs-readonly~1544 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6ddfe2573cd8e2e3f65d842d0fb2ff677493bdff;p=gnulib.git Avoid syntax error in test program. * m4/gettext.m4 (AM_GNU_GETTEXT): When inside a [...] context, quote with "[...]", not "[[...]]". --- diff --git a/ChangeLog b/ChangeLog index 2f00d0a2c..bdfd4673b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-20 Andreas Schwab (tiny change) + + Avoid syntax error in test program. + * m4/gettext.m4 (AM_GNU_GETTEXT): When inside a [...] context, + quote with "[...]", not "[[...]]". + 2006-11-20 Jim Meyering * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to