Nothing
[automake.git] / NEWS
blobb64d642ffa8fd505124ae0a971522c351f772679
1 New in 0.30:
2 * Bug fixes
3 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
4 * Beginnings of a test suite
5 * Automatically adds -I options for $(srcdir), ".", and path to config.h
6 * Doesn't print anything when running
7 * Beginnings of MAINT_CHARSET support
8 * Can specify version in AUTOMAKE_OPTIONS
9 * Most errors recognizable by Emacs' M-x next-error
10 * Added --verbose option
11 * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
12   configure-generated names
14 New in 0.29:
15 * Many bug fixes
16 * More sophisticated configure.in scanning; now understands ALLOCA and
17   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
18 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
19 * CONFIG_HEADER variable now obsolete
20 * Can handle multiple Texinfo sources
21 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
22 * HEADERS variable no longer needed; now can put .h files directly into
23   foo_SOURCES variable.
24 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
25   corresponding ".in" files are included in the distribution.
27 New in 0.28:
28 * Added --gnu and --gnits options
29 * More standards checking
30 * Bug fixes
31 * Cleaned up 'dist' targets
32 * Added AUTOMAKE_OPTIONS variable and several options
33 * Now scans configure.in to get some information (preliminary)
35 New in 0.27:
36 * Works with Perl 4 again
38 New in 0.26:
39 * Added --install-missing option.
40 * Pretty-prints generated macros and rules
41 * Comments in Makefile.am are placed more intelligently in Makefile.in
42 * Generates .PHONY target
43 * Rule or macro in Makefile.am now overrides contents of Automake file
44 * Substantial cleanups from François Pinard
46 New in 0.25:
47 * Bug fixes.
48 * Works with Perl 4 again.
50 New in 0.24:
51 * New uniform naming scheme.
52 * --strictness option
53 * Works with Perl 5
54 * '.c' files corresponding to '.y' or '.l' files are automatically
55   distributed.
56 * Many bug fixes and cleanups
58 New in 0.23:
59 * Allow objects to be conditionally included in libraries via lib_LIBADD.
61 New in 0.22:
62 * Bug fixes in 'clean' code.
63 * Now generates 'installdirs' target.
64 * man page installation reworked.
65 * 'make dist' no longer re-creates all Makefile.in's.
67 New in 0.21:
68 * Reimplemented in Perl
69 * Added --amdir option (for debugging)
70 * Texinfo support cleaned up.
71 * Automatic de-ANSI-fication cleaned up.
72 * Cleaned up 'clean' targets.
74 New in 0.20:
75 * Automatic dependency tracking
76 * More documentation
77 * New variables DATA and PACKAGEDATA
78 * SCRIPTS installed using $(INSTALL_SCRIPT)
79 * No longer uses double-colon rules
80 * Bug fixes
81 * Changes in advance of internationalization