From: Jim Meyering Date: Mon, 20 Nov 2006 12:59:11 +0000 (+0000) Subject: Avoid syntax error in test program. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ddfe2573cd8e2e3f65d842d0fb2ff677493bdff;p=pspp 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 2f00d0a2cf..bdfd4673bd 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