Fix for PR automake/175:
[automake.git] / NEWS
blob1f5d386823097fcc4db41b3c0225937066797c6f
1 New in 1.4e:
2 * Support for `configure.ac'.
3 * Support for `else COND', `endif COND' and negated conditions `!COND'.
4 * `make dist-all' is much faster.
5 * Allows '@' AC_SUBSTs in macro names.
7 New in 1.4b:
8 * Faster AM_INIT_AUTOMAKE (requires update of `missing' script)
9 * User-side dependency tracking.  Developers no longer need GNU make
10 * Python support
11 * Many bug fixes
12 * Uses DIST_SUBDIRS in some situations when SUBDIRS is conditional
13 New in 1.4a:
14 * Many files (but not all) are correctly handled if they appear in subdirs
15   For instance, a _DATA file can appear in a subdir
16 * GNU tar is no longer required for `make dist'
17 * Added support for `dist_' and `nodist_' prefixes
18 * Compiled Java support
19 * Support for per-executable and per-library compilation flags
20 * The usual bug fixes
22 New in 1.4:
23 * Added support for the Fortran 77 programming language.
24 * Re-indexed the Automake Texinfo manual.
25 * Added `AM_FOOFLAGS' variable for each compiler invocation;
26   e.g. AM_CFLAGS can be used in Makefile.am to set C compiler flags
27 * Support for latest autoconf, including support for objext
28 * Can now put `.' in SUBDIRS to control build order
29 * `include' command and `+=' support for macro assignment
30 * Dependency tracking no long susceptible to deleted header file problem
31 * Maintainer mode now a conditional.  @MAINT@ is now an anachronism.
32 * Bug fixes
34 New in 1.3:
35 * Bug fixes
36 * Better Cygwin32 support
37 * Support for suffix rules with _SOURCES variables
38 * New options `readme-alpha' and `check-news'; Gnits mode sets these
39 * @LEXLIB@ no longer required when lex source seen
40   Lex support in `missing', and new lex macro.  Update your missing script.
41 * Built-in support for assembly
42 * aclocal gives error if `AM_' macro not found
43 * Passed YFLAGS, not YACCFLAGS, to yacc
44 * AM_PROG_CC_STDC does not have to come before AC_PROG_CPP
45 * Dependencies computed as a side effect of compilation
46 * Preliminary support for Java
47 * DESTDIR support at "make install" time
48 * Improved ansi2knr support; you must use the latest ansi2knr.c (included)
50 New in 1.2:
51 * Bug fixes
52 * Better DejaGNU support
53 * Added no-installinfo option
54 * Added Emacs Lisp support
55 * Added --no-force option
56 * Included `aclocal' program
57 * Automake will now generate rules to regenerate aclocal.m4, if appropriate
58 * Now uses `AM_' macro names everywhere
59 * ansi2knr option can have directory prefix (eg `../lib/ansi2knr')
60   ansi2knr now works correctly on K&R sources
61 * Better C++, yacc, lex support
62 * Will compute _DEPENDENCIES variables automatically if not supplied
63 * Will interpolate $(...) and ${...} when examining contents of a variable
64 * .deps files now in build directory, not source directory; dependency
65   handling generally rewritten
66 * DATA, MANS and BUILT_SOURCES no longer included in distribution
67 * can now put config.h into a subdir
68 * Added dist-all target
69 * Support for install-info program (see texinfo 3.9)
70 * Support for "yacc -d"
71 * configure substitutions are automatically discovered and included
72   in generated Makefile.in
73 * Special --cygnus mode
74 * OMIT_DEPENDENCIES can now hold list of dependencies to be omitted
75   when making distribution.  Some dependencies are auto-ignored.
76 * Changed how libraries are specified in _LIBRARIES variable
77 * Full libtool support, from Gord Matzigkeit
78 * No longer have to explicitly touch stamp-h when using AC_CONFIG_HEADER;
79   AM_CONFIG_HEADER handles it automatically
80 * Texinfo output files no longer need .info extension
81 * Added `missing' support
82 * Cygwin32 support
83 * Conditionals in Makefile.am, from Ian Taylor
85 New in 1.0:
86 * Bug fixes
87 * distcheck target runs install and installcheck targets
88 * Added preliminary support for DejaGNU.
90 New in 0.33:
91 * More bug fixes
92 * More checking
93 * More libtool fixes from Gord Matzigkeit; libtool support is still
94   preliminary however
95 * Added support for jm_MAINTAINER_MODE
96 * dist-zip support
97 * New "distcheck" target
99 New in 0.32:
100 * Many bug fixes
101 * mkinstalldirs and mdate-sh now appear in directory specified by
102   AC_CONFIG_AUX_DIR.
103 * Removed DIST_SUBDIRS, DIST_OTHER
104 * AC_ARG_PROGRAM only required when an actual program exists
105 * dist-hook target now run before distribution packaged up; idea from
106   Dieter Baron.  Other hooks exist, too.
107 * Preliminary (unfinished) support for libtool
108 * Added short option names.
109 * Better "dist" support when gluing together multiple packages
111 New in 0.31:
112 * Bug fixes
113 * Documentation updates (many from François Pinard)
114 * strictness `normal' now renamed to `foreign'
115 * Renamed --install-missing to --add-missing
116 * Now handles AC_CONFIG_AUX_DIR
117 * Now handles TESTS macro
118 * DIST_OTHER renamed to EXTRA_DIST
119 * DIST_SUBDIRS is deprecated
120 * @ALLOCA@ and @LIBOBJS@ now work in _LDADD variables
121 * Better error messages in many cases
122 * Program names are canonicalized
123 * Added "check" prefix; from Gord Matzigkeit
125 New in 0.30:
126 * Bug fixes
127 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
128 * Beginnings of a test suite
129 * Automatically adds -I options for $(srcdir), ".", and path to config.h
130 * Doesn't print anything when running
131 * Beginnings of MAINT_CHARSET support
132 * Can specify version in AUTOMAKE_OPTIONS
133 * Most errors recognizable by Emacs' M-x next-error
134 * Added --verbose option
135 * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
136   configure-generated names
137 * Required macros now distributed in aclocal.m4
138 * New documentation
139 * --strictness=gnu is default
141 New in 0.29:
142 * Many bug fixes
143 * More sophisticated configure.in scanning; now understands ALLOCA and
144   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
145 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
146 * CONFIG_HEADER variable now obsolete
147 * Can handle multiple Texinfo sources
148 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
149 * HEADERS variable no longer needed; now can put .h files directly into
150   foo_SOURCES variable.
151 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
152   corresponding ".in" files are included in the distribution.
154 New in 0.28:
155 * Added --gnu and --gnits options
156 * More standards checking
157 * Bug fixes
158 * Cleaned up 'dist' targets
159 * Added AUTOMAKE_OPTIONS variable and several options
160 * Now scans configure.in to get some information (preliminary)
162 New in 0.27:
163 * Works with Perl 4 again
165 New in 0.26:
166 * Added --install-missing option.
167 * Pretty-prints generated macros and rules
168 * Comments in Makefile.am are placed more intelligently in Makefile.in
169 * Generates .PHONY target
170 * Rule or macro in Makefile.am now overrides contents of Automake file
171 * Substantial cleanups from François Pinard
173 New in 0.25:
174 * Bug fixes.
175 * Works with Perl 4 again.
177 New in 0.24:
178 * New uniform naming scheme.
179 * --strictness option
180 * Works with Perl 5
181 * '.c' files corresponding to '.y' or '.l' files are automatically
182   distributed.
183 * Many bug fixes and cleanups
185 New in 0.23:
186 * Allow objects to be conditionally included in libraries via lib_LIBADD.
188 New in 0.22:
189 * Bug fixes in 'clean' code.
190 * Now generates 'installdirs' target.
191 * man page installation reworked.
192 * 'make dist' no longer re-creates all Makefile.in's.
194 New in 0.21:
195 * Reimplemented in Perl
196 * Added --amdir option (for debugging)
197 * Texinfo support cleaned up.
198 * Automatic de-ANSI-fication cleaned up.
199 * Cleaned up 'clean' targets.
201 New in 0.20:
202 * Automatic dependency tracking
203 * More documentation
204 * New variables DATA and PACKAGEDATA
205 * SCRIPTS installed using $(INSTALL_SCRIPT)
206 * No longer uses double-colon rules
207 * Bug fixes
208 * Changes in advance of internationalization