Don't use ${
[automake.git] / NEWS
blobac96f4782d89278bb8ffcb1769ea8f631aa297ff
1 New in 0.26:
2 * Added --install-missing option.
3 * Pretty-prints generated macros
4 \f
5 New in 0.25:
6 * Bug fixes.
7 * Works with Perl 4 again.
8 \f
9 New in 0.24:
10 * New uniform naming scheme.
11 * --strictness option
12 * Works with Perl 5
13 * '.c' files corresponding to '.y' or '.l' files are automatically
14   distributed.
15 * Many bug fixes and cleanups
17 New in 0.23:
18 * Allow objects to be conditionally included in libraries via lib_LIBADD.
20 New in 0.22:
21 * Bug fixes in 'clean' code.
22 * Now generates 'installdirs' target.
23 * man page installation reworked.
24 * 'make dist' no longer re-creates all Makefile.in's.
26 New in 0.21:
27 * Reimplemented in Perl
28 * Added --amdir option (for debugging)
29 * Texinfo support cleaned up.
30 * Automatic de-ANSI-fication cleaned up.
31 * Cleaned up 'clean' targets.
33 New in 0.20:
34 * Automatic dependency tracking
35 * More documentation
36 * New variables DATA and PACKAGEDATA
37 * SCRIPTS installed using $(INSTALL_SCRIPT)
38 * No longer uses double-colon rules
39 * Bug fixes
40 * Changes in advance of internationalization