Spelling fixes.

This commit is contained in:
Paul Eggert 2001-11-25 15:13:03 +00:00
parent 4359321b90
commit b62a4287e3
9 changed files with 19 additions and 12 deletions

View File

@ -1,3 +1,10 @@
2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
lib/autoconf/functions.m4, lib/autoconf/headers.m4,
tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
spelling errors.
2001-11-22 Alexandre Duret-Lutz <duret_g@epita.fr>
* doc/autoconf.texi (Using System Type): Add an example of `case

2
TODO
View File

@ -437,7 +437,7 @@ AC_PKG_WITH(hesiod,
,,-lhesiod,HESIOD,,)
AC_PKG_WITH(glue,,,-lglue,GLUE,,)
AC_PKG_WITH(bind,,/usr/local/bind, [lib/resolv.a lib/lib44bsd.a], ,include)
After the apropriate checks, the existance of the paths, and libs and such
After the appropriate checks, the existence of the paths, and libs and such
LIBS=$LIBS $PKG-LIBS
DEFS=$DEFS $PKG-DEFS
CPPFLAGS=$PKG-CPPFLAGS $CPPFLAGS

View File

@ -127,7 +127,7 @@ Free Documentation License''.
@c @defcodeindex fu
@c
@c
@c @c Put the programs and funcions into their own index.
@c @c Put the programs and functions into their own index.
@c @syncodeindex fu pr
@ -11518,7 +11518,7 @@ suite need to get information coming out of the configuration process.
Some of this information, common for all validation suites, is provided
through the file @file{atconfig}, automatically created by
@code{AC_CONFIG_TESTDIR}. For configuration informations which your
testing environment specifically needs, you might prepare an optionnal
testing environment specifically needs, you might prepare an optional
file named @file{atlocal.in}, instantiated by @code{AC_CONFIG_FILES}.
The configuration process produces @file{atconfig} and @file{atlocal}
out of these two input files, and these two produced files are

View File

@ -347,7 +347,7 @@ fi
# ---------------------------------------- #
# 4d. Fortan 77 compiler characteristics. #
# 4d. Fortran 77 compiler characteristics. #
# ---------------------------------------- #
@ -654,7 +654,7 @@ AC_DEFINE_UNQUOTED([F77_MAIN], $ac_cv_f77_main,
# by commas:
#
# lower case / upper case:
# case translation of the Fortan 77 symbols
# case translation of the Fortran 77 symbols
# underscore / no underscore:
# whether the compiler appends "_" to symbol names
# extra underscore / no extra underscore:

View File

@ -903,7 +903,7 @@ AC_CACHE_CHECK(for working mmap, ac_cv_func_mmap_fixed_mapped,
VM page cache was not coherent with the file system buffer cache
like early versions of FreeBSD and possibly contemporary NetBSD.)
For shared mappings, we should conversely verify that changes get
propogated back to all the places they're supposed to be.
propagated back to all the places they're supposed to be.
Grep wants private fixed already mapped.
The main things grep needs to know about mmap are:

View File

@ -562,7 +562,7 @@ AU_DEFUN([AC_UNISTD_H],
AU_DEFUN([AC_USG],
[AC_DIAGNOSE([obsolete],
[$0: Remove `AC_MSG_CHECKING', `AC_TRY_LINK' and this `AC_WARNING'
when you ajust your code to use HAVE_STRING_H.])dnl
when you adjust your code to use HAVE_STRING_H.])dnl
AC_MSG_CHECKING([for BSD string and memory functions])
AC_TRY_LINK([@%:@include <strings.h>], [rindex(0, 0); bzero(0, 0);],
[AC_MSG_RESULT(yes)],
@ -588,7 +588,7 @@ AC_CHECK_HEADERS(string.h)])
# HAVE_MEMORY_H.
AU_DEFUN([AC_MEMORY_H],
[AC_DIAGNOSE([obsolete], [$0: Remove this warning and
`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you ajust your code to
`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
use and HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.])dnl
AC_CHECK_HEADER(memory.h,
[AC_DEFINE([NEED_MEMORY_H], 1,
@ -607,7 +607,7 @@ AU_DEFUN([AC_DIR_HEADER],
AC_FUNC_CLOSEDIR_VOID
AC_DIAGNOSE([obsolete],
[$0: Remove this warning and the four `AC_DEFINE' when you
ajust your code to use `AC_HEADER_DIRENT'.])
adjust your code to use `AC_HEADER_DIRENT'.])
test ac_cv_header_dirent_dirent_h &&
AC_DEFINE([DIRENT], 1, [Same as `HAVE_DIRENT_H', don't depend on me.])
test ac_cv_header_dirent_sys_ndir_h &&

View File

@ -412,7 +412,7 @@ m4_divert_push([TESTS])dnl
# So the question is:
#
# Can you write a regexp that matches those four characters,
# and respects the M4 quotation contraints?
# and respects the M4 quotation constraints?
#
# The answer is: (rot13) tvira va gur ertrkc orybj, lbh vqvbg!
m4_define([AT_CLEANUP_FILE_IFELSE],

View File

@ -86,7 +86,7 @@ m4_define([AT_DATA_AUTOCONF],
# AT_CONFIGURE_AC(BODY)
# ---------------------
# Create a full configure.ac running BODY, with a config header set up,
# AC_OUTPUT, and environement checking hooks.
# AC_OUTPUT, and environment checking hooks.
#
# Here are the exceptions to AC_STATE_SAVE:
#

View File

@ -353,7 +353,7 @@ AT_CLEANUP
## autoheader. ##
## ------------ ##
# autoheader is intensively used in its modern form throught this
# autoheader is intensively used in its modern form throughout this
# test suite. But we also have to check that acconfig.h still works.
# autoheader uses autoconf --trace, so traces first.