]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
typo
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 21 Oct 2003 16:11:54 +0000 (16:11 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 21 Oct 2003 16:11:54 +0000 (16:11 +0000)
NEWS
lib/am/install.am

diff --git a/NEWS b/NEWS
index ad47c745bc81d0bacf7c00bb06f8e353ca77f721..7009a8159482703262aefbdaf7702d956dc3a572 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -147,7 +147,7 @@ New in 1.7a:
 
   - Due to implementation constraints, previous versions of Automake
     proscribed multiple conditional definitions of some variables
-    likes bin_PROGRAMS:
+    like bin_PROGRAMS:
 
       if COND1
         bin_PROGRAMS = a1
@@ -157,7 +157,7 @@ New in 1.7a:
       endif
 
     All _PROGRAMS, _LDADD, and _LIBADD variables were affected.
-    This restrictions has been lifted, and these variables now
+    This restriction has been lifted, and these variables now
     support multiple conditional definitions as do other variables.
 
   - Cleanup the definitions of $(distdir) and $(top_distdir).
index 89ee94ed23c4450071ac68208056424a1036a2e9..1444f38f4f5faadd97ad31d5a290361e13ce14dd 100644 (file)
@@ -73,7 +73,7 @@ install-am: all-am
 install-strip:
 ## Beware that they are two variables used to install programs:
 ##   INSTALL_PROGRAM is used for ordinary *_PROGRAMS
-##   install_sh_PROGRAM us used for nobase_*_PROGRAMS (because install-sh
+##   install_sh_PROGRAM is used for nobase_*_PROGRAMS (because install-sh
 ##                                                     creates directories)
 ## It's OK to override both with INSTALL_STRIP_PROGRAM, because
 ## INSTALL_STRIP_PROGRAM uses install-sh (see m4/strip.m4 for a rational).