Index: ChangeLog =================================================================== RCS file: /cvs/autoconf/ChangeLog,v retrieving revision 1.931 diff -u -r1.931 ChangeLog --- ChangeLog 2000/10/18 16:18:18 1.931 +++ ChangeLog 2000/10/18 16:44:23 @@ -236,7 +236,7 @@ 2000-10-11 Pavel Roskin * tests/atgeneral.m4 (AT_CHECK): Make sure that $? is set to 0 - if diffs have succeded. + if diffs have succeeded. 2000-10-11 Akim Demaille @@ -540,7 +540,7 @@ * aclang.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Fortran 77)): define AC_LANG_ABBREV to the short language name. (_AC_PROG_CPP_WORKS): New macro. It checks whether the current - preprocessor can be used to check for existance of headers. + preprocessor can be used to check for existence of headers. Most code taken from ... (AC_PROG_CPP): ... here. Use _AC_PROG_CPP_WORKS. Use shell "for" to find working CPP. Use AC_LANG_PUSH(C) and AC_LANG_POP - @@ -571,7 +571,7 @@ 2000-09-11 Pavel Roskin - * autoconf.sh: Proprerly report names of unexpanded macros that + * autoconf.sh: Properly report names of unexpanded macros that begin with an underscore 2000-09-11 Pavel Roskin @@ -1114,7 +1114,7 @@ verbose messages. * autoconf.sh: Likewise. * autoreconf.sh: Likewise. - (update.sh): Redirect ls's stderr to /dev/null. + (update.sh): Redirect ls' stderr to /dev/null. 2000-07-13 Akim Demaille @@ -4324,7 +4324,7 @@ (autoheader::_AC_CHECK_TYPE_OLD): this. * tests/atspecific.m4 (TEST_MACRO): Skip /^_AC_/ macros. * tests/semantics.m4: Test the choices of AC_CHECK_TYPE (wrt _NEW - or _OLD implemenation). + or _OLD implementation). * doc/autoconf.texi (Generic Types): Reorganized. Explain everything about AC_CHECK_TYPE and Co.