]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Put AC_TEST_CPP in alphabetical order.
authorDavid MacKenzie <djm@djmnet.org>
Wed, 4 May 1994 23:42:20 +0000 (23:42 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 4 May 1994 23:42:20 +0000 (23:42 +0000)
autoconf.texi
doc/autoconf.texi

index a50d6740e7738c640049031ef6176599ed7ff36c..668042498038e70f471002bc08e2266280085251 100644 (file)
@@ -6,8 +6,8 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 1.9.3
-@set VERSION 1.9.3
+@set EDITION 1.9.4
+@set VERSION 1.9.4
 @set UPDATED May 1994
 
 @iftex
@@ -1702,6 +1702,20 @@ AC_SIZEOF_TYPE(int *)
 defines @code{SIZEOF_INT_P} to be 8 on DEC Alpha AXP systems.
 @end defmac
 
+@defmac AC_TEST_CPP (@var{includes}, @var{action-if-true} @r{[}, @var{action-if-false}@r{]})
+@maindex TEST_CPP
+@var{includes} is C or C++ @code{#include} statements and declarations, on
+which shell variable and backquote substitutions are performed.
+(Actually, it can be any C program, but other statements are probably
+not useful.)  If the preprocessor produces no error messages while
+processing it, run shell commands @var{action-if-true}.  Otherwise run
+shell commands @var{action-if-false}.
+
+This macro calls @code{AC_PROG_CPP} or @code{AC_PROG_CXXCPP} (depending
+on which language is current, @pxref{Language Choice}), if it hasn't
+been called already.
+@end defmac
+
 @defmac AC_TEST_PROGRAM (@var{program}, @var{action-if-true} @r{[}, @var{action-if-false} @r{[}, @var{action-if-cross-compiling}@r{]]})
 @maindex TEST_PROGRAM
 @var{program} is the text of a C program, on which shell variable and
@@ -1718,20 +1732,6 @@ run.  If that argument is given, this macro calls @code{AC_CROSS_CHECK}
 if it has not already been called (@pxref{Compiler Characteristics}).
 @end defmac
 
-@defmac AC_TEST_CPP (@var{includes}, @var{action-if-true} @r{[}, @var{action-if-false}@r{]})
-@maindex TEST_CPP
-@var{includes} is C or C++ @code{#include} statements and declarations, on
-which shell variable and backquote substitutions are performed.
-(Actually, it can be any C program, but other statements are probably
-not useful.)  If the preprocessor produces no error messages while
-processing it, run shell commands @var{action-if-true}.  Otherwise run
-shell commands @var{action-if-false}.
-
-This macro calls @code{AC_PROG_CPP} or @code{AC_PROG_CXXCPP} (depending
-on which language is current, @pxref{Language Choice}), if it hasn't
-been called already.
-@end defmac
-
 @node Command Line, Setting Variables, General Feature Tests, General Purpose Macros
 @section Checking Command Line Arguments
 
index a50d6740e7738c640049031ef6176599ed7ff36c..668042498038e70f471002bc08e2266280085251 100644 (file)
@@ -6,8 +6,8 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 1.9.3
-@set VERSION 1.9.3
+@set EDITION 1.9.4
+@set VERSION 1.9.4
 @set UPDATED May 1994
 
 @iftex
@@ -1702,6 +1702,20 @@ AC_SIZEOF_TYPE(int *)
 defines @code{SIZEOF_INT_P} to be 8 on DEC Alpha AXP systems.
 @end defmac
 
+@defmac AC_TEST_CPP (@var{includes}, @var{action-if-true} @r{[}, @var{action-if-false}@r{]})
+@maindex TEST_CPP
+@var{includes} is C or C++ @code{#include} statements and declarations, on
+which shell variable and backquote substitutions are performed.
+(Actually, it can be any C program, but other statements are probably
+not useful.)  If the preprocessor produces no error messages while
+processing it, run shell commands @var{action-if-true}.  Otherwise run
+shell commands @var{action-if-false}.
+
+This macro calls @code{AC_PROG_CPP} or @code{AC_PROG_CXXCPP} (depending
+on which language is current, @pxref{Language Choice}), if it hasn't
+been called already.
+@end defmac
+
 @defmac AC_TEST_PROGRAM (@var{program}, @var{action-if-true} @r{[}, @var{action-if-false} @r{[}, @var{action-if-cross-compiling}@r{]]})
 @maindex TEST_PROGRAM
 @var{program} is the text of a C program, on which shell variable and
@@ -1718,20 +1732,6 @@ run.  If that argument is given, this macro calls @code{AC_CROSS_CHECK}
 if it has not already been called (@pxref{Compiler Characteristics}).
 @end defmac
 
-@defmac AC_TEST_CPP (@var{includes}, @var{action-if-true} @r{[}, @var{action-if-false}@r{]})
-@maindex TEST_CPP
-@var{includes} is C or C++ @code{#include} statements and declarations, on
-which shell variable and backquote substitutions are performed.
-(Actually, it can be any C program, but other statements are probably
-not useful.)  If the preprocessor produces no error messages while
-processing it, run shell commands @var{action-if-true}.  Otherwise run
-shell commands @var{action-if-false}.
-
-This macro calls @code{AC_PROG_CPP} or @code{AC_PROG_CXXCPP} (depending
-on which language is current, @pxref{Language Choice}), if it hasn't
-been called already.
-@end defmac
-
 @node Command Line, Setting Variables, General Feature Tests, General Purpose Macros
 @section Checking Command Line Arguments