Fix misspelling of AC_INCLUDES_DEFAULT.

This commit is contained in:
Paul Eggert 2003-12-27 08:26:26 +00:00
parent 932964898a
commit 57c4246280
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-12-24 Andreas Schwab <schwab@suse.de>
* doc/autoconf.texi (Default Includes): Fix misspelling of
AC_INCLUDES_DEFAULT.
2003-12-03 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Test if sh -n works.

View File

@ -3123,8 +3123,8 @@ include beforehand (@pxref{Header Files}).
Most generic macros use the following macro to provide the default set
of includes:
@defmac AC_DEFAULT_INCLUDES (@ovar{include-directives})
@acindex{DEFAULT_INCLUDES}
@defmac AC_INCLUDES_DEFAULT (@ovar{include-directives})
@acindex{INCLUDES_DEFAULT}
Expand to @var{include-directives} if defined, otherwise to:
@example