\input texinfo @c -*-texinfo-*-
-@comment $Id$
+@comment ========================================================
@comment %**start of header
@setfilename autoconf.info
@include version.texi
@settitle Autoconf
@setchapternewpage odd
@setcontentsaftertitlepage
+@finalout
+
+@c A simple macro for optional variables.
+@macro ovar{varname}
+@r{[}@var{\varname\}@r{]}
+@end macro
+
+@c A simple macro for optional variables with a default value.
+@macro dvar{varname, default}
+@r{[}@var{\varname\} = @samp{\default\}@r{]}
+@end macro
+
+@c I don't like the way URL are displayed in TeX with @uref.
+@ifhtml
+@macro href{url, title}
+@uref{\url\, \title\}
+@end macro
+@end ifhtml
+@ifnothtml
+@macro href{url, title}
+\title\@footnote{\title\, @url{\url\}.}
+@end macro
+@end ifnothtml
+
+@c Define an environment variable index.
+@defcodeindex ev
+@c Define an output variable index.
+@defcodeindex ov
+@c Define a CPP variable index.
+@defcodeindex cv
+@c Define an Autoconf macro index that @defmac doesn't write to.
+@defcodeindex ac
+@c Define an Autotest macro index that @defmac doesn't write to.
+@defcodeindex at
+@c Define an M4sugar macro index that @defmac doesn't write to.
+@defcodeindex ms
+@c Define an index for *foreign* programs: `mv' etc. Used for the
+@c portability sections and so on.
+@defindex pr
+
+@c Define an index for functions: `alloca' etc. Used for the
+@c portability sections and so on. We can't use `fn' (aka `fnindex),
+@c since `@defmac' goes into it => we'd get all the macros too.
+
+@c FIXME: Aaarg! It seems there are too many indices for TeX :(
+@c
+@c ! No room for a new @write .
+@c l.112 @defcodeindex fu
+@c
+@c so don't define yet another one :( Just put some tags before each
+@c @prindex which is actually a @funindex.
+@c
+@c @defcodeindex fu
+@c
+@c
+@c @c Put the programs and functions into their own index.
+@c @syncodeindex fu pr
+
@comment %**end of header
+@comment ========================================================
+
@copying
This manual is for GNU Autoconf
@end quotation
@end copying
-@c A simple macro for optional variables.
-@macro ovar{varname}
-@r{[}@var{\varname\}@r{]}
-@end macro
-@c A simple macro for optional variables with a default value.
-@macro dvar{varname, default}
-@r{[}@var{\varname\} = @samp{\default\}@r{]}
-@end macro
-@c I don't like the way URL are displayed in TeX with @uref.
-@ifhtml
-@macro href{url, title}
-@uref{\url\, \title\}
-@end macro
-@end ifhtml
-@ifnothtml
-@macro href{url, title}
-\title\@footnote{\title\, @url{\url\}.}
-@end macro
-@end ifnothtml
-
-
-@dircategory GNU admin
+@dircategory GNU programming tools
@direntry
* Autoconf: (autoconf). Create source code configuration scripts
@end direntry
Running an Autotest test suite
@end direntry
-@finalout
@titlepage
@title Autoconf
@subtitle Creating Automatic Configuration Scripts
@author David MacKenzie
@author Ben Elliston
@author Akim Demaille
-@c I think I've rewritten all of Noah and Roland's contributions by now.
-
@page
@vskip 0pt plus 1filll
@insertcopying
@contents
-@c Define an environment variable index.
-@defcodeindex ev
-@c Define an output variable index.
-@defcodeindex ov
-@c Define a CPP variable index.
-@defcodeindex cv
-@c Define an Autoconf macro index that @defmac doesn't write to.
-@defcodeindex ac
-@c Define an Autotest macro index that @defmac doesn't write to.
-@defcodeindex at
-@c Define an M4sugar macro index that @defmac doesn't write to.
-@defcodeindex ms
-@c Define an index for *foreign* programs: `mv' etc. Used for the
-@c portability sections and so on.
-@defindex pr
-
-@c Define an index for functions: `alloca' etc. Used for the
-@c portability sections and so on. We can't use `fn' (aka `fnindex),
-@c since `@defmac' goes into it => we'd get all the macros too.
-
-@c FIXME: Aaarg! It seems there are too many indices for TeX :(
-@c
-@c ! No room for a new @write .
-@c l.112 @defcodeindex fu
-@c
-@c so don't define yet another one :( Just put some tags before each
-@c @prindex which is actually a @funindex.
-@c
-@c @defcodeindex fu
-@c
-@c
-@c @c Put the programs and functions into their own index.
-@c @syncodeindex fu pr
-
@ifnottex
@node Top
@top Autoconf
-
@insertcopying
@end ifnottex