- 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
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).
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).