* configure.in: Bump version to 1.5b.
[automake.git] / NEWS
blob8145278295176540cf0bcb25387c9e25d4b420b0
1 New in 1.5b:
2 * Autoconf 2.52 is required.
3 * `dist' generates all the archive flavors, as did `dist-all'.
4 * `dist-gzip' generates the Gzip tar file only.
5 * Combining Automake Makefile conditionals no longer lead to a combinatorial
6   explosion.  Makefile.in's keep a reasonable size.
7 * AM_FUNC_ERROR_AT_LINE, AM_FUNC_STRTOD, AM_FUNC_OBSTACK, AM_PTRDIFF_T
8   are no longer shipped, since Autoconf 2.52 provides them (both as AM_
9   and AC_).
10 * `#line' of Lex and Yacc files are properly set.
11 * EXTRA_DIST can contain generated directories.
12 * Support for dot-less extensions in suffix rules.
13 * The part of the distcheck target that checks whether distclean actually
14   cleans all built files has been moved in a separate target, distcleancheck,
15   so it can be overridden easily.
16 * `make distcheck' will pass additional options defined in
17   $(DISTCHECK_CONFIGURE_FLAGS) to configure.
18 * Fixed CDPATH portability problems, in particular for MacOS X.
19 * Fixed handling of nobase_ targets.
20 * Fixed support of implicit rules leading to .lo objects.
21 * Fixed late inclusion of --add-missing files (e.g. depcomp) in DIST_COMMON
23 New in 1.5:
24 * Support for `configure.ac'.
25 * Support for `else COND', `endif COND' and negated conditions `!COND'.
26 * `make dist-all' is much faster.
27 * Allows '@' AC_SUBSTs in macro names.
28 * Faster AM_INIT_AUTOMAKE (requires update of `missing' script)
29 * User-side dependency tracking.  Developers no longer need GNU make
30 * Python support
31 * Uses DIST_SUBDIRS in some situations when SUBDIRS is conditional
32 * Most files are correctly handled if they appear in subdirs
33   For instance, a _DATA file can appear in a subdir
34 * GNU tar is no longer required for `make dist'
35 * Added support for `dist_' and `nodist_' prefixes
36 * Added support for `nobase_' prefix
37 * Compiled Java support
38 * Support for per-executable and per-library compilation flags
39 * Many bug fixes
41 New in 1.4:
42 * Added support for the Fortran 77 programming language.
43 * Re-indexed the Automake Texinfo manual.
44 * Added `AM_FOOFLAGS' variable for each compiler invocation;
45   e.g. AM_CFLAGS can be used in Makefile.am to set C compiler flags
46 * Support for latest autoconf, including support for objext
47 * Can now put `.' in SUBDIRS to control build order
48 * `include' command and `+=' support for macro assignment
49 * Dependency tracking no long susceptible to deleted header file problem
50 * Maintainer mode now a conditional.  @MAINT@ is now an anachronism.
51 * Bug fixes
53 New in 1.3:
54 * Bug fixes
55 * Better Cygwin32 support
56 * Support for suffix rules with _SOURCES variables
57 * New options `readme-alpha' and `check-news'; Gnits mode sets these
58 * @LEXLIB@ no longer required when lex source seen
59   Lex support in `missing', and new lex macro.  Update your missing script.
60 * Built-in support for assembly
61 * aclocal gives error if `AM_' macro not found
62 * Passed YFLAGS, not YACCFLAGS, to yacc
63 * AM_PROG_CC_STDC does not have to come before AC_PROG_CPP
64 * Dependencies computed as a side effect of compilation
65 * Preliminary support for Java
66 * DESTDIR support at "make install" time
67 * Improved ansi2knr support; you must use the latest ansi2knr.c (included)
69 New in 1.2:
70 * Bug fixes
71 * Better DejaGNU support
72 * Added no-installinfo option
73 * Added Emacs Lisp support
74 * Added --no-force option
75 * Included `aclocal' program
76 * Automake will now generate rules to regenerate aclocal.m4, if appropriate
77 * Now uses `AM_' macro names everywhere
78 * ansi2knr option can have directory prefix (eg `../lib/ansi2knr')
79   ansi2knr now works correctly on K&R sources
80 * Better C++, yacc, lex support
81 * Will compute _DEPENDENCIES variables automatically if not supplied
82 * Will interpolate $(...) and ${...} when examining contents of a variable
83 * .deps files now in build directory, not source directory; dependency
84   handling generally rewritten
85 * DATA, MANS and BUILT_SOURCES no longer included in distribution
86 * can now put config.h into a subdir
87 * Added dist-all target
88 * Support for install-info program (see texinfo 3.9)
89 * Support for "yacc -d"
90 * configure substitutions are automatically discovered and included
91   in generated Makefile.in
92 * Special --cygnus mode
93 * OMIT_DEPENDENCIES can now hold list of dependencies to be omitted
94   when making distribution.  Some dependencies are auto-ignored.
95 * Changed how libraries are specified in _LIBRARIES variable
96 * Full libtool support, from Gord Matzigkeit
97 * No longer have to explicitly touch stamp-h when using AC_CONFIG_HEADER;
98   AM_CONFIG_HEADER handles it automatically
99 * Texinfo output files no longer need .info extension
100 * Added `missing' support
101 * Cygwin32 support
102 * Conditionals in Makefile.am, from Ian Taylor
104 New in 1.0:
105 * Bug fixes
106 * distcheck target runs install and installcheck targets
107 * Added preliminary support for DejaGNU.
109 New in 0.33:
110 * More bug fixes
111 * More checking
112 * More libtool fixes from Gord Matzigkeit; libtool support is still
113   preliminary however
114 * Added support for jm_MAINTAINER_MODE
115 * dist-zip support
116 * New "distcheck" target
118 New in 0.32:
119 * Many bug fixes
120 * mkinstalldirs and mdate-sh now appear in directory specified by
121   AC_CONFIG_AUX_DIR.
122 * Removed DIST_SUBDIRS, DIST_OTHER
123 * AC_ARG_PROGRAM only required when an actual program exists
124 * dist-hook target now run before distribution packaged up; idea from
125   Dieter Baron.  Other hooks exist, too.
126 * Preliminary (unfinished) support for libtool
127 * Added short option names.
128 * Better "dist" support when gluing together multiple packages
130 New in 0.31:
131 * Bug fixes
132 * Documentation updates (many from François Pinard)
133 * strictness `normal' now renamed to `foreign'
134 * Renamed --install-missing to --add-missing
135 * Now handles AC_CONFIG_AUX_DIR
136 * Now handles TESTS macro
137 * DIST_OTHER renamed to EXTRA_DIST
138 * DIST_SUBDIRS is deprecated
139 * @ALLOCA@ and @LIBOBJS@ now work in _LDADD variables
140 * Better error messages in many cases
141 * Program names are canonicalized
142 * Added "check" prefix; from Gord Matzigkeit
144 New in 0.30:
145 * Bug fixes
146 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
147 * Beginnings of a test suite
148 * Automatically adds -I options for $(srcdir), ".", and path to config.h
149 * Doesn't print anything when running
150 * Beginnings of MAINT_CHARSET support
151 * Can specify version in AUTOMAKE_OPTIONS
152 * Most errors recognizable by Emacs' M-x next-error
153 * Added --verbose option
154 * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
155   configure-generated names
156 * Required macros now distributed in aclocal.m4
157 * New documentation
158 * --strictness=gnu is default
160 New in 0.29:
161 * Many bug fixes
162 * More sophisticated configure.in scanning; now understands ALLOCA and
163   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
164 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
165 * CONFIG_HEADER variable now obsolete
166 * Can handle multiple Texinfo sources
167 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
168 * HEADERS variable no longer needed; now can put .h files directly into
169   foo_SOURCES variable.
170 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
171   corresponding ".in" files are included in the distribution.
173 New in 0.28:
174 * Added --gnu and --gnits options
175 * More standards checking
176 * Bug fixes
177 * Cleaned up 'dist' targets
178 * Added AUTOMAKE_OPTIONS variable and several options
179 * Now scans configure.in to get some information (preliminary)
181 New in 0.27:
182 * Works with Perl 4 again
184 New in 0.26:
185 * Added --install-missing option.
186 * Pretty-prints generated macros and rules
187 * Comments in Makefile.am are placed more intelligently in Makefile.in
188 * Generates .PHONY target
189 * Rule or macro in Makefile.am now overrides contents of Automake file
190 * Substantial cleanups from François Pinard
192 New in 0.25:
193 * Bug fixes.
194 * Works with Perl 4 again.
196 New in 0.24:
197 * New uniform naming scheme.
198 * --strictness option
199 * Works with Perl 5
200 * '.c' files corresponding to '.y' or '.l' files are automatically
201   distributed.
202 * Many bug fixes and cleanups
204 New in 0.23:
205 * Allow objects to be conditionally included in libraries via lib_LIBADD.
207 New in 0.22:
208 * Bug fixes in 'clean' code.
209 * Now generates 'installdirs' target.
210 * man page installation reworked.
211 * 'make dist' no longer re-creates all Makefile.in's.
213 New in 0.21:
214 * Reimplemented in Perl
215 * Added --amdir option (for debugging)
216 * Texinfo support cleaned up.
217 * Automatic de-ANSI-fication cleaned up.
218 * Cleaned up 'clean' targets.
220 New in 0.20:
221 * Automatic dependency tracking
222 * More documentation
223 * New variables DATA and PACKAGEDATA
224 * SCRIPTS installed using $(INSTALL_SCRIPT)
225 * No longer uses double-colon rules
226 * Bug fixes
227 * Changes in advance of internationalization
229 -----
231 Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software
232 Foundation, Inc.
234 This file is part of GNU Automake.
236 GNU Automake is free software; you can redistribute it and/or modify
237 it under the terms of the GNU General Public License as published by
238 the Free Software Foundation; either version 2, or (at your option)
239 any later version.
241 GNU Automake is distributed in the hope that it will be useful,
242 but WITHOUT ANY WARRANTY; without even the implied warranty of
243 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
244 GNU General Public License for more details.
246 You should have received a copy of the GNU General Public License
247 along with autoconf; see the file COPYING.  If not, write to
248 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
249 Boston, MA 02111-1307, USA.