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