follow GNU standards
[automake.git] / NEWS
bloba070ac4379bf30db666ebd95e4a0277a37716f64
1 New in 1.1m:
2 * Bug fixes
3 * Better DejaGNU support
4 * Added no-installinfo option
5 * Added Emacs Lisp support
6 * Added --no-force option
7 * Included `aclocal' program
8 * Automake will now generate rules to regenerate aclocal.m4, if appropriate
9 * Now uses `AM_' macro names everywhere
10 * ansi2knr option can have directory prefix (eg `../lib/ansi2knr')
11   ansi2knr now works correctly on K&R sources
12 * Better C++, yacc, lex support
13 * Will compute _DEPENDENCIES variables automatically if not supplied
14 * Will interpolate $(...) and ${...} when examining contents of a variable
15 * .deps files now in build directory, not source directory; dependency
16   handling generally rewritten
17 * DATA, MANS and BUILT_SOURCES no longer included in distribution
18 * can now put config.h into a subdir
19 * Added dist-all target
20 * Support for install-info program (see texinfo 3.9)
21 * Support for "yacc -d"
22 * configure substitutions are automatically discovered and included
23   in generated Makefile.in
24 * Special --cygnus mode
25 * OMIT_DEPENDENCIES can now hold list of dependencies to be omitted
26   when making distribution.  Some dependencies are auto-ignored.
27 * Changed how libraries are specified in _LIBRARIES variable
28 * Full libtool support, from Gord Matzigkeit
29 * No longer have to explicitly touch stamp-h when using AC_CONFIG_HEADER;
30   AM_CONFIG_HEADER handles it automatically
31 * Texinfo output files no longer need .info extension
32 * Added `missing' support
33 * Cygwin32 support
35 New in 1.0:
36 * Bug fixes
37 * distcheck target runs install and installcheck targets
38 * Added preliminary support for DejaGNU.
40 New in 0.33:
41 * More bug fixes
42 * More checking
43 * More libtool fixes from Gord Matzigkeit; libtool support is still
44   preliminary however
45 * Added support for jm_MAINTAINER_MODE
46 * dist-zip support
47 * New "distcheck" target
49 New in 0.32:
50 * Many bug fixes
51 * mkinstalldirs and mdate-sh now appear in directory specified by
52   AC_CONFIG_AUX_DIR.
53 * Removed DIST_SUBDIRS, DIST_OTHER
54 * AC_ARG_PROGRAM only required when an actual program exists
55 * dist-hook target now run before distribution packaged up; idea from
56   Dieter Baron.  Other hooks exist, too.
57 * Preliminary (unfinished) support for libtool
58 * Added short option names.
59 * Better "dist" support when gluing together multiple packages
61 New in 0.31:
62 * Bug fixes
63 * Documentation updates (many from François Pinard)
64 * strictness `normal' now renamed to `foreign'
65 * Renamed --install-missing to --add-missing
66 * Now handles AC_CONFIG_AUX_DIR
67 * Now handles TESTS macro
68 * DIST_OTHER renamed to EXTRA_DIST
69 * DIST_SUBDIRS is deprecated
70 * @ALLOCA@ and @LIBOBJS@ now work in _LDADD variables
71 * Better error messages in many cases
72 * Program names are canonicalized
73 * Added "check" prefix; from Gord Matzigkeit
75 New in 0.30:
76 * Bug fixes
77 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
78 * Beginnings of a test suite
79 * Automatically adds -I options for $(srcdir), ".", and path to config.h
80 * Doesn't print anything when running
81 * Beginnings of MAINT_CHARSET support
82 * Can specify version in AUTOMAKE_OPTIONS
83 * Most errors recognizable by Emacs' M-x next-error
84 * Added --verbose option
85 * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
86   configure-generated names
87 * Required macros now distributed in aclocal.m4
88 * New documentation
89 * --strictness=gnu is default
91 New in 0.29:
92 * Many bug fixes
93 * More sophisticated configure.in scanning; now understands ALLOCA and
94   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
95 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
96 * CONFIG_HEADER variable now obsolete
97 * Can handle multiple Texinfo sources
98 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
99 * HEADERS variable no longer needed; now can put .h files directly into
100   foo_SOURCES variable.
101 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
102   corresponding ".in" files are included in the distribution.
104 New in 0.28:
105 * Added --gnu and --gnits options
106 * More standards checking
107 * Bug fixes
108 * Cleaned up 'dist' targets
109 * Added AUTOMAKE_OPTIONS variable and several options
110 * Now scans configure.in to get some information (preliminary)
112 New in 0.27:
113 * Works with Perl 4 again
115 New in 0.26:
116 * Added --install-missing option.
117 * Pretty-prints generated macros and rules
118 * Comments in Makefile.am are placed more intelligently in Makefile.in
119 * Generates .PHONY target
120 * Rule or macro in Makefile.am now overrides contents of Automake file
121 * Substantial cleanups from François Pinard
123 New in 0.25:
124 * Bug fixes.
125 * Works with Perl 4 again.
127 New in 0.24:
128 * New uniform naming scheme.
129 * --strictness option
130 * Works with Perl 5
131 * '.c' files corresponding to '.y' or '.l' files are automatically
132   distributed.
133 * Many bug fixes and cleanups
135 New in 0.23:
136 * Allow objects to be conditionally included in libraries via lib_LIBADD.
138 New in 0.22:
139 * Bug fixes in 'clean' code.
140 * Now generates 'installdirs' target.
141 * man page installation reworked.
142 * 'make dist' no longer re-creates all Makefile.in's.
144 New in 0.21:
145 * Reimplemented in Perl
146 * Added --amdir option (for debugging)
147 * Texinfo support cleaned up.
148 * Automatic de-ANSI-fication cleaned up.
149 * Cleaned up 'clean' targets.
151 New in 0.20:
152 * Automatic dependency tracking
153 * More documentation
154 * New variables DATA and PACKAGEDATA
155 * SCRIPTS installed using $(INSTALL_SCRIPT)
156 * No longer uses double-colon rules
157 * Bug fixes
158 * Changes in advance of internationalization