autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a couple of trivial patches


From: Ralf Wildenhues
Subject: a couple of trivial patches
Date: Wed, 12 Nov 2008 07:18:26 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

I've pushed these two really trivial patches.

Cheers,
Ralf

        * doc/autoconf.texi (Conditional constructs, Macro Names): Fix
        typos.

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 34611b8..92c224a 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -10698,7 +10698,7 @@ Diversion support
 @node Conditional constructs
 @subsection Conditional constructs
 
-The following macros provide additional conditional contructs, as
+The following macros provide additional conditional constructs as
 convenience wrappers around @code{m4_if}.
 
 @defmac m4_bmatch (@var{string}, @var{regex-1}, @var{value-1}, @
@@ -12557,7 +12557,7 @@ Macro Names
 same convention (@pxref{Cache Variable Names}, for more information on
 them).
 
-The first word of the name after the namepace initials (such as
+The first word of the name after the namespace initials (such as
 @samp{AC_}) usually tells the category
 of the feature being tested.  Here are the categories used in Autoconf for
 specific test macros, the kind of macro that you are more likely to


        * tests/local.at (AT_COPYRIGHT): Bump copyright years.

diff --git a/tests/local.at b/tests/local.at
index a772a97..9f52a68 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -512,7 +512,7 @@ AT_CLEANUP[]dnl
 
 AT_INIT
 AT_COPYRIGHT(
-[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-Foundation, Inc.
+[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]