From 37341a5f822b9bb1c1749c4ed5d5292ff2ef3eab Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Dec 2006 00:54:52 +0000 Subject: [PATCH] * NEWS: Version 2.61a. 2006-12-11 Paul Eggert --- ChangeLog | 4 ++++ NEWS | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index da7961396..10a2e8070 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-11 Paul Eggert + + * NEWS: Version 2.61a. + 2006-12-11 Paul Eggert and Ralf Wildenhues diff --git a/NEWS b/NEWS index 04319dbb6..7f352ea57 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Major changes in Autoconf 2.61a (??) +* Major changes in Autoconf 2.61a (2006-12-11) ** AC_FUNC_FSEEKO was broken in 2.61; it didn't make fseeko and ftello visible on many platforms. This has been fixed. @@ -12,9 +12,9 @@ ** config.status now uses awk instead of sed for most substitutions, for speed. - - As a side effect multi-line values of substituted variables are - no longer limited in total size, though for portability each line - should not exceed the POSIX length limit for text lines. + - As a side effect multi-line values of substituted variables no + longer have a small limit in total size, though for portability + each line should not exceed the POSIX length limit for text lines. - It is now documented that Makefile.in should not contain overlapping variable occurrences, e.g., @VAR1@VAR2@. -- 2.47.3