* tests/semantics.m4 (AC_PROG_CPP with warnings, AC_PROG_CPP
without warnings): New tests.
-2000-09-18 Ruediger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
+2000-09-18 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
* acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Check for configure.gnu
as well.
it's useless here. Rename to ...
(_AC_PROG_PREPROC_WORKS): ... this.
-2000-09-12 Ruediger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
+2000-09-12 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
* acspecific.m4 (AC_PROG_INSTALL): Exclude c:install on AmigaOS.
* acgeneral.m4 (AC_EGREP_CPP): Use additional quotes instead of
changequote.
-2000-09-12 Ruediger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
+2000-09-12 Rüdiger Kuhlmann <autoconf-list@ruediger-kuhlmann.de>
* acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WIDTH): Add trailing
semicolon to final fi.
Roskin.
(AC_MSG_ERROR): Use it.
-2000-08-04 Ruediger Kuhlmann <uck4@rz.uni-karlsruhe.de>
+2000-08-04 Rüdiger Kuhlmann <uck4@rz.uni-karlsruhe.de>
* acspecific.m4 (AC_PROG_RANLIB): Use AC_CHECK_TOOL.
* doc/autoconf.texi (Limitations of Usual Tools): Typos.
Fix AC_CHECK_HEADER infloop for gcc.
* lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
(_AC_CHECK_HEADER_OLD): Give up on AU_DEFUN, and manually warn
- about obsoletion, to avoid infinite loop in gcc.
+ about obsolescence, to avoid infinite loop in gcc.
Reported by Ralf Wildenhues.
2009-06-15 Eric Blake <ebb9@byu.net>
2006-08-31 Paul Eggert <eggert@cs.ucla.edu>
- * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
+ * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADAVG,
and AC_REPLACE_FNMATCH are now obsolescent in Autoconf. New
programs should use their Gnulib counterparts.
* doc/autoconf.texi (Particular Functions): Likewise.
Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
* lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
- (_AC_COMPUTE_INT): Add obsoletion warnings.
+ (_AC_COMPUTE_INT): Add obsolescence warnings.
* lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
AC_COMPUTE_INT.
AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
Remove stray newline in output.
(AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
- AC_DEFUN this for autoconf, including the obsoletion diagnose.
+ AC_DEFUN this for autoconf, including the obsolescence diagnose.
Fixes autoupdating of code where the replacement output contains
m4sugar macros.
* lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
* acfunctions.m4 (AC_FUNC_FORK): Fix typos.
-2001-06-18 Ruediger Kuhlmann <info@ruediger-kuhlmann.de>
+2001-06-18 Rüdiger Kuhlmann <info@ruediger-kuhlmann.de>
* acfunctions.m4: (AC_FUNC_VFORK) rename as...
(_AC_FUNC_VFORK): this.
The documentation now says that the following macros are obsolescent,
as they are superseded by Gnulib:
- AC_FUNC_FNMATCH AC_FUNC_FNMATCH_GNU AC_FUNC_GETLOADVG AC_REPLACE_FNMATCH
+ AC_FUNC_FNMATCH AC_FUNC_FNMATCH_GNU AC_FUNC_GETLOADAVG
+ AC_REPLACE_FNMATCH
New programs should use the Gnulib counterparts of these macros.
We have no current plans to remove them from Autoconf.
- AC_F77_DUMMY_MAIN, AC_F77_MAIN: new macros to detect whether
a main-like routine is required/possible when linking C/C++ with
Fortran. Users of e.g. AC_F77_WRAPPERS should be aware of these.
-- AC_FUNC_GETPGRG behaves better when cross-compiling.
+- AC_FUNC_GETPGRP behaves better when cross-compiling.
\f
* Major changes in Autoconf 2.51
There was no release of Autoconf 2.51 since some packagers had used
Rolf Ebert rolf.ebert.gcc@gmx.de
Rolf Vandevaart Rolf.Vandevaart@sun.com
Romain Lenglet romain.lenglet@laposte.net
-Ruediger Kuhlmann info@ruediger-kuhlmann.de
+Rüdiger Kuhlmann info@ruediger-kuhlmann.de
Rugxulo rugxulo@gmail.com
Ruslan Babayev ruslan@babayev.com
Russ Allbery rra@stanford.edu
From: nennker@cs.tu-berlin.DE (Axel Nennker)
(also look in the autoconf mailing list archives for the proposed
-CHECK_TARGET_TOOL macro from Natanael Nerode, a gcc configury guru).
+CHECK_TARGET_TOOL macro from Nathanael Nerode, a gcc configury guru).
------------------------------------------------------------------------------
Disable warnings falling into @var{category}.
@end table
-The enviroment variable @env{WARNINGS} may also be set to a
+The environment variable @env{WARNINGS} may also be set to a
comma-separated list of warning categories to enable or disable.
It is interpreted exactly the same way as the argument of
@option{--warnings}, but unknown categories are silently ignored.
Disable warnings falling into @var{category}.
@end table
-The enviroment variable @env{WARNINGS} may also be set to a
+The environment variable @env{WARNINGS} may also be set to a
comma-separated list of warning categories to enable or disable.
It is interpreted exactly the same way as the argument of
@option{--warnings}, but unknown categories are silently ignored.
Disable warnings falling into @var{category}.
@end table
-The enviroment variable @env{WARNINGS} may also be set to a
+The environment variable @env{WARNINGS} may also be set to a
comma-separated list of warning categories to enable or disable.
It is interpreted exactly the same way as the argument of
@option{--warnings}, but unknown categories are silently ignored.
@noindent
Because preprocessors are allowed to insert white space, change escapes
-in string contants, insert backlash-newline pairs, or do any of a number
+in string constants, insert backlash-newline pairs, or do any of a number
of things that do not change the meaning of the preprocessed program, it
is better to rely on @code{AC_PREPROC_IFELSE} than to resort to
@code{AC_EGREP_CPP} or @code{AC_EGREP_HEADER}.
Disable warnings falling into @var{category}.
@end table
-The enviroment variable @env{WARNINGS} may also be set to a
+The environment variable @env{WARNINGS} may also be set to a
comma-separated list of warning categories to enable or disable.
It is interpreted exactly the same way as the argument of
@option{--warnings}, but unknown categories are silently ignored.
@example
@group
AC_DEFUN([TRAVOLTA],
-[test "$body_temperature_in_celsius" -gt 38 &&
+[test "$body_temperature_in_Celsius" -gt 38 &&
dance_floor=occupied])
AC_DEFUN([NEWTON_JOHN],
[test "x$hair_style" = xcurly &&
test group is skipped. If @var{commands} exit with unexpected status
99, then the test group is immediately failed; this is called a
@emph{hard failure}. Otherwise, the test is considered to have
-succeeeded if all of the status, stdout, and stderr expectations were
+succeeded if all of the status, stdout, and stderr expectations were
met.
If @var{run-if-fail} is nonempty, it provides extra shell commands to
[AC_RUN_IFELSE(
[AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
[
- /* By Ruediger Kuhlmann. */
+ /* By R. Kuhlmann. */
return fork () < 0;
])],
[ac_cv_func_fork_works=yes],
# 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])
# 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.
# 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($@)])
popdef([ac_cv_prog_CPP])dnl
dnl restore global variables ac_ext, ac_cpp, ac_compile,
-dnl ac_link, ac_compiler_gnu (dependant on the current
+dnl ac_link, ac_compiler_gnu (depending on the current
dnl language after popping):
AC_LANG_POP([C])
[AS@&t@_TR_SH([ac_cv_sizeof_$1])],
[AS@&t@_TR_SH(ac_cv_sizeof_$1)=1])
-# fake use of 's' for illustratve purposes:
+# fake use of 's' for illustrative purposes:
s=42
echo "s is defined as ${s}"
' cxx_cv_varies:cxx_vararrays]')
},
- # stdbool.h is supposed to be includeable from C++, per C++2011
+ # stdbool.h is supposed to be includable from C++, per C++2011
# [support.runtime], but the type _Bool was not added to the C++
# standard, so it may or may not be present depending on how much
# the C++ compiler cares about C source compatibility.
AT_CHECK_AUTOUPDATE([], 0, [], ignore)
# The replacement for AC_LINK_FILES includes a forced -Wobsolete
-# warning, becuause it needs to be manually adjusted afterward.
+# warning, because it needs to be manually adjusted afterward.
# Look for it in the autoconf output.
AT_CHECK_AUTOCONF([], 0, [], stderr)
AT_CHECK([grep 'AC_LINK_FILES' stderr], 0, ignore, ignore)