From 8605e3673b1ff079ea8985a0e40bdd0ce93eb4e9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 16 Apr 1997 18:24:53 +0000 Subject: [PATCH] doc update --- automake.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/automake.texi b/automake.texi index 04f0c2c7f..a6404dd55 100644 --- a/automake.texi +++ b/automake.texi @@ -1401,6 +1401,10 @@ generates @samp{-I$(srcdir)} and a @samp{-I} pointing to the directory holding @file{config.h} (if you've used @code{AC_CONFIG_HEADER} or @code{AM_CONFIG_HEADER}). +@code{INCLUDES} can actually be used for other @code{cpp} options +besides @samp{-I}. For instance, it is sometimes used to pass arbitrary +@samp{-D} options to the compiler. + @item COMPILE This is the command used to actually compile a C source file. The filename is appended to form the complete command line. -- 2.47.3