]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Don't @setchapternewpage odd by default.
authorDavid MacKenzie <djm@djmnet.org>
Tue, 19 Apr 1994 18:41:15 +0000 (18:41 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Tue, 19 Apr 1994 18:41:15 +0000 (18:41 +0000)
Mention autoheader AC_SIZEOF_TYPE symbol generation.

autoconf.texi
doc/autoconf.texi

index 30112ea2542f0e5adff98952eb4fe3f89024c20e..0ee948a72e58bad3f5c5e0a35776b493e6419a07 100644 (file)
@@ -2,12 +2,12 @@
 @c %**start of header
 @setfilename autoconf.info
 @settitle Autoconf
-@setchapternewpage odd
+@c For double-sided printing, uncomment:
+@c @setchapternewpage odd
 @c %**end of header
-@c For single-sided printing, use on instead of odd in the setchapternewpage.
 
-@set EDITION 1.8
-@set VERSION 1.8
+@set EDITION 1.9
+@set VERSION 1.9
 @set UPDATED April 1994
 
 @iftex
@@ -431,7 +431,8 @@ preprocessor symbols it might define.  It copies comments and
 also uses a file called @file{acconfig.h} in the current directory, if
 present; you must create that file to contain entries for any additional
 symbols that you @code{AC_DEFINE}.  For symbols defined by
-@code{AC_HAVE_HEADERS}, @code{AC_HAVE_FUNCS}, or @code{AC_HAVE_LIBRARY},
+@code{AC_HAVE_HEADERS}, @code{AC_HAVE_FUNCS}, @code{AC_SIZEOF_TYPE},
+or @code{AC_HAVE_LIBRARY},
 @code{autoheader} generates comments and @code{#undef} statements itself
 rather than copying them from a file, since the possible symbols are
 effectively limitless.
index 30112ea2542f0e5adff98952eb4fe3f89024c20e..0ee948a72e58bad3f5c5e0a35776b493e6419a07 100644 (file)
@@ -2,12 +2,12 @@
 @c %**start of header
 @setfilename autoconf.info
 @settitle Autoconf
-@setchapternewpage odd
+@c For double-sided printing, uncomment:
+@c @setchapternewpage odd
 @c %**end of header
-@c For single-sided printing, use on instead of odd in the setchapternewpage.
 
-@set EDITION 1.8
-@set VERSION 1.8
+@set EDITION 1.9
+@set VERSION 1.9
 @set UPDATED April 1994
 
 @iftex
@@ -431,7 +431,8 @@ preprocessor symbols it might define.  It copies comments and
 also uses a file called @file{acconfig.h} in the current directory, if
 present; you must create that file to contain entries for any additional
 symbols that you @code{AC_DEFINE}.  For symbols defined by
-@code{AC_HAVE_HEADERS}, @code{AC_HAVE_FUNCS}, or @code{AC_HAVE_LIBRARY},
+@code{AC_HAVE_HEADERS}, @code{AC_HAVE_FUNCS}, @code{AC_SIZEOF_TYPE},
+or @code{AC_HAVE_LIBRARY},
 @code{autoheader} generates comments and @code{#undef} statements itself
 rather than copying them from a file, since the possible symbols are
 effectively limitless.