2000-10-11 Pavel Roskin <proski@gnu.org>
* 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 <akim@epita.fr>
* 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 -
2000-09-11 Pavel Roskin <proski@gnu.org>
- * 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 <proski@gnu.org>
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 <akim@epita.fr>
(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.