makeinfo seems happy with underscores in flags, but texinfo.tex dies.
(install.texi
! Missing @endcsname inserted.
<to be read again>
@unhbox
@leavevmode ->@unhbox
@voidb@x
@_->@leavevmode
@kern .06em @vbox {@hrule width.3em height.1ex}
@ifusingtt ...im @fontdimen 3@font =0pt #1@else #2
@fi
<argument> autoconf_
manual
@next #1->@expandafter @ifx @csname SET#1
@endcsname @relax @expandafter @ifc...
l.4 @ifclear autoconf_manual
?
Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* doc/install.texi, doc/autoconf.texi: Use `autoconf', not
`autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
Index: doc/autoconf.texi
===================================================================
RCS file: /cvs/autoconf/doc/autoconf.texi,v
retrieving revision 1.509
diff -u -u -r1.509 autoconf.texi
--- doc/autoconf.texi 2001/08/17 12:07:27 1.509
+++ doc/autoconf.texi 2001/08/17 14:50:22
@@ -9667,7 +9667,7 @@
* configure Invocation:: Changing how @code{configure} runs
@end menu
-@set autoconf_manual
+@set autoconf
@include install.texi
Index: doc/install.texi
===================================================================
RCS file: /cvs/autoconf/doc/install.texi,v
retrieving revision 1.36
diff -u -u -r1.36 install.texi
--- doc/install.texi 2001/08/17 00:42:44 1.36
+++ doc/install.texi 2001/08/17 14:50:22
@@ -1,7 +1,7 @@
@c This file is included by autoconf.texi and is used to produce
@c the INSTALL file.
-@ifclear autoconf_manual
+@ifclear autoconf
Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation,
Inc.
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo