Tested 'make info ps pdf html' with texinfo 4.13 and 'make info' with
texinfo 4.11 on MinGW, checked the resulting outputs to work fine.  OK?

Thanks,
Ralf

    manual: index strings containing colon in non-info outputs.
    
    * doc/autoconf.texi (Quadrigraphs, Shell Substitutions): Produce
    index entries for concepts containing a colon in output formats
    other than info.

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 3e2e51f..b42ae73 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -10280,11 +10280,13 @@ the one they were implemented with.
 @cindex @samp{@@S|@@}
 @cindex @samp{@@&t@@}
 @c Info cannot handle `:' in index entries.
-...@c @cindex @samp{@@<:@@}
-...@c @cindex @samp{@@:>@@}
-...@c @cindex @samp{@@%:@@}
-...@c @cindex @samp{@@@{:@@}
-...@c @cindex @samp{@@:@}@@}
+...@ifnotinfo
+...@cindex @samp{@@<:@@}
+...@cindex @samp{@@:>@@}
+...@cindex @samp{@@%:@@}
+...@cindex @samp{@@@{:@@}
+...@cindex @samp{@@:@}@@}
+...@end ifnotinfo
 
 When writing an Autoconf macro you may occasionally need to generate
 special characters that are difficult to express with the standard
@@ -15181,7 +15183,9 @@ bad substitution
 
 @item $...@{@var{var}:-...@var{value}@}
 @c Info cannot handle `:' in index entries.
-...@c @cindex $...@{@var{var}:-...@var{value}@}
+...@ifnotinfo
+...@cindex $...@{@var{var}:-...@var{value}@}
+...@end ifnotinfo
 Old @acronym{BSD} shells, including the Ultrix @code{sh}, don't accept the
 colon for any shell substitution, and complain and die.
 Similarly for $...@{@var{var}:=...@var{value}@}, 
$...@{@var{var}:?...@var{value}@}, etc.


Reply via email to