From a4d2a065d14b65ab4e48dc46c805239d539af424 Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Thu, 4 Nov 2004 11:58:37 +0000 Subject: [PATCH] * m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS), m4/ltoptions.m4 (_LT_SET_OPTIONS), README, README.alpha: Typos. --- ChangeLog | 6 ++++++ README | 2 +- README.alpha | 2 +- m4/ltdl.m4 | 2 +- m4/ltoptions.m4 | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f1ca5f5f7..8e478a6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-04 Bernhard Fischer , + Ralf Wildenhues + + * m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS), m4/ltoptions.m4 + (_LT_SET_OPTIONS), README, README.alpha: Typos. + 2004-11-03 Ralf Wildenhues * ltmain.m4sh (cwrappersource): Cast isalpha arguments correctly. diff --git a/README b/README index db060f4b5..572cf4c3f 100644 --- a/README +++ b/README @@ -51,7 +51,7 @@ take note of the name of the first test in the group if you want to rerun the group with FAILures to get verbose output. To run a test group in isolation (say, you think you have fixed a bug, -but don't want to rerun the entire suit), you can do it like this: +but don't want to rerun the entire suite), you can do it like this: make check TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' diff --git a/README.alpha b/README.alpha index f7e5a4b33..8148ebe31 100644 --- a/README.alpha +++ b/README.alpha @@ -54,7 +54,7 @@ take note of the name of the first test in the group if you want to rerun the group with FAILures to get verbose output. To run a test group in isolation (say, you think you have fixed a bug, -but don't want to rerun the entire suit), you can do it like this: +but don't want to rerun the entire suite), you can do it like this: make check TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index d28b12d3f..9647b7122 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -250,7 +250,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen], osf[[1234]]*) # dlopen did load deplibs (at least at 4.x), but until the 5.x series, # it did *not* use an RPATH in a shared library to find objects the - # library depends on, so we explictly say `no'. + # library depends on, so we explicitly say `no'. lt_cv_sys_dlopen_deplibs=no ;; osf5.0|osf5.0a|osf5.1) diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4 index a28d85e52..fa39ffed4 100644 --- a/m4/ltoptions.m4 +++ b/m4/ltoptions.m4 @@ -57,9 +57,9 @@ m4_ifdef([$0_found], [m4_undefine([$0_found])], [$2 # _LT_SET_OPTIONS(OPTIONS) # ------------------------ -# OPTIONS is a space-separated list of Automake options. +# OPTIONS is a space-separated list of Libtool options. # If any OPTION has a handler macro declared with LT_OPTION_DEFINE, -# despatch to that macro; otherwise complain about the unknown option +# dispatch to that macro; otherwise complain about the unknown option # and exit. m4_define([_LT_SET_OPTIONS], [AC_FOREACH([_LT_Option], [$1], -- 2.47.2