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