From 097669a284f818a4f8fb9f094df478a9e226f266 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 13 Sep 2007 16:50:38 +0000 Subject: [PATCH] Document another awk pitfall. * doc/autoconf.texi (Limitations of Usual Tools) : Document limitation of field variables in END. Reported by Gary V. Vaughan. --- ChangeLog | 5 +++++ doc/autoconf.texi | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index c49031cd..d0ce0a6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-09-13 Eric Blake + Document another awk pitfall. + * doc/autoconf.texi (Limitations of Usual Tools) : Document + limitation of field variables in END. + Reported by Gary V. Vaughan. + * AUTHORS: Add missing entries. 2007-09-12 Eric Blake diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 52faf505..e5d2fee1 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -13361,6 +13361,23 @@ input in this case. Portable scripts can redirect input from awk 'BEGIN @{print "hello world"@}'