More fixes
[automake.git] / NEWS
blob0c888525e4a0f3515ba399b7017d2fd2306693c1
1 New in 0.32:
2 * Many bug fixes
3 * mkinstalldirs and mdate-sh now appear in directory specified by
4   AC_CONFIG_AUX_DIR.
5 * Removed DIST_SUBDIRS, DIST_OTHER
6 * AC_ARG_PROGRAM only required when an actual program exists
7 * dist-hook target now run before distribution packaged up; idea from
8   Dieter Baron.  Other hooks exist, too.
9 * Preliminary (unfinished) support for libtool
10 * Added short option names.
11 * Better "dist" support when gluing together multiple packages
13 New in 0.31:
14 * Bug fixes
15 * Documentation updates (many from François Pinard)
16 * strictness `normal' now renamed to `foreign'
17 * Renamed --install-missing to --add-missing
18 * Now handles AC_CONFIG_AUX_DIR
19 * Now handles TESTS macro
20 * DIST_OTHER renamed to EXTRA_DIST
21 * DIST_SUBDIRS is deprecated
22 * @ALLOCA@ and @LIBOBJS@ now work in _LDADD variables
23 * Better error messages in many cases
24 * Program names are canonicalized
25 * Added "check" prefix; from Gord Matzigkeit
27 New in 0.30:
28 * Bug fixes
29 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
30 * Beginnings of a test suite
31 * Automatically adds -I options for $(srcdir), ".", and path to config.h
32 * Doesn't print anything when running
33 * Beginnings of MAINT_CHARSET support
34 * Can specify version in AUTOMAKE_OPTIONS
35 * Most errors recognizable by Emacs' M-x next-error
36 * Added --verbose option
37 * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
38   configure-generated names
39 * Required macros now distributed in aclocal.m4
40 * New documentation
41 * --strictness=gnu is default
43 New in 0.29:
44 * Many bug fixes
45 * More sophisticated configure.in scanning; now understands ALLOCA and
46   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
47 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
48 * CONFIG_HEADER variable now obsolete
49 * Can handle multiple Texinfo sources
50 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
51 * HEADERS variable no longer needed; now can put .h files directly into
52   foo_SOURCES variable.
53 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
54   corresponding ".in" files are included in the distribution.
56 New in 0.28:
57 * Added --gnu and --gnits options
58 * More standards checking
59 * Bug fixes
60 * Cleaned up 'dist' targets
61 * Added AUTOMAKE_OPTIONS variable and several options
62 * Now scans configure.in to get some information (preliminary)
64 New in 0.27:
65 * Works with Perl 4 again
67 New in 0.26:
68 * Added --install-missing option.
69 * Pretty-prints generated macros and rules
70 * Comments in Makefile.am are placed more intelligently in Makefile.in
71 * Generates .PHONY target
72 * Rule or macro in Makefile.am now overrides contents of Automake file
73 * Substantial cleanups from François Pinard
75 New in 0.25:
76 * Bug fixes.
77 * Works with Perl 4 again.
79 New in 0.24:
80 * New uniform naming scheme.
81 * --strictness option
82 * Works with Perl 5
83 * '.c' files corresponding to '.y' or '.l' files are automatically
84   distributed.
85 * Many bug fixes and cleanups
87 New in 0.23:
88 * Allow objects to be conditionally included in libraries via lib_LIBADD.
90 New in 0.22:
91 * Bug fixes in 'clean' code.
92 * Now generates 'installdirs' target.
93 * man page installation reworked.
94 * 'make dist' no longer re-creates all Makefile.in's.
96 New in 0.21:
97 * Reimplemented in Perl
98 * Added --amdir option (for debugging)
99 * Texinfo support cleaned up.
100 * Automatic de-ANSI-fication cleaned up.
101 * Cleaned up 'clean' targets.
103 New in 0.20:
104 * Automatic dependency tracking
105 * More documentation
106 * New variables DATA and PACKAGEDATA
107 * SCRIPTS installed using $(INSTALL_SCRIPT)
108 * No longer uses double-colon rules
109 * Bug fixes
110 * Changes in advance of internationalization