* README, README.alpha, libtoolize.m4sh: Typos.

* tests/am-subdir.at, tests/duplicate_members.at: Make all
banners end with a dot, for symmetry.
This commit is contained in:
Ralf Wildenhues 2005-12-04 14:40:44 +00:00
parent e6bbf31717
commit 12ad69c1ea
6 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,9 @@
2005-12-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 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.

2
README
View File

@ -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, <bug-libtool@gnu.org>. From a bourne
bug report mailing list, <bug-libtool@gnu.org>. From a Bourne
compatible shell, you can generate verbose test output like this:
VERBOSE=yes make check \

View File

@ -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, <bug-libtool@gnu.org> 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 \

View File

@ -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.

View File

@ -17,7 +17,7 @@
# 02110-1301, USA.
AT_BANNER([Libtool's subdir-objects support.])
AT_BANNER([Libtool subdir-objects support.])
## ----------- ##

View File

@ -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