+2008-01-07 Stepan Kasal <skasal@redhat.com>
+
+ * automake.in (handle_texinfo_helper, handle_lib_objects): Fix
+ typos in comments.
+
2008-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Bump copyright years.
# for Libtool libraries or programs. (Actually we are a bit
# laxe here since this code also applies to non-libtool
# libraries or programs, for which -dlopen and -dlopreopen
- # are pure nonsense. Diagnosing this doesn't seems very
+ # are pure nonsense. Diagnosing this doesn't seem very
# important: the developer will quickly get complaints from
# the linker.)
$val !~ /^-dl(?:pre)?open$/ &&
# nodist_info_TEXINFOS or something similar. (Doing this
# requires some sanity checks. For instance Automake should
# not allow:
- # dist_info_TEXINFO = foo.texi
- # nodist_foo_TEXINFO = included.texi
+ # dist_info_TEXINFOS = foo.texi
+ # nodist_foo_TEXINFOS = included.texi
# because a distributed file should never depend on a
# non-distributed file.)
#
# * If .texi files are not distributed, then .info files should
# not be distributed either. There are also cases where one
- # want to distribute .texi files, but do not want to
+ # wants to distribute .texi files, but does not want to
# distribute the .info files. For instance the Texinfo package
# distributes the tool used to build these files; it would
# be a waste of space to distribute them. It's not clear