Rebuild files listed in AC_OUTPUT
[automake.git] / NEWS
blob4e9ad342e51a0192050f6971c87a94e1a79077ef
1 New in 0.29:
2 * Many bug fixes
3 * More sophisticated configure.in scanning; now understands ALLOCA and
4   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
5 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
6 * CONFIG_HEADER variable now obsolete
7 * Can handle multiple Texinfo sources
8 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
9 * HEADERS variable no longer needed; now can put .h files directly into
10   foo_SOURCES variable.
11 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
12   corresponding ".in" files are included in the distribution.
14 New in 0.28:
15 * Added --gnu and --gnits options
16 * More standards checking
17 * Bug fixes
18 * Cleaned up 'dist' targets
19 * Added AUTOMAKE_OPTIONS variable and several options
20 * Now scans configure.in to get some information (preliminary)
22 New in 0.27:
23 * Works with Perl 4 again
25 New in 0.26:
26 * Added --install-missing option.
27 * Pretty-prints generated macros and rules
28 * Comments in Makefile.am are placed more intelligently in Makefile.in
29 * Generates .PHONY target
30 * Rule or macro in Makefile.am now overrides contents of Automake file
31 * Substantial cleanups from François Pinard
33 New in 0.25:
34 * Bug fixes.
35 * Works with Perl 4 again.
37 New in 0.24:
38 * New uniform naming scheme.
39 * --strictness option
40 * Works with Perl 5
41 * '.c' files corresponding to '.y' or '.l' files are automatically
42   distributed.
43 * Many bug fixes and cleanups
45 New in 0.23:
46 * Allow objects to be conditionally included in libraries via lib_LIBADD.
48 New in 0.22:
49 * Bug fixes in 'clean' code.
50 * Now generates 'installdirs' target.
51 * man page installation reworked.
52 * 'make dist' no longer re-creates all Makefile.in's.
54 New in 0.21:
55 * Reimplemented in Perl
56 * Added --amdir option (for debugging)
57 * Texinfo support cleaned up.
58 * Automatic de-ANSI-fication cleaned up.
59 * Cleaned up 'clean' targets.
61 New in 0.20:
62 * Automatic dependency tracking
63 * More documentation
64 * New variables DATA and PACKAGEDATA
65 * SCRIPTS installed using $(INSTALL_SCRIPT)
66 * No longer uses double-colon rules
67 * Bug fixes
68 * Changes in advance of internationalization