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