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