* automake.in (handle_ltlibraries): Fix typo in comment.
* tests/distcom7.test: Likewise.
* tests/lisp5.test: Likewise.
* doc/automake.texi (Usage of Conditionals): Fix typo.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Doc and comment typos.
+ * automake.in (handle_ltlibraries): Fix typo in comment.
+ * tests/distcom7.test: Likewise.
+ * tests/lisp5.test: Likewise.
+ * doc/automake.texi (Usage of Conditionals): Fix typo.
+
2009-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix race condition in werror2.test due to sanity sleep change.
my $ldir = '';
$ldir = '/' . dirname ($val)
if (!$strip_subdir);
- # A library cannot be installed in different directory
+ # A library cannot be installed in different directories
# in overlapping conditions.
if (exists $instconds{$val})
{
Conditionals may be nested to any depth. You may specify an argument to
@code{else} in which case it must be the negation of the condition used
for the current @code{if}. Similarly you may specify the condition
-that is closed by an @code{end}:
+that is closed on the @code{endif} line:
@example
if DEBUG
#! /bin/sh
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2009 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Test to make sure that Automake complains when an auxfile (here depcomp)
-# is installed, but the Makefile tht distributes it is not processed.
+# is installed, but the Makefile that distributes it is not processed.
. ./defs || Exit 1
#! /bin/sh
-# Copyright (C) 2003, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2007, 2009 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# You should have received a copy of the GNU General Public License
# along with GNU Automake; see the file COPYING. If not, write to
-# Same as lisp4.test, but using the now-recommanded way to install
+# Same as lisp4.test, but using the now-recommended way to install
# non-bytecompiled *.el files.
required=emacs