From 12ad69c1ea60cd9069152aedfdc204a9619e93d4 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 4 Dec 2005 14:40:44 +0000 Subject: [PATCH] * README, README.alpha, libtoolize.m4sh: Typos. * tests/am-subdir.at, tests/duplicate_members.at: Make all banners end with a dot, for symmetry. --- ChangeLog | 4 ++++ README | 2 +- README.alpha | 2 +- libtoolize.m4sh | 2 +- tests/am-subdir.at | 2 +- tests/duplicate_members.at | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 431648b6..021dbc15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-12-04 Ralf Wildenhues + * README, README.alpha, libtoolize.m4sh: Typos. + * tests/am-subdir.at, tests/duplicate_members.at: Make all + banners end with a dot, for symmetry. + * libtoolize.m4sh (func_copy_all_files) (glob_exclude_pkgaux_files): Removed, since unused. diff --git a/README b/README index 99c0c0fd..ace210f0 100644 --- a/README +++ b/README @@ -62,7 +62,7 @@ can explore the state of the directory to help with debugging. If you wish to report a test group failure to the libtool list, you need to send the verbose output of the FAILing group, along with the information from the end of `$(top_builddir)/libtool --help' to the -bug report mailing list, . From a bourne +bug report mailing list, . From a Bourne compatible shell, you can generate verbose test output like this: VERBOSE=yes make check \ diff --git a/README.alpha b/README.alpha index dcf85493..354e0bf6 100644 --- a/README.alpha +++ b/README.alpha @@ -66,7 +66,7 @@ If you wish to report a test group failure to the libtool list, you need to send the verbose output of the FAILing group, along with the information from the end of `$(top_builddir)/libtool --help' to the bug report mailing list, with a subject line that -includes the string `[TEST FAILURE]'. From a bourne compatible shell, +includes the string `[TEST FAILURE]'. From a Bourne compatible shell, you can generate verbose test output like this: VERBOSE=yes make check \ diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 41ddeb8c..92fb6f0e 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -1062,7 +1062,7 @@ func_nonemptydir_p () func_ltmain_update ltmain.sh "$pkgdatadir/config" "$auxdir" fi else - func_verbose "AC_CONFIG_AUX_DIR not defined, not copying libtool auxilliary files." + func_verbose "AC_CONFIG_AUX_DIR not defined, not copying libtool auxiliary files." fi # Copy libtool's m4 macros to the macro directory, if they are newer. diff --git a/tests/am-subdir.at b/tests/am-subdir.at index ac9f8670..18d77a50 100644 --- a/tests/am-subdir.at +++ b/tests/am-subdir.at @@ -17,7 +17,7 @@ # 02110-1301, USA. -AT_BANNER([Libtool's subdir-objects support.]) +AT_BANNER([Libtool subdir-objects support.]) ## ----------- ## diff --git a/tests/duplicate_members.at b/tests/duplicate_members.at index bd191745..60ff3dc3 100755 --- a/tests/duplicate_members.at +++ b/tests/duplicate_members.at @@ -16,7 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. -AT_BANNER([Testing libtool functions]) +AT_BANNER([Testing libtool functions.]) AT_SETUP([duplicate members in archive tests]) # we don't want to use whole_archive_flag_spec, even if available