From: Alexandre Duret-Lutz Date: Tue, 21 Oct 2003 16:11:54 +0000 (+0000) Subject: typo X-Git-Tag: Release-1-7b~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5770f9f3f4d4291cb3e54d58396ef408503f7a;p=thirdparty%2Fautomake.git typo --- diff --git a/NEWS b/NEWS index ad47c745b..7009a8159 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 89ee94ed2..1444f38f4 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).