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