From: Ralf Wildenhues Date: Fri, 23 Jun 2006 15:18:44 +0000 (+0000) Subject: * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4: X-Git-Tag: AUTOCONF-2.60~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aea85945865e7eef2a592f998311bce7df6eb101;p=thirdparty%2Fautoconf.git * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4: Fix typos. --- diff --git a/ChangeLog b/ChangeLog index f8be41689..331eb92d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-06-23 Ralf Wildenhues + * 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. @@ -890,7 +893,6 @@ 2006-05-02 Paul Eggert * doc/autoconf.texi: Use @option systematically. - (Integer Overflow): 2006-05-02 Paul Eggert and Bruno Haible diff --git a/NEWS b/NEWS index 424bf3da7..c40c1bff2 100644 --- a/NEWS +++ b/NEWS @@ -151,7 +151,7 @@ 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, diff --git a/lib/Autom4te/C4che.pm b/lib/Autom4te/C4che.pm index f11bd7414..bf8c62194 100644 --- a/lib/Autom4te/C4che.pm +++ b/lib/Autom4te/C4che.pm @@ -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; } diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index ce72d5b11..3ad6b624b 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -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,