From: Paul Eggert Date: Sun, 25 Nov 2001 15:13:03 +0000 (+0000) Subject: Spelling fixes. X-Git-Tag: AUTOCONF-2.52g~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62a4287e31b3ef134b9bdcffbd79a5558a86f3f;p=thirdparty%2Fautoconf.git Spelling fixes. --- diff --git a/ChangeLog b/ChangeLog index ef15542de..caeb13bfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-11-25 Joseph S. Myers + + * 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 * doc/autoconf.texi (Using System Type): Add an example of `case diff --git a/TODO b/TODO index 0adeff4f9..d68e3c51d 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 3d01620ed..aed174554 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index 0c469b106..6e2f56d4f 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.m4 @@ -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: diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index b06b7638d..22f612e1b 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -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: diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4 index bd389c59c..99ac9bbe3 100644 --- a/lib/autoconf/headers.m4 +++ b/lib/autoconf/headers.m4 @@ -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 ], [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 && diff --git a/tests/atgeneral.m4 b/tests/atgeneral.m4 index 1376fb055..873a38d58 100644 --- a/tests/atgeneral.m4 +++ b/tests/atgeneral.m4 @@ -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], diff --git a/tests/atspecific.m4 b/tests/atspecific.m4 index 1b1d4d186..5455a8e82 100644 --- a/tests/atspecific.m4 +++ b/tests/atspecific.m4 @@ -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: # diff --git a/tests/tools.at b/tests/tools.at index 780b73eb8..463682205 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -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.