From 7e5770f9f3f4d4291cb3e54d58396ef408503f7a Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 21 Oct 2003 16:11:54 +0000 Subject: [PATCH] typo --- NEWS | 4 ++-- lib/am/install.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ad47c74..7009a81 100644 --- 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). diff --git a/lib/am/install.am b/lib/am/install.am index 89ee94e..1444f38 100644 --- a/lib/am/install.am +++ b/lib/am/install.am @@ -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). -- 2.7.4