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