* automake.texi (Optional, Options, Distributing, ANSI,
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 25 Sep 2002 19:00:47 +0000 (19:00 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 25 Sep 2002 19:00:47 +0000 (19:00 +0000)
API versioning): Spelling fixes and Texi tweaks.

ChangeLog
automake.texi

index f8f9905..7b5b742 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-25  Art Haas  <ahaas@neosoft.com>
+
+       * automake.texi (Optional, Options, Distributing, ANSI,
+       API versioning): Spelling fixes and Texi tweaks.
+
 2002-09-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * configure.in: Check for 'tex'.
index 1ddff23..f15af25 100644 (file)
@@ -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).