From b751bf49496ea3f0054533cfd63f977640abb07a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 21 Jan 2023 00:54:33 -0600 Subject: spelling fixes --- lib/autoconf/functions.m4 | 2 +- lib/autoconf/general.m4 | 2 +- lib/autoconf/lang.m4 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index 4496a868..655d6ba8 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -1915,7 +1915,7 @@ AC_DEFUN([_AC_FUNC_FORK], [AC_RUN_IFELSE( [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [ - /* By Ruediger Kuhlmann. */ + /* By R. Kuhlmann. */ return fork () < 0; ])], [ac_cv_func_fork_works=yes], diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 492c4336..ecda0a51 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -2427,7 +2427,7 @@ m4_append_uniq([_AC_SUBST_FILES], [$1], [ # 2020-10-06 / autoconf 2.70: Widely used third-party macros # (among others, from automake, libtool, and gettext) use AC_DIAGNOSE, -# so we temporarily don't issue an obsoletion warning for it. +# so we temporarily don't issue an obsolescence warning for it. # Revisit after third parties have had a chance to update their macros # and make releases. AU_DEFUN([AC_DIAGNOSE], [[m4_warn($@)]], [], [silent]) diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4 index bcbd6c95..c28afa07 100644 --- a/lib/autoconf/lang.m4 +++ b/lib/autoconf/lang.m4 @@ -121,7 +121,7 @@ m4_popdef([$0 OLD])dnl # Save the current language, but don't change language. # XXX 2020-11-15: This macro is obsolete, but we do not define it with # AU_DEFUN because autoupdate can't fix it, and we don't issue an -# obsoletion warning yet either, because it is used in the most +# obsolescence warning yet either, because it is used in the most # recently released version of libtool.m4, which is not fair to expect # packagers to tinker with. Revisit after libtool makes a release # with their code updated. @@ -134,7 +134,7 @@ AC_DEFUN([AC_LANG_SAVE], # Restore the current language from the stack. # XXX 2020-11-15: This macro is obsolete, but we do not define it with # AU_DEFUN because autoupdate can't fix it properly, and we don't issue -# an obsoletion warning because it, like AC_LANG_SAVE, is used by the +# an obsolescence warning because it, like AC_LANG_SAVE, is used by the # most recently released version of libtool.m4. AC_DEFUN([AC_LANG_RESTORE], [AC_LANG_POP($@)]) -- cgit v1.2.1