]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Special Shell Variables): Add pdksh output
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 23 Sep 2001 14:42:14 +0000 (14:42 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 23 Sep 2001 14:42:14 +0000 (14:42 +0000)
for $LINENO.

ChangeLog
doc/autoconf.texi

index dcc5f19b670dadaade6d0c0b8dd6566eace972a3..eadb62cb9423b517256a1bc01e4d2167c5aca98a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * doc/autoconf.texi (Special Shell Variables): Add pdksh output
+       for $LINENO.
+
 2001-09-22  Akim Demaille  <akim@epita.fr>
 
        * lib/autoconf/autotest.m4: Create `package.m4'.
index 9c0aee241f23178a5561b371c73e21ab582e1c83..2e1a3f7514411b883706e8d46caeff58957fc297 100644 (file)
@@ -8182,6 +8182,14 @@ $ zsh-3.1.9 lineno
 6. 6
 7. 7
 @end group
+@group
+$ pdksh-5.2.14 lineno
+1. 1
+3. 2
+4. 2
+6. 6
+7. 0
+@end group
 @end example