From d66c14fa34ddaac90357a1c3d004b24010657953 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 25 Sep 2002 19:00:47 +0000 Subject: [PATCH] * automake.texi (Optional, Options, Distributing, ANSI, API versioning): Spelling fixes and Texi tweaks. --- ChangeLog | 5 +++++ automake.texi | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8f99055..7b5b7422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-25 Art Haas + + * automake.texi (Optional, Options, Distributing, ANSI, + API versioning): Spelling fixes and Texi tweaks. + 2002-09-25 Alexandre Duret-Lutz * configure.in: Check for 'tex'. diff --git a/automake.texi b/automake.texi index 1ddff23f..f15af258 100644 --- a/automake.texi +++ b/automake.texi @@ -1153,7 +1153,7 @@ Currently recognized macros and their effects are: @item AC_CONFIG_HEADERS Automake will generate rules to rebuild these headers. Older versions of Automake required the use of @code{AM_CONFIG_HEADER} -(@pxref{Macros}); this no longuer the case today. +(@pxref{Macros}); this is no longer the case today. @cvindex AC_CONFIG_HEADERS @item AC_CONFIG_AUX_DIR @@ -3177,7 +3177,7 @@ If the @file{Makefile.am} variable @code{AUTOMAKE_OPTIONS} handle de-ANSI-fication is inserted into the generated @file{Makefile.in}. -This causes each C source file in the directory to be treated as ANSI C. +This causes each C source file in the directory to be treated as ANSI C@. If an ANSI C compiler is available, it is used. If no ANSI C compiler is available, the @code{ansi2knr} program is used to convert the source files into K&R C, which is then compiled. @@ -4438,8 +4438,8 @@ formats. @item @code{no-define} @cindex Option, no-define This options is meaningful only when passed as an argument to -AM_INIT_AUTOMAKE. It will prevent the @code{PACKAGE} and @code{VERSION} -variable to be @code{AC_DEFINE}d. +@code{AM_INIT_AUTOMAKE}. It will prevent the @code{PACKAGE} and +@code{VERSION} variables to be @code{AC_DEFINE}d. @item @code{no-dependencies} @cindex Option, no-dependencies @@ -5013,7 +5013,7 @@ their work under terms like those of the GPL, but doing so is not required to use Automake. Some of the files that can be automatically installed via the -@code{--add-missing} switch do fall under the GPL. However, these also +@code{--add-missing} switch do fall under the GPL@. However, these also have a special exception allowing you to distribute them with your package, regardless of the licensing you choose. @@ -5075,7 +5075,7 @@ interface of @samp{automake} and @samp{aclocal}, @dots{} @heading What is not in the API Every undocumented variable, target, or command line option, is not part -of the API. You should avoid using them, as they could change from one +of the API@. You should avoid using them, as they could change from one version to the other (even in bug fix releases, if this helps to fix a bug). -- 2.43.5