2003-10-21 Alexandre Duret-Lutz <adl@gnu.org>
+ * NEWS: Clarify the entry about multiple conditional definitions
+ of _PROGRAMS, _LDADD, and _LIBADD.
+ Report from Simon Josefsson.
+
* lib/am/install.am (install-strip): Override install_sh_PROGRAM
too.
Report from Elmar Hoffmann.
Likewise for _SOURCES, _LDADD, and _LIBADD variables.
- - Automake now supports bin_PROGRAMS (or any *_PROGRAMS variable)
- being defined in several conditions. As in
+ - Due to implementation constraints, previous versions of Automake
+ proscribed multiple conditional definitions of some variables
+ likes bin_PROGRAMS:
if COND1
bin_PROGRAMS = a1
bin_PROGRAMS = a2
endif
- Likewise for _SOURCES, _LDADD, and _LIBADD variables.
+ All _PROGRAMS, _LDADD, and _LIBADD variables were affected.
+ This restrictions has been lifted, and these variables now
+ support multiple conditional definitions as do other variables.
- Cleanup the definitions of $(distdir) and $(top_distdir).
$(top_distdir) now points to the root of the distribution