[SCM] GNU Autoconf source repository branch, master, updated. v2.67-23-g3b418ae
"Ralf Wildenhues" <[email protected]> Sun, 22 Aug 2010 13:58:56 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=3b418ae86b4fa3d85be6a9d214bb70643da14344
The branch, master has been updated
via 3b418ae86b4fa3d85be6a9d214bb70643da14344 (commit)
from 1027010dcd2de3263030eb8b05b3c5229837cb05 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b418ae86b4fa3d85be6a9d214bb70643da14344
Author: Ralf Wildenhues <[email protected]>
Date: Sat Aug 21 07:45:22 2010 +0200
doc: AIX sed dislikes indented comments.
* doc/autoconf.texi (Limitations of Usual Tools) <sed>: Update.
Signed-off-by: Ralf Wildenhues <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
doc/autoconf.texi | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d9e9112..6d7bd7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-22 Ralf Wildenhues <[email protected]>
+
+ doc: AIX sed dislikes indented comments.
+ * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Update.
+
2010-08-19 Stefano Lattarini <[email protected]>
Fix autoreconf docs w.r.t. AUTOM4TE environment variable.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index cadc727..a20be76 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -18371,8 +18371,8 @@ them.
Unicos 9 @command{sed} loops endlessly on patterns like @samp{.*\n.*}.
Sed scripts should not use branch labels longer than 7 characters and
-should not contain comments. HP-UX sed has a limit of 99 commands
-(not counting @samp{:} commands) and
+should not contain comments; AIX 5.3 @command{sed} rejects indented comments.
+HP-UX sed has a limit of 99 commands (not counting @samp{:} commands) and
48 labels, which can not be circumvented by using more than one script
file. It can execute up to 19 reads with the @samp{r} command per cycle.
Solaris @command{/usr/ucb/sed} rejects usages that exceed a limit of
hooks/post-receive
--
GNU Autoconf source repository