+2007-06-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ and Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
+ fails on AIX 5.3.
+
2007-06-17 Noah Misch <noah@cs.caltech.edu>
* lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
x
@end example
-The @option{-e} option is portable, so long as its argument
-does not begin with @samp{a}, @samp{c}, or @samp{i}
-(as this runs afoul of a Tru64 5.1 bug).
+The @option{-e} option is mostly portable.
+However, its argument
+cannot start with @samp{a}, @samp{c}, or @samp{i},
+as this runs afoul of a Tru64 5.1 bug.
+Also, its argument cannot be empty, as this fails on @acronym{AIX} 5.3.
Some people prefer to use @samp{-e}:
@example