]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
More doc on AC_PROG_CC_C_O
authorAkim Demaille <akim@epita.fr>
Thu, 13 Apr 2000 08:00:38 +0000 (08:00 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 13 Apr 2000 08:00:38 +0000 (08:00 +0000)
doc/autoconf.texi

index ac98fc11d286480cb5e7d131b6942179cb704059..3504ebd5b5715e514ce4787d74b0ef4a199af616 100644 (file)
@@ -2241,7 +2241,10 @@ compiling.
 @maindex PROG_CC_C_O
 @cvindex NO_MINUS_C_MINUS_O
 If the C compiler does not accept the @samp{-c} and @samp{-o} options
-simultaneously, define @code{NO_MINUS_C_MINUS_O}.
+simultaneously, define @code{NO_MINUS_C_MINUS_O}.  This macro actually
+tests both the compiler found by @code{AC_PROG_CC}, and, if different,
+the first @code{cc} in the path.  The test fails if one fails.  This
+macro was created for GNU Make to choose the default C compilation rule.
 @end defmac
 
 @defmac AC_PROG_CC_STDC