]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 23 Jun 2006 15:18:44 +0000 (15:18 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 23 Jun 2006 15:18:44 +0000 (15:18 +0000)
Fix typos.

ChangeLog
NEWS
lib/Autom4te/C4che.pm
lib/autoconf/functions.m4

index f8be416897027cb2586ee35db1bc33472bc46f97..331eb92d80c6d18baf9c029b0f75ccbb1aebdec1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
+       Fix typos.
+
        * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
        datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
        not defined.
 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi: Use @option systematically.
-       (Integer Overflow):
 
 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
        and Bruno Haible  <bruno@clisp.org>
diff --git a/NEWS b/NEWS
index 424bf3da771d3d82f9e0048868dedcf81ac53ff4..c40c1bff2afbdeeb4edbab6b011f0d64f3ee18c8 100644 (file)
--- a/NEWS
+++ b/NEWS
   New macros for checking commonly-used members of struct dirent.
 
 ** AC_SUBST
-  The subtituted value can now contain newlines.
+  The substituted value can now contain newlines.
 
 ** AC_SUBST_FILE
   The substitution now occurs only when @variable@ is on a line by itself,
index f11bd7414c85a64322d6ef554ca07a8deafc91d4..bf8c62194645d3bd47fdc8a620f55ac963ebf322 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2003  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006  Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -134,10 +134,9 @@ sub request ($%)
        }
     }
 
-  # It would be great to have $REQ check that it up to date wrt its
-  # dependencies, but that requires getting traces (to fetch the
-  # included files), which is out of the scope of Request
-  # (currently?).
+  # It would be great to have $REQ check that it is up to date wrt
+  # its dependencies, but that requires getting traces (to fetch the
+  # included files), which is out of the scope of Request (currently?).
 
   return $req;
 }
index ce72d5b115b201c8daaff7f8de3d52ef9f54b1f3..3ad6b624b582f25f87d351d958b808cb5332fb6b 100644 (file)
@@ -1617,7 +1617,7 @@ LIBS="-lintl $LIBS"])])dnl
 
 
 # AC_FUNC_STRNLEN
-# --------------
+# ---------------
 AN_FUNCTION([strnlen], [AC_FUNC_STRNLEN])
 AC_DEFUN([AC_FUNC_STRNLEN],
 [AC_CACHE_CHECK([for working strnlen], ac_cv_func_strnlen_working,