Merge branch 'maint'
[platform/upstream/automake.git] / NEWS
1 New in 1.13:
2
3 * Version requirements:
4
5   - Autoconf 2.65 or greater is required.
6
7   - The rules to build PDF and DVI output from Texinfo input now
8     requires Texinfo 4.9 or later.
9
10 * Obsolete features removed:
11
12   - Use of the long-deprecated two- and three-arguments invocation forms
13     of the AM_INIT_AUTOMAKE is not supported anymore.
14
15   - Support for the "Cygnus-style" trees (once enabled by the 'cygnus'
16     option) has been removed.  See discussion about automake bug#11034
17     for more background.
18
19   - The automake-provided '@mkdir_p@' configure substitution and
20     AM_PROG_MKDIR m4 macro have been removed.  They had been obsolete
21     since automake 1.10, and actively deprecated since Automake 1.12.1.
22     However, to maintain a degree of backward-compatibility, the make
23     variable '$(mkdir_p)' is still defined (now simple as an alias to
24     '$(MKDIR_P)').  It will probably be removed in future major versions
25     of Automake (probably 1.14).
26
27   - The deprecated aclocal option '--acdir' has been removed.  You
28     should use the options '--automake-acdir' and '--system-acdir'
29     instead (which have been introduced in Automake 1.11.2).
30
31   - The following long-obsolete m4 macros have been removed:
32
33       AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
34       fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
35       fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
36       AM_CONFIG_HEADER:   superseded by AC_CONFIG_HEADERS since July 2002
37       ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
38       jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
39       ud_GNU_GETTEXT:     old alias for AM_GNU_GETTEXT
40       gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
41       fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
42                           of the now-removed automatic de-ANSI-fication
43                           support of Automake)
44
45   - All the "old alias" macros in 'm4/obsolete.m4' have been removed.
46
47 * Changes to Automake-generated testsuite harnesses:
48
49   - The parallel testsuite harness (previously only enabled by the
50     'parallel-tests' option) is the default one; the older serial
51     testsuite harness will still be available through the use of the
52     'serial-tests' option (introduced in Automake 1.12).
53
54 * Silent rules support:
55
56   - Support for silent rules is now always active in Automake-generated
57     Makefiles.  So, although the verbose output is still the default,
58     the user can now always use "./configure --enable-silent-rules" or
59     "make V=0" to enable quieter output in the package he's building.
60
61   - The 'silent-rules' option has now become a no-op, preserved for
62     backward-compatibility only.  In particular, its use does not disable
63     the warnings in the 'portability-recursive' category anymore.
64
65 * Texinfo Support:
66
67   - The rules to build PDF and DVI files from Texinfo input now use the
68     ' --build-dir' option, to keep the auxiliary files used by texi2dvi
69     and texi2pdf around without cluttering the build directory, and to
70     make it possible to run the "dvi" and "pdf" recipes in parallel.
71
72 * Automatic remake rules and 'missing' script:
73
74   - The 'missing' script does not try anymore to update the timestamp
75     of out-of-date files that require a maintainer-specific tool to be
76     remade, in case the user lacks such a tool (or has a too-old version
77     of it).  It just give a useful warning, and in some cases also a tip
78     about how to obtain such a tool.
79
80   - The missing script has thus become useless as a (poor) way to work
81     around the sketched-timestamps issues that can happen for projects
82     that keep generated files committed in their VCS repository.  Such
83     projects are now encouraged to write a custom "fix-timestamps.sh"
84     script to avoid such issues; a simple example is provided in the
85     "CVS and generated files" chapter of the automake manual.
86
87 * Recursive targets:
88
89   The user can now define his own recursive targets that recurse
90   in the directories specified in $(SUBDIRS).  This can be done by
91   specifying the name of such targets in invocations of the new
92   'AM_EXTRA_RECURSIVE_TARGETS' m4 macro.
93
94 * Improvements to aclocal and related rebuilds rules:
95
96   - The Autoconf-provided macro AC_CONFIG_MACRO_DIR is now traced by
97     aclocal, and can be used to declare the local m4 include directory.
98     Formerly, one had to specify it with an explicit '-I' option to the
99     'aclocal' invocation.
100
101   - The special make variable ACLOCAL_AMFLAGS is deprecated; future
102     Automake versions will warn about its use, and later version will
103     remove support for it altogether.
104
105 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106
107 New in 1.12.2:
108
109 * WARNING: Future backward-incompatibilities!
110
111   - Future versions of Automake will likely drop support for the
112     long-deprecated 'configure.in' name for the Autoconf input file.
113     You are advised to use the recommended name 'configure.ac' instead.
114
115   - Starting from the next major Automake version (1.13), the rules to
116     build pdf, ps and dvi output from Texinfo input will use the '--tidy'
117     option by default.  Since such an option was introduced in Texinfo
118     4.9, this means that Makefiles generated by future Automake versions
119     will require at least that version of Texinfo.
120
121   - Starting from the next major Automake version (1.13), the parallel
122     testsuite harness (previously only enabled by the 'parallel-tests'
123     option) will become the default one; the older serial testsuite
124     harness will still be available through the use of the 'serial-tests'
125     option.
126
127   - Support for the two- and three-arguments invocation forms of the
128     AM_INIT_AUTOMAKE macro is deprecated, and will be removed in the
129     next major Automake version (1.13).
130
131   - The exact order in which the directories in the aclocal macro
132     search path are looked up is probably going to be changed in the
133     next Automake release (1.13).
134
135   - The 'missing' script will not try anymore to update the timestamp
136     of out-of-date files that require a maintainer-specific tool to be
137     remade, in case the user lacks such a tool (or has a too-old version
138     of it).  In fact, starting from Automake 1.13, all it'll do will be
139     giving more useful warnings than a bare "command not found" from a
140     make recipe would.
141
142 * Warnings and deprecations:
143
144   - Automake now issues a warning (in the 'portability' category) if
145     'configure.in' is used instead of 'configure.ac' as the Autoconf
146     input file.  Such a warning will also be present in the next
147     Autoconf version (2.70).
148
149 * Cleaning rules:
150
151   - Recursive cleaning rules descends into the $(SUBDIRS) in the natural
152     order (as done by the other recursive rules), rather than in the
153     inverse order.  They used to do that in order to work a round a
154     limitation in an older implementation of the automatic dependency
155     tracking support, but that limitation had been lifted years ago
156     already, when the automatic dependency tracking based on side-effects
157     of compilation had been introduced.
158
159   - Cleaning rules for compiled objects (both "plain" and libtool) work
160     better when subdir objects are involved, not triggering a distinct
161     'rm' invocation for each such object.  They do so by removing *any*
162     compiled object file that is in the same directory of a subdir
163     object.  See automake bug#10697.
164
165 * Silent rules support:
166
167   - A new predefined $(AM_V_P) make variable is provided; it expands
168     to a shell conditional that can be used in recipes to know whether
169     make is being run in silent or verbose mode.
170
171 Bugs fixed in 1.12.2:
172
173 * Long-standing bugs:
174
175   - The "recheck" targets behaves better in the face of build failures
176     related to previously failed tests.  For example, if a test is a
177     compiled program that must be rerun by "make recheck", and its
178     compilation fails, it will still be rerun by further "make recheck"
179     invocations.  See automake bug#11791.
180
181 * Bugs introduced by 1.12.1:
182
183   - Automake generated Makefiles define once again the $(mkdir_p) make
184     variable (simple ans an alias for $(MKDIR_P)), for better backward
185     compatibility.  The '@mkdir_p@' substitution is however not enabled
186     by default anymore; anyone needing it should call the AM_PROG_MKDIR
187     m4 macro explicitly (beware that this macro has been deprecated since
188     the previous Automake release 1.12.1, and will be removed in Automake
189     1.13).
190
191 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192
193 New in 1.12.1:
194
195 * New supported languages:
196
197   - Support for Objective C++ has been added; it should work similarly to
198     the support for Objective C.
199
200 * Deprecated obsolescent features:
201
202   - Use of the long-deprecated two- and three-arguments invocation forms
203     of the AM_INIT_AUTOMAKE macro now elicits a warning in the 'obsolete'
204     category.  Starting from the next major Automake release (1.13), such
205     usages won't be allowed anymore.
206
207   - Support for the "Cygnus-style" trees (enabled by the 'cygnus' option) is
208     now deprecated (its use triggers a warning in the 'obsolete' category).
209     It will be removed in the next major Automake release (1.13).
210
211   - The long-obsolete (since 1.10) automake-provided $(mkdir_p) make
212     variable, @mkdir_p@ configure-time substitution and AM_PROG_MKDIR
213     m4 macro are deprecated, eliciting a warning in the 'obsolete'
214     category.
215
216 * Miscellaneous changes:
217
218   - The Automake test cases now require a proper POSIX-conforming shell.
219     Older non-POSIX Bourne shells (like Solaris 10 /bin/sh) won't be
220     accepted anymore.  In most cases, the user shouldn't have to specify
221     such POSIX shell explicitly, since it will be looked up at configure
222     time.  Still, when this lookup fails, or when the user wants to
223     override its conclusion, the variable 'AM_TEST_RUNNER_SHELL' can be
224     used (pointing to the shell that will be used to run the Automake
225     test cases).
226
227 Bugs fixed in 1.12.1:
228
229 * Bugs introduced by 1.12:
230
231   - Several weaknesses in Automake's own build system and test suite
232     have been fixed.
233
234 * Bugs introduced by 1.11.3:
235
236   - When given non-option arguments, aclocal rejects them, instead of
237     silently ignoring them.
238
239 * Long-standing bugs:
240
241   - When the 'color-tests' option is in use, forcing of colored testsuite
242     output through "AM_COLOR_TESTS=always" works even if the terminal is
243     a non-ANSI one, i.e., if the TERM environment variable has a value of
244     "dumb".
245
246   - Several inefficiencies and poor performances in the implementation
247     of the parallel-tests 'check' and 'recheck' targets have been fixed.
248
249   - The post-processing of output "#line" directives done the ylwrap
250     script is more faithful w.r.t. files in a subdirectory; for example,
251     if the processed file is "src/grammar.y", ylwrap will correctly
252     produce directives like:
253         #line 7 "src/grammar.y"
254     rather than like
255         #line 7 "grammar.y"
256     as it did before.
257
258 * Bugs with new Perl versions:
259
260   - Aclocal works correctly with perl 5.16.0 (automake bug#11543).
261
262 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263
264 New in 1.12:
265
266 * Obsolete features removed:
267
268   - The never documented nor truly used script 'acinstall' has been
269     removed.
270
271   - Support for automatic de-ANSI-fication has been removed.
272
273   - The support for the "obscure" multilib feature has been removed
274     from Automake core (but remains available in the 'contrib/'
275     directory of the Automake distribution).
276
277   - Support for ".log -> .html" conversion and the check-html and
278     recheck-html targets has been removed from Automake core (but
279     remains available in the 'contrib/' directory of the Automake
280     distribution).
281
282   - The deprecated 'lzma' compression format for distribution archives
283     has been removed, in favor of 'xz' and 'lzip'.
284
285   - The obsolete AM_WITH_REGEX macro has been removed.
286
287   - The long-deprecated options '--output-dir', '--Werror' and
288     '--Wno-error' have been removed.
289
290   - The chapter on the history of Automake has been moved out of the
291     reference manual, into a new dedicated Texinfo file.
292
293 * New targets:
294
295   - New 'cscope' target to build a cscope database for the source tree.
296
297 * Changes to Automake-generated testsuite harnesses:
298
299   - The new automake option 'serial-tests' has been introduced.  It can
300     be used to explicitly instruct automake to use the older serial
301     testsuite harness.  This is still the default at the moment, but it
302     might change in future versions.
303
304   - The 'recheck' target (provided by the parallel testsuite harness) now
305     depends on the 'all' target.  This allows for a better user-experience
306     in test-driven development.  See automake bug#11252.
307
308   - Test scripts that exit with status 99 to signal an "hard error" (e.g.,
309     and unexpected or internal error, or a failure to set up the test case
310     scenario) have their outcome reported as an 'ERROR' now.  Previous
311     versions of automake reported such an outcome as a 'FAIL' (the only
312     difference with normal failures being that hard errors were counted
313     as failures even when the test originating them was listed in
314     XFAIL_TESTS).
315
316   - The testsuite summary displayed by the parallel-test harness has a
317     completely new format, that always list the numbers of passed, failed,
318     xfailed, xpassed, skipped and errored tests, even when these numbers
319     are zero (but using smart coloring when the color-tests option is in
320     effect).
321
322   - The default testsuite driver offered by the 'parallel-tests' option is
323     now implemented (partly at least) with the help of automake-provided
324     auxiliary scripts (e.g., 'test-driver'), instead of relying entirely
325     on code in the generated Makefile.in.
326     This has two noteworthy implications.  The first one is that projects
327     using the 'parallel-tests' option should now either run automake with
328     the '--add-missing' option, or manually copy the 'test-driver' script
329     into their tree.  The second, and more important, implication is that
330     now, when the 'parallel-tests' option is in use, TESTS_ENVIRONMENT can
331     not be used anymore to define a test runner, and the command specified
332     in LOG_COMPILER (and <ext>_LOG_COMPILER) must be a *real* executable
333     program or script.  For example, this is still a valid usage (albeit
334     a little contorted):
335
336       TESTS_ENVIRONMENT = \
337         if test -n '$(STRICT_TESTS)'; then \
338           maybe_errexit='-e'; \
339         else \
340           maybe_errexit=''; \
341         fi;
342       LOG_COMPILER = $(SHELL) $$maybe_errexit
343
344     while this is not anymore:
345
346       TESTS_ENVIRONMENT = \
347         $(SHELL) `test -n '$(STRICT_TESTS_CHECKING)' && echo ' -e'`
348
349     neither is this:
350
351       TESTS_ENVIRONMENT = \
352         run_with_perl_or_shell () \
353         { \
354           if grep -q '^#!.*perl' $$1; then
355             $(PERL) $$1; \
356           else \
357             $(SHELL) $$1; \
358           fi; \
359         }
360       LOG_COMPILER = run_with_perl_or_shell
361
362   - The package authors can now use customary testsuite drivers within
363     the framework provided by the 'parallel-tests' testsuite harness.
364     Consistently with the existing syntax, this can be done by defining
365     special makefile variables 'LOG_DRIVER' and '<ext>_LOG_DRIVER'.
366
367   - A new developer-reserved variable 'AM_TESTS_FD_REDIRECT' can be used
368     to redirect/define file descriptors used by the test scripts.
369
370   - The parallel-tests harness generates now, in addition the '.log' files
371     holding the output produced by the test scripts, a new set of '.trs'
372     files, holding "metadata" derived by the execution of the test scripts;
373     among such metadata are the outcomes of the test cases run by a script.
374
375   - Initial and still experimental support for the TAP test protocol is
376     now provided.
377
378 * Changes to Yacc and Lex support:
379
380   - C source and header files derived from non-distributed Yacc and/or
381     Lex sources are now removed by a simple "make clean" (while they were
382     previously removed only by "make maintainer-clean").
383
384   - Slightly backward-incompatible change, relevant only for use of Yacc
385     with C++: the extensions of the header files produced by the Yacc
386     rules are now modelled after the extension of the corresponding
387     sources.  For example, yacc files named "foo.y++" and "bar.yy" will
388     produce header files named "foo.h++" and "bar.hh" respectively, where
389     they would have previously produced header files named simply "foo.h"
390     and "bar.h".  This change offers better compatibility with 'bison -o'.
391
392 * Miscellaneous changes:
393
394   - The AM_PROG_VALAC macro now causes configure to exit with status 77,
395     rather than 1, if the vala compiler found is too old.
396
397   - The build system of Automake itself now avoids the use of make
398     recursion as much as possible.
399
400   - Automake now prefers to quote 'like this' or "like this", rather
401     than `like this', in diagnostic message and generated Makefiles,
402     to accommodate the new GNU Coding Standards recommendations.
403
404   - Automake has a new option '--print-libdir' that prints the path of the
405     directory containing the Automake-provided scripts and data files.
406
407   - The 'dist' and 'dist-all' targets now can run compressors in parallel.
408
409   - The rules to create pdf, dvi and ps output from Texinfo files now
410     works better with modern 'texi2dvi' script, by explicitly passing
411     it the '--clean' option to ensure stray auxiliary files are not
412     left to clutter the build directory.
413
414   - Automake can now generate silenced rules for texinfo outputs.
415
416   - Some auxiliary files that are automatically distributed by Automake
417     (e.g., 'install-sh', or the 'depcomp' script for packages compiling
418     C sources) might now be listed in the DIST_COMMON variable in many
419     Makefile.in files, rather than in the top-level one.
420
421   - Messages of types warning or error from 'automake' and 'aclocal'
422     are now prefixed with the respective type, and presence of -Werror
423     is noted.
424
425   - Automake's early configure-time sanity check now tries to avoid
426     sleeping for a second, which slowed down cached configure runs
427     noticeably.  In that case, it will check back at the end of the
428     configure script to ensure that at least one second has passed, to
429     avoid time stamp issues with makefile rules rerunning autotools
430     programs.
431
432   - The warnings in the category 'extra-portability' are now enabled by
433     '-Wall'.  In previous versions, one has to use '-Wextra-portability'
434     to enable them.
435
436 Bugs fixed in 1.12:
437
438   - Various minor bugfixes for recent or long-standing bugs.
439
440 * Bugs introduced by 1.11:
441
442   - The AM_COND_IF macro also works if the shell expression for the
443     conditional is no longer valid for the condition.
444
445   - The automake-provided parallel testsuite harness does not fail anymore
446     with BSD make used in parallel mode when there are test scripts in a
447     subdirectory, like in:
448
449       TESTS = sub/foo.test sub/bar.test
450
451 * Long-standing bugs:
452
453   - Automake's own build system finally have a real "installcheck" target.
454
455   - Vala-related cleanup rules are now more complete, and work better in
456     a VPATH setup.
457
458   - Files listed with the AC_REQUIRE_AUX_FILE macro in configure.ac are
459     now automatically distributed also if the directory of the auxiliary
460     files coincides with the top-level directory.
461
462   - Automake now detects the presence of the '-d' flag in the various
463     '*YFLAGS' variables even when their definitions involve indirections
464     through other variables, such as in:
465       foo_opts = -d
466       AM_YFLAGS = $(foo_opts)
467
468   - Automake now complains if a '*YFLAGS' variable has any conditional
469     content, not only a conditional definition.
470
471   - Explicit enabling and/or disabling of Automake warning categories
472     through the '-W...' options now always takes precedence over the
473     implicit warning level implied by Automake strictness (foreign, gnu
474     or gnits), regardless of the order in which such strictness and
475     warning flags appear.  For example, a setting like:
476       AUTOMAKE_OPTIONS = -Wall --foreign
477     will cause the warnings in category 'portability' to be enabled, even
478     if those warnings are by default disabled in 'foreign' strictness.
479
480 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
481
482 Bugs fixed in 1.11.5:
483
484 * Bugs introduced by 1.11.3:
485
486   - Vala files with '.vapi' extension are now recognized and handled
487     correctly again.  See automake bug#11222.
488
489   - Vala support work again for projects that contain some program
490     built from '.vala' (and possibly '.c') sources and some other
491     program built from '.c' sources *only*.  See automake bug#11229.
492
493 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
494
495 New in 1.11.4:
496
497 * Miscellaneous changes:
498
499   - The 'ar-lib' script now ignores the "s" (symbol index) and "S" (no
500     symbol index) modifiers as well as the "s" action, as the symbol index
501     is created unconditionally by Microsoft lib.  Also, the "q" (quick)
502     action is now a synonym for "r" (replace).  Also, the script has been
503     ignoring the "v" (verbose) modifier already since Automake 1.11.3.
504
505   - When the 'compile' script is used to wrap MSVC, it now accepts an
506     optional space between the -I, -L and -l options and their respective
507     arguments, for better POSIX compliance.
508
509   - There is an initial, experimental support for automatic dependency
510     tracking with tcc (the Tiny C Compiler).  Its associated depmode is
511     currently recognized as "icc" (but this and other details are likely
512     to change in future versions).
513
514   - Automatic dependency tracking now works also with the IBM XL C/C++
515     compilers, thanks to the new new depmode 'xlc'.
516
517 Bugs fixed in 1.11.4:
518
519 * Bugs introduced by 1.11.2:
520
521   - A definition of 'noinst_PYTHON' before 'python_PYTHON' (or similar)
522     don't cause spurious failures upon "make install" anymore.
523
524   - The user can now instruct the 'uninstall-info' rule not to update
525     the '${infodir}/dir' file by exporting the environment variable
526     'AM_UPDATE_INFO_DIR' to the value "no".  This is done for consistency
527     with how the 'install-info' rule operates since automake 1.11.2.
528
529 * Long-standing bugs:
530
531   - It is now possible for a foo_SOURCES variable to hold Vala sources
532     together with C header files, as well as with sources and headers for
533     other supported languages (e.g., C++).  Previously, only mixing C and
534     Vala sources was supported.
535
536   - If "aclocal --install" is used, and the first directory specified with
537     '-I' is non-existent, aclocal will now create it before trying to copy
538     files in it.
539
540   - An empty declaration of a "foo_PRIMARY" don't cause anymore the
541     generated install rules to create an empty $(foodir) directory;
542     for example, if Makefile.am contains something like:
543
544       pkglibexec_SCRIPTS =
545       if FALSE
546       pkglibexec_SCRIPTS += bar.sh
547       endif
548
549     the $(pkglibexec) directory will not be created upon "make install".
550
551 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
552
553 New in 1.11.3:
554
555 * Miscellaneous changes:
556
557   - Automake's own build system is more silent by default, making use of
558     the 'silent-rules' option.
559
560   - The master copy of the `gnupload' script is now maintained in gnulib,
561     not in automake.
562
563   - The `missing' script doesn't try to wrap calls to `tar' anymore.
564
565   - "make dist" doesn't wrap `tar' invocations with the `missing' script
566     anymore.  Similarly, the obsolescent variable `$(AMTAR)' (which you
567     shouldn't be using BTW ;-) does not invoke the missing script anymore
568     to wrap tar, but simply invokes the `tar' program itself.
569
570   - "make dist" can now create lzip-compressed tarballs.
571
572   - In the Automake info documentation, the Top node and the nodes about
573     the invocation of the automake and aclocal programs have been renamed;
574     now, calling "info automake" will open the Top node, while calling
575     "info automake-invocation" and "info aclocal-invocation" will access
576     the nodes about the invocation of respectively automake and aclocal.
577
578   - Automake is now distributed as a gzip-compressed and an xz-compressed
579     tarball.  Previously, bzip2 was used instead of xz.
580
581   - The last relics of Python 1.5 support have been removed from the
582     AM_PATH_PYTHON macro.
583
584   - For programs and libraries, automake now detects EXTRA_foo_DEPENDENCIES
585     and adds them to the normal list of dependencies, but without
586     overwriting the foo_DEPENDENCIES variable, which is normally computed
587     by automake.
588
589 Bugs fixed in 1.11.3:
590
591 * Bugs introduced by 1.11.2:
592
593   - Automake now correctly recognizes the prefix/primary combination
594    `pkglibexec_SCRIPTS' as valid.
595
596   - The parallel-tests harness doesn't trip anymore on sed implementations
597     with stricter limits on the length of input lines (problem seen at
598     least on Solaris 8).
599
600 * Long-standing bugs:
601
602   - The "deleted header file problem" for *.am files is avoided by stub
603     rules.  This allows `make' to trigger a rerun of `automake' also if
604     some previously needed `.am' file has been removed.
605
606   - The `silent-rules' option now generates working makefiles even
607     for the uncommon `make' implementations that do not support the
608     nested-variables extension to POSIX 2008.  For such `make'
609     implementations, whether a build is silent is determined at
610     configure time, and cannot be overridden at make time with
611     `make V=0' or `make V=1'.
612
613   - Vala support now works better in VPATH setups.
614
615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
616
617 New in 1.11.2:
618
619 * Changes to aclocal:
620
621   - The `--acdir' option is deprecated.  Now you should use the new options
622     `--automake-acdir' and `--system-acdir' instead.
623
624   - The `ACLOCAL_PATH' environment variable is now interpreted as a
625     colon-separated list of additional directories to search after the
626     automake internal acdir (by default ${prefix}/share/aclocal-APIVERSION)
627     and before the system acdir (by default ${prefix}/share/aclocal).
628
629 * Miscellaneous changes:
630
631   - The Automake support for automatic de-ANSI-fication has been
632     deprecated.  It will probably be removed in the next major Automake
633     release (1.12).
634
635   - The `lzma' compression scheme and associated automake option `dist-lzma'
636     is obsoleted by `xz' and `dist-xz' due to upstream changes.
637
638   - You may adjust the compression options used in dist-xz and dist-bzip2.
639     The default is now merely -e for xz, but still -9 for bzip;  you may
640     specify a different level via the XZ_OPT and BZIP2 envvars respectively.
641     E.g., "make dist-xz XZ_OPT=-7" or "make dist-bzip2 BZIP2=-5"
642
643   - The `compile' script now converts some options for MSVC for a better
644     user experience.  Similarly, the new `ar-lib' script wraps Microsoft lib.
645
646   - The py-compile script now accepts empty arguments passed to the options
647     `--destdir' and `--basedir', and complains about unrecognized options.
648     Moreover, a non-option argument or a special `--' argument terminates
649     the list of options.
650
651   - A developer that needs to pass specific flags to configure at "make
652     distcheck" time can now, and indeed is advised to, do so by defining
653     the developer-reserved makefile variable AM_DISTCHECK_CONFIGURE_FLAGS,
654     instead of the old DISTCHECK_CONFIGURE_FLAGS.
655     The DISTCHECK_CONFIGURE_FLAGS variable should now be reserved for the
656     user; still, the old Makefile.am files that used to define it will
657     still continue to work as before.
658
659   - New macro AM_PROG_AR that looks for an archiver and wraps it in the new
660     'ar-lib' auxiliary script if the selected archiver is Microsoft lib.
661     This new macro is required for LIBRARIES and LTLIBRARIES when automake
662     is run with -Wextra-portability and -Werror.
663
664   - When using DejaGnu-based testsuites, the user can extend the `site.exp'
665     file generated by automake-provided rules by defining the special make
666     variable `$(EXTRA_DEJAGNU_SITE_CONFIG)'.
667
668   - The `install-info' rule can now be instructed not to create/update
669     the `${infodir}/dir' file, by exporting the new environment variable
670     `AM_UPDATE_INFO_DIR' to the value "no".
671
672 Bugs fixed in 1.11.2:
673
674 * Bugs introduced by 1.11:
675
676   - The parallel-tests driver no longer produces erroneous results with
677     Tru64/OSF 5.1 sh upon unreadable log files.
678
679   - The `parallel-tests' test driver does not report spurious successes
680     when used with concurrent FreeBSD make (e.g., "make check -j3").
681
682   - When the parallel-tests driver is in use, automake now explicitly
683     rejects invalid entries and conditional contents in TEST_EXTENSIONS,
684     instead of issuing confusing and apparently unrelated error messages
685     (e.g., "non-POSIX variable name", "bad characters in variable name",
686     or "redefinition of TEST_EXTENSIONS), or even, in some situations,
687     silently producing broken `Makefile.in' files.
688
689   - The `silent-rules' option now truly silences all compile rules, even
690     when dependency tracking is disabled.  Also, when `silent-rules' is
691     not used, `make' output no longer contains spurious backslash-only
692     lines, thus once again matching what Automake did before 1.11.
693
694   - The AM_COND_IF macro also works if the shell expression for the
695     conditional is no longer valid for the condition.
696
697 * Long-standing bugs:
698
699   - The order of Yacc and Lex flags is fixed to be consistent with other
700     languages: $(AM_YFLAGS) comes before $(YFLAGS), and $(AM_LFLAGS) before
701     $(LFLAGS), so that the user variables override the developer variables.
702
703   - "make distcheck" now correctly complains also when "make uninstall"
704     leaves one and only one file installed in $(prefix).
705
706   - A "make uninstall" issued before a "make install", or after a mere
707     "make install-data" or a mere "make install-exec" does not spuriously
708     fail anymore.
709
710   - Automake now warns about more primary/directory invalid combinations,
711     such as "doc_LIBRARIES" or "pkglib_PROGRAMS".
712
713   - Rules generated by Automake now try harder to not change any files when
714     `make -n' is invoked.  Fixes include compilation of Emacs Lisp, Vala, or
715     Yacc source files and the rule to update config.h.
716
717   - Several scripts and the parallel-tests testsuite driver now exit with
718     the right exit status upon receiving a signal.
719
720   - A per-Makefile.am setting of -Werror does not erroneously carry over
721     to the handling of other Makefile.am files.
722
723   - The code for automatic dependency tracking works around a Solaris
724     make bug triggered by sources containing repeated slashes when the
725     `subdir-objects' option was used.
726
727   - The makedepend and hp depmodes now work better with VPATH builds.
728
729   - Java sources specified with check_JAVA are no longer compiled for
730     "make all", but only for "make check".
731
732   - An usage like "java_JAVA = foo.java" will now cause Automake to warn
733     and error out if `javadir' is undefined, instead of silently producing
734     a broken Makefile.in.
735
736   - aclocal and automake now honour the configure-time definitions of
737     AUTOCONF and AUTOM4TE when they spawn autoconf or autom4te processes.
738
739   - The `install-info' recipe no longer tries to guess whether the
740     `install-info' program is from Debian or from GNU, and adaptively
741     change its behaviour; this has proven to be frail and easy to
742     regress.
743
744 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
745
746 Bugs fixed in 1.11.1:
747
748   - Lots of minor bugfixes.
749
750 * Bugs introduced by 1.11:
751
752   - The `parallel-tests' test driver works around a GNU make 3.80 bug with
753     trailing white space in the test list (`TESTS = foo $(EMPTY)').
754
755 * Long standing bugs:
756
757   - On Darwin 9, `pythondir' and `pyexecdir' pointed below `/Library/Python'
758     even if the `--prefix' argument pointed outside of a system directory.
759     AM_PATH_PYTHON has been fixed to ignore the value returned from python's
760     `get_python_lib' function if it points outside the configured prefix,
761     unless the `--prefix' argument was either `/usr' or below `/System'.
762
763   - The testsuite does not try to change the mode of `ltmain.sh' files from
764     a Libtool installation (symlinked to test directories) any more.
765
766   - AM_PROG_GCJ uses AC_CHECK_TOOLS to look for `gcj' now, so that prefixed
767     tools are preferred in a cross-compile setup.
768
769   - The distribution is tarred up with mode 755 now by the `dist*' targets.
770     This fixes a race condition where untrusted users could modify files
771     in the $(PACKAGE)-$(VERSION) distdir before packing if the toplevel
772     build directory was world-searchable.  This is CVE-2009-4029.
773
774 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
775
776 New in 1.11:
777
778 * Version requirements:
779
780   - Autoconf 2.62 or greater is required.
781
782 * Changes to aclocal:
783
784   - The autoconf version check implemented by aclocal in aclocal.m4
785     (and new in Automake 1.10) is degraded to a warning.  This helps
786     in the common case where the Autoconf versions used are compatible.
787
788 * Changes to automake:
789
790   - The automake program can run multiple threads for creating most
791     Makefile.in files concurrently, if at least Perl 5.7.2 is available
792     with interpreter-based threads enabled.  Set the environment variable
793     AUTOMAKE_JOBS to the maximum number of threads to use, in order to
794     enable this experimental feature.
795
796 * Changes to Libtool support:
797
798   - Libtool generic flags are now passed to the install and uninstall
799     modes as well.
800
801   - distcheck works with Libtool 2.x even when LT_OUTPUT is used, as
802     config.lt is removed correctly now.
803
804 * Languages changes:
805
806   - subdir-object mode works now with Fortran (F77, FC, preprocessed
807     Fortran, and Ratfor).
808
809   - For files with extension .f90, .f95, .f03, or .f08, the flag
810     $(FCFLAGS_f[09]x) computed by AC_FC_SRCEXT is now used in compile rules.
811
812   - Files with extension .sx are also treated as preprocessed assembler.
813
814   - The default source file extension (.c) can be overridden with
815     AM_DEFAULT_SOURCE_EXT now.
816
817   - Python 3.0 is supported now, Python releases prior to 2.0 are no
818     longer supported.
819
820   - AM_PATH_PYTHON honors python's idea about the site directory.
821
822   - There is initial support for the Vala programming language, when using
823     Vala 0.7.0 or later.
824
825 * Miscellaneous changes:
826
827   - Automake development is done in a git repository on Savannah now, see
828
829       http://git.sv.gnu.org/gitweb/?p=automake.git
830
831     A read-only CVS mirror is provided at
832
833       cvs -d :pserver:anonymous@pserver.git.sv.gnu.org:/automake.git \
834           checkout -d automake HEAD
835
836   - "make dist" can now create xz-compressed tarballs,
837     as well as (deprecated?) lzma-compressed tarballs.
838
839   - `automake --add-missing' will by default install the GPLv3 file as
840     COPYING if it is missing.  It will also warn that the license file
841     should be added to source control.  Note that Automake will never
842     overwrite an existing COPYING file, even when the `--force-missing'
843     option is used.
844
845   - The manual is now distributed under the terms of the GNU FDL 1.3.
846
847   - Automake ships and installs man pages for automake and aclocal now.
848
849   - New shorthand `$(pkglibexecdir)' for `$(libexecdir)/@PACKAGE@'.
850
851   - install-sh supports -C, which does not update the installed file
852     (and its time stamps) if the contents did not change.
853
854   - The `gnupload' script has been revamped.
855
856   - The `depcomp' and `compile' scripts now work with MSVC under MSYS.
857
858   - The targets `install' and `uninstall' are more efficient now, in that
859     for example multiple files from one Automake variable such as
860     `bin_SCRIPTS' are copied in one `install' (or `libtool --mode=install')
861     invocation if they do not have to be renamed.
862
863     Both install and uninstall may sometimes enter (`cd' into) the target
864     installation directory now, when no build-local scripts are used.
865
866     Both install and uninstall do not fail anymore but do nothing if an
867     installation directory variable like `bindir' is set to the empty string.
868
869     For built-in rules, `make install' now fails reliably if installation
870     of a file failed.  Conversely, `make uninstall' even succeeds when
871     issued multiple times.
872
873     These changes may need some adjustments from users:  For example,
874     some `install' programs refuse to install multiple copies of the
875     same file in one invocation, so you may need to remove duplicate
876     entries from file lists.
877
878     Also, within one set of files, say, nobase_data_DATA, the order of
879     installation may be changed, or even unstable among different hosts,
880     due to the use of associative arrays in awk.  The increased use of
881     awk matches a similar move in Autoconf to provide for better scaling.
882
883     Further, most undocumented per-rule install command variables such as
884     binSCRIPT_INSTALL have been removed because they are not needed any
885     more.  Packages which use them should be using the appropriate one of
886     INSTALL_{DATA,PROGRAM,SCRIPT} or their install_sh_{DATA,PROGRAM,SCRIPT}
887     counterpart, depending on the type of files and the need for automatic
888     target directory creation.
889
890   - The "deleted header file problem" for *.m4 files is avoided by
891     stub rules.  This allows `make' to trigger a rerun of `aclocal'
892     also if some previously needed macro file has been removed.
893
894   - Rebuild rules now also work for a removed `subdir/Makefile.in' in
895     an otherwise up to date tree.
896
897   - The `color-tests' option causes colored test result output on terminals.
898
899   - The `parallel-tests' option enables a new test driver that allows for
900     parallel test execution, inter-test dependencies, lazy test execution
901     for unit-testing, re-testing only failed tests, and formatted result output
902     as RST (reStructuredText) and HTML.  Enabling this option may require some
903     changes to your test suite setup; see the manual for details.
904
905   - The `silent-rules' option enables Linux kernel-style silent build output.
906     This option requires the widely supported but non-POSIX `make' feature
907     of recursive variable expansion, so do not use it if your package needs
908     to build with `make' implementations that do not support it.
909
910     To enable less verbose build output, the developer has to use the Automake
911     option `silent-rules' in `AM_INIT_AUTOMAKE', or call the `AM_SILENT_RULES'
912     macro.  The user may then set the default verbosity by passing the
913     `--enable-silent-rules' option to `configure'.  At `make' run time, this
914     default may be overridden using `make V=0' for less verbose, and `make V=1'
915     for backward-compatible verbose output.
916
917   - New prefix `notrans_' for manpages which should not be transformed
918     by --program-transform.
919
920   - New macro AM_COND_IF for conditional evaluation and conditional
921     config files.
922
923   - For AC_CONFIG_LINKS, if source and destination are equal, do not
924     remove the file in a non-VPATH build.  Such setups work with Autoconf
925     2.62 or newer.
926
927   - AM_MAINTAINER_MODE now allows for an optional argument specifying
928     the default setting.
929
930   - AM_SUBST_NOTMAKE may prevent substitution of AC_SUBSTed variables,
931     useful especially for multi-line values.
932
933   - Automake's early configure-time sanity check now diagnoses an
934     unsafe absolute source directory name and makes configure fail.
935
936   - The Automake macros and rules cope better with whitespace in the
937     current directory name, as long as the relative path to `configure'
938     does not contain whitespace.  To this end, the values of `$(MISSING)'
939     and `$(install_sh)' may contain suitable quoting, and their expansion
940     might need `eval'uation if used outside of a makefile.  These
941     undocumented variables may be used in several documented macros such
942     as $(AUTOCONF) or $(MAKEINFO).
943
944 Bugs fixed in 1.11:
945
946 * Long-standing bugs:
947
948   - Fix aix dependency tracking for libtool objects.
949
950   - Work around AIX sh quoting issue in AC_PROG_CC_C_O, leading to
951     unnecessary use of the `compile' script.
952
953   - For nobase_*_LTLIBRARIES with nonempty directory components, the
954     correct `-rpath' argument is used now.
955
956   - `config.status --file=Makefile depfiles' now also works with the
957     extra quoting used internally by Autoconf 2.62 and newer
958     (it used to work only without the `--file=' bit).
959
960   - The `missing' script works better with versioned tool names.
961
962   - Semantics for `missing help2man' have been revamped:
963
964     Previously, if `help2man' was not present, `missing help2man' would have
965     the following semantics: if some man page was out of date but present, then
966     a warning would be printed, but the exit status was 0.  If the man page was
967     not present at all, then `missing' would create a replacement man page
968     containing an error message, and exit with a status of 2.  This does not play
969     well with `make': the next run will see this particular man page as being up
970     to date, and will only error out on the next generated man page, if any;
971     repeat until all pages are done.  This was not desirable.
972
973     These are the new semantics: if some man page is not present, and help2man
974     is not either, then `missing' will warn and generate the replacement page
975     containing the error message, but exit successfully.  However, `make dist'
976     will ensure that no such bogus man pages are packaged into a tarball.
977
978   - Targets provided by automake behave better with `make -n', in that they
979     take care not to create files.
980
981   - `config.status Makefile... depfiles' works fine again in the presence of
982     disabled dependency tracking.
983
984   - The default no-op recursive rules for these targets also work with BSD make
985     now: html, install-html, install-dvi, install-pdf, install-pdf, install-info.
986
987   - `make distcheck' works also when both a directory and some file below it
988     have been added to a distribution variable, such as EXTRA_DIST or *_SOURCES.
989
990   - Texinfo dvi, ps, pdf, and html output files are not removed upon
991     `make mostlyclean' any more; only the LaTeX by-products are.
992
993   - Renamed objects also work with the `subdir-objects' option and
994     source file languages which Automake does not know itself.
995
996   - `automake' now correctly complains about variable assignments which are
997     preceded by a comment, extend over multiple lines with backslash-escaped
998     newlines, and end in a comment sign.  Previous versions would silently
999     and wrongly ignore such assignments completely.
1000
1001 * Bugs introduced by 1.10:
1002
1003   - Fix output of dummy dependency files in presence of post-processed
1004     Makefile.in's again, but also cope with long lines.
1005
1006   - $(EXEEXT) is automatically appended to filenames of XFAIL_TESTS
1007     that have been declared as programs in the same Makefile.
1008     This is for consistency with the analogous change to TESTS in 1.10.
1009
1010   - Fix order of standard includes to again be `-I. -I$(srcdir)',
1011     followed by directories containing config headers.
1012
1013 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1014
1015 New in 1.10:
1016
1017 * Version requirements:
1018
1019   - Autoconf 2.60 or greater is required.
1020
1021   - Perl 5.6 or greater is required.
1022
1023 * Changes to aclocal:
1024
1025   - aclocal now also supports -Wmumble and -Wno-mumble options.
1026
1027   - `dirlist' entries (for the aclocal search path) may use shell
1028     wildcards such as `*', `?', or `[...]'.
1029
1030   - aclocal supports an --install option that will cause system-wide
1031     third-party macros to be installed in the local directory
1032     specified with the first -I flag.  This option also uses #serial
1033     lines in M4 files to upgrade local macros.
1034
1035     The new aclocal options --dry-run and --diff help to review changes
1036     before they are installed.
1037
1038   - aclocal now outputs an autoconf version check in aclocal.m4 in
1039     projects using automake.
1040
1041     For a few years, automake and aclocal have been calling autoconf
1042     (or its underlying engine autom4te) to accurately retrieve the
1043     data they need from configure.ac and its siblings.  Doing so can
1044     only work if all autotools use the same version of autoconf.  For
1045     instance a Makefile.in generated by automake for one version of
1046     autoconf may stop working if configure is regenerated with another
1047     version of autoconf, and vice versa.
1048
1049     This new version check ensures that the whole build system has
1050     been generated using the same autoconf version.
1051
1052 * Support for new Autoconf macros:
1053
1054   - The new AC_REQUIRE_AUX_FILE Autoconf macro is supported.
1055
1056   - If `subdir-objects' is set, and AC_CONFIG_LIBOBJ_DIR is specified,
1057     $(LIBOBJS), $(LTLIBOBJS), $(ALLOCA), and $(LTALLOCA) can be used
1058     in different directories.  However, only one instance of such a
1059     library objects directory is supported.
1060
1061 * Change to Libtool support:
1062
1063   - Libtool generic flags (those that go before the --mode=MODE option)
1064     can be specified using AM_LIBTOOLFLAGS and target_LIBTOOLFLAGS.
1065
1066 * Yacc and Lex changes:
1067
1068   - The rebuild rules for distributed Yacc and Lex output will avoid
1069     overwriting existing files if AM_MAINTAINER_MODE and maintainer-mode
1070     is not enabled.
1071
1072   - ylwrap is now always used for lex and yacc source files,
1073     regardless of whether there is more than one source per directory.
1074
1075 * Languages changes:
1076
1077   - Preprocessed assembler (*.S) compilation now honors CPPFLAGS,
1078     AM_CPPFLAGS and per-target _CPPFLAGS, and supports dependency
1079     tracking, unlike non-preprocessed assembler (*.s).
1080
1081   - subdir-object mode works now with Assembler.  Automake assumes
1082     that the compiler understands `-c -o'.
1083
1084   - Preprocessed assembler (*.S) compilation now also honors
1085     $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES).
1086
1087   - Improved support for Objective C:
1088     - Autoconf's new AC_PROG_OBJC will enable automatic dependency tracking.
1089     - A new section of the manual documents the support.
1090
1091   - New support for Unified Parallel C:
1092     - AM_PROG_UPC looks for a UPC compiler.
1093     - A new section of the manual documents the support.
1094
1095   - Per-target flags are now correctly handled in link rules.
1096
1097     For instance maude_CFLAGS correctly overrides AM_CFLAGS; likewise
1098     for maude_LDFLAGS and AM_LDFLAGS.  Previous versions bogusly
1099     preferred AM_CFLAGS over maude_CFLAGS while linking, and they
1100     used both AM_LDFLAGS and maude_LDFLAGS on the same link command.
1101
1102     The fix for compiler flags (i.e., using maude_CFLAGS instead of
1103     AM_CFLAGS) should not hurt any package since that is how _CFLAGS
1104     is expected to work (and actually works during compilation).
1105
1106     However using maude_LDFLAGS "instead of" AM_LDFLAGS rather than
1107     "in addition to" breaks backward compatibility with older versions.
1108     If your package used both variables, as in
1109
1110       AM_LDFLAGS = common flags
1111       bin_PROGRAMS = a b c
1112       a_LDFLAGS = more flags
1113       ...
1114
1115     and assumed *_LDFLAGS would sum up, you should rewrite it as
1116
1117       AM_LDFLAGS = common flags
1118       bin_PROGRAMS = a b c
1119       a_LDFLAGS = $(AM_LDFLAGS) more flags
1120       ...
1121
1122     This new behavior of *_LDFLAGS is more coherent with other
1123     per-target variables, and the way *_LDFLAGS variables were
1124     considered internally.
1125
1126 * New installation targets:
1127
1128   - New targets mandated by GNU Coding Standards:
1129       install-dvi
1130       install-html
1131       install-ps
1132       install-pdf
1133     By default they will only install Texinfo manuals.
1134     You can customize them with *-local variants:
1135       install-dvi-local
1136       install-html-local
1137       install-ps-local
1138       install-pdf-local
1139
1140   - The undocumented recursive target `uninstall-info' no longer exists.
1141     (`uninstall' is in charge of removing all possible documentation
1142     flavors, including optional formats such as dvi, ps, or info even
1143     when `no-installinfo' is used.)
1144
1145 * Miscellaneous changes:
1146
1147   - Automake no longer complains if input files for AC_CONFIG_FILES
1148     are specified using shell variables.
1149
1150   - clean, distribution, or rebuild rules are normally disabled for
1151     inputs and outputs of AC_CONFIG_FILES, AC_CONFIG_HEADERS, and
1152     AC_CONFIG_LINK specified using shell variables.  However, if these
1153     variables are used as ${VAR}, and AC_SUBSTed, then Automake will
1154     be able to output rules anyway.
1155     (See the Automake documentation for AC_CONFIG_FILES.)
1156
1157   - $(EXEEXT) is automatically appended to filenames of TESTS
1158     that have been declared as programs in the same Makefile.
1159     This is mostly useful when some check_PROGRAMS are listed in TESTS.
1160
1161   - `-Wportability' has finally been turned on by default for `gnu' and
1162     `gnits' strictness.  This means, automake will complain about %-rules
1163     or $(GNU Make functions) unless you switch to `foreign' strictness or
1164     use `-Wno-portability'.
1165
1166   - Automake now uses AC_PROG_MKDIR_P (new in Autoconf 2.60), and uses
1167     $(MKDIR_P) instead of $(mkdir_p) to create directories.  The
1168     $(mkdir_p) variable is still defined (to the same value as
1169     $(MKDIR_P)) but should be considered obsolete.  If you are using
1170     $(mkdir_p) in some of your rules, please plan to update them to
1171     $(MKDIR_P) at some point.
1172
1173   - AM_C_PROTOTYPES and ansi2knr are now documented as being obsolete.
1174     They still work in this release, but may be withdrawn in a future one.
1175
1176   - Inline compilation rules for gcc3-style dependency tracking are
1177     more readable.
1178
1179   - Automake installs a "Hello World!" example package in $(docdir).
1180     This example is used throughout the new "Autotools Introduction"
1181     chapter of the manual.
1182
1183 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1184
1185 New in 1.9:
1186
1187 * Makefile.in bloat reduction:
1188
1189   - Inference rules are used to compile sources in subdirectories when
1190     the `subdir-objects' option is used and no per-target flags are
1191     used.  This should reduce the size of some projects a lot, because
1192     Automake used to output an explicit rule for each such object in
1193     the past.
1194
1195   - Automake no longer outputs three rules (.o, .obj, .lo) for each
1196     object that must be built with explicit rules.  It just outputs
1197     the rules required to build the kind of object considered: either
1198     the two .o and .obj rules for usual objects, or the .lo rule for
1199     libtool objects.
1200
1201 * Change to Libtool support:
1202
1203   - Libtool tags are used with libtool versions that support them.
1204     (I.e., with Libtool 1.5 or greater.)
1205
1206   - Automake is now able to handle setups where a libtool library is
1207     conditionally installed in different directories, as in
1208
1209       if COND
1210         lib_LTLIBRARIES = liba.la
1211       else
1212         pkglib_LTLIBRARIES = liba.la
1213       endif
1214       liba_la_SOURCES = ...
1215
1216 * Changes to aclocal:
1217
1218   - aclocal now ensures that AC_DEFUNs and AU_DEFUNs it discovers are
1219     really evaluated, before it decides to include them in aclocal.m4.
1220     This solves nasty problems with conditional redefinitions of
1221     Autoconf macros in /usr/share/aclocal/*.m4 files causing extraneous
1222     *.m4 files to be included in any project using these macros.
1223     (Calls to AC_PROG_EGREP causing libtool.m4 to be included is the
1224     most famous instance of this bug.)
1225
1226   - Do not complain about missing conditionally AC_REQUIREd macros
1227     that are not actually used.  In 1.8.x aclocal would correctly
1228     determine which of these macros were really needed (and include
1229     only these in the package); unfortunately it would also require
1230     all of them to be present in order to run.  This created
1231     situations were aclocal would not work on a tarball distributing
1232     all the macros it uses.  For instance running aclocal on a project
1233     containing only the subset of the Gettext macros in use by the
1234     project did not work, because gettext conditionally requires other
1235     macros.
1236
1237 * Portability improvements:
1238
1239   - Tar format can be chosen with the new options tar-v7, tar-ustar, and
1240     tar-pax.  The new option filename-length-max=99 helps diagnosing
1241     filenames that are too long for tar-v7.  (PR/414)
1242
1243   - Variables aumented with `+=' are now automatically flattened (i.e.,
1244     trailing backslashes removed) and then wrapped around 80 colummns
1245     (adding trailing backslashes).  In previous versions, a long series
1246     of
1247       VAR += value1
1248       VAR += value2
1249       VAR += value3
1250       ...
1251     would result in a single-line definition of VAR that could possibly
1252     exceed the maximum line length of some make implementations.
1253
1254     Non-augmented variables are still output as they are defined in
1255     the Makefile.am.
1256
1257 * Miscellaneous:
1258
1259   - Support Fortran 90/95 with the new "fc" and "ppfc" languages.
1260     Works the same as the old Fortran 77 implementation; just replace
1261     F77 with FC everywhere (exception: FFLAGS becomes FCFLAGS).
1262     Requires a version of autoconf which provides AC_PROG_FC (>=2.59).
1263
1264   - Support for conditional _LISP.
1265
1266   - Support for conditional -hook and -local rules (PR/428).
1267
1268   - Diagnose AC_CONFIG_AUX_DIR calls following AM_INIT_AUTOMAKE. (PR/49)
1269
1270   - Automake will not write any Makefile.ins after the first error it
1271     encounters.  The previous Makefile.ins (if any) will be left in
1272     place.  (Warnings will not prevent output, but remember they can
1273     be turned into errors with -Werror.)
1274
1275   - The restriction that SUBDIRS must contain direct children is gone.
1276     Do not abuse.
1277
1278   - The manual tells more about SUBDIRS vs. DIST_SUBDIRS.
1279     It also gives an example of nested packages using AC_CONFIG_SUBDIRS.
1280
1281 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1282
1283 Bugs fixed in 1.8.5:
1284
1285 * Long-standing bugs:
1286
1287   - Define DIST_SUBDIRS even when the `no-dist' or `cygnus' options are used
1288     so that `make distclean' and `make maintainer-clean' can work.
1289
1290   - Define AR and ARFLAGS even when only EXTRA_LIBRARIES are defined.
1291
1292   - Fix many rules to please FreeBSD make, which runs commands with `sh -e'.
1293
1294   - Polish diagnostic when no input file is found.
1295
1296 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1297
1298 Bugs fixed in 1.8.4:
1299
1300 * Long-standing bugs:
1301
1302   - Fix AM_PATH_PYTHON to correctly display $PYTHON when it has been
1303     overridden by the user.
1304
1305   - Honor PATH_SEPARATOR in various places of the Automake package, for
1306     the sake of OS/2.
1307
1308   - Adjust dependency tracking mode detection to ICC 8.0's new output.
1309     (PR/416)
1310
1311   - Fix install-sh so it can install the `mv' binary... using `mv'.
1312
1313   - Fix tru64 dependency tracking for libtool objects.
1314
1315   - Work around Exuberant Ctags when creating a TAGS files in a directory
1316     without files to scan but with subdirectories to include.
1317
1318 * Bugs introduced by 1.8:
1319
1320   - Fix an "internal error" when @LIBOBJS@ is used in a variable that is
1321     not defined in the same conditions as the _LDADD that uses it.
1322
1323   - Do not warn when JAVAROOT is overridden, this is legitimate.
1324
1325 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1326
1327 Bugs fixed in 1.8.3:
1328
1329 * Long-standing bugs:
1330
1331   - Quote filenames in installation rules, in case $DESTDIR, $prefix,
1332     or any of the other *dir variables contain a space.
1333
1334     Please note that Automake does not and cannot support spaces in
1335     filenames that are involved during the build.  This change affects
1336     only installation paths, so that `make install' does not bomb out
1337     in packages configured with
1338       ./configure --prefix '/c/Program Files'
1339
1340   - Fix the depfiles output so it works with GNU sed (<4.1) even when
1341     POSIXLY_CORRECT is set.
1342
1343   - Do not AC_SUBST(LIBOBJS) in AM_WITH_REGEX.  This macro was unusable
1344     since Autoconf 2.54, which defines LIBOBJS itself.
1345
1346   - Fix a potential (but unlikely) race condition in parallel elisp
1347     builds.  (Introduced in 1.7.3.)
1348
1349   - Do not assume that users override _DEPENDENCIES in all conditions
1350     where Automake will try to define them.
1351
1352   - Do not use `mkdir -p' in mkinstalldirs, unless this is GNU mkdir.
1353     Solaris 8's `mkdir -p' is not thread-safe and can break parallel
1354     builds.
1355
1356     This fix also affects the $(mkdir_p) variable defined since
1357     Automake 1.8.  It will be set to `mkdir -p' only if mkdir is GNU
1358     mkdir, and to `mkinstalldirs' or `install-sh -d' otherwise.
1359
1360   - Secure temporary directory creation in `make distcheck'. (PR/413)
1361
1362   - Do not generate two build rules for `parser.h' when the
1363     parser appears in two different conditionals.
1364
1365   - Work around a Solaris 8 /bin/sh bug in the test for dependency
1366     checking.  Usually ./configure will not pick this shell; so this
1367     fix only helps cases where the shell is forced to /bin/sh.
1368
1369 * Bugs introduced by 1.8:
1370
1371   - In some situations (hand-written `m4_include's), aclocal would
1372     call the `File::Spec->rel2abs' method, which was only introduced
1373     in Perl 5.6.  This new version reestablish support Perl 5.005.
1374
1375     It is likely that the next major Automake releases will require at
1376     least Perl 5.6.  Consider upgrading your development environment
1377     if you are still using the five-year-old Perl 5.005.
1378
1379   - Automake would sometimes fail to define rules for targets listed
1380     in variables defined in multiple conditions.  For instance on
1381       if C1
1382         bin_PROGRAMS = a
1383       else
1384         bin_PROGRAMS = b
1385       endif
1386     it would define only the `a.$(OBJEXT): a.c' rule and omit the
1387     `b.$(OBJEXT): b.c' rule.
1388
1389 * New sections in manual:
1390
1391   - Third-Party Makefiles: how to interface third party Makefiles.
1392   - Upgrading: upgrading packages to newer Automake versions.
1393   - Multiple Outputs: handling tools that produce many outputs.
1394
1395 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1396
1397 Bug fixed in 1.8.2:
1398
1399 * A (well known) portability bug slipped in the changes made to
1400   install-sh in Automake 1.8.1.  The broken install-sh would refuse to
1401   install anything on Tru64.
1402
1403 * Fix install rules for conditionally built python files.  (This never
1404   really worked.)
1405
1406 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1407
1408 Bug fixed in 1.8.1:
1409
1410 * Bugs introduced by 1.8:
1411
1412   - Fix Config.pm import error with old Perl versions (at least
1413     5.005_03).  One symptom is that aclocal could not find its macro
1414     directory.
1415
1416   - Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
1417     created by `make install' are always world readable, even if the
1418     installer happens to have an overly restrictive umask (e.g. 077).
1419     This was a mistake and has been reverted.  There are at least two
1420     reasons why we must not use `-m 0755':
1421       - it causes special bits like SGID to be ignored,
1422       - it may be too restrictive (some setups expect 775 directories).
1423
1424   - Fix aclocal to honor definitions located in files which have been
1425     m4_included manually.  aclocal 1.8 had been updated to check
1426     m4_included files for new requirements, but forgot that these
1427     m4_included files can also provide new definitions.
1428
1429     Note that if you have such a setup, we recommend you get rid of
1430     it.  In the past, there was a reason to m4_include files manually:
1431     aclocal used to duplicate entire M4 files into aclocal.m4, even
1432     files that were distributed.  Some packages were therefore
1433     m4_including the distributed file directly, and playing some
1434     tricks to ensure aclocal would not copy that file to aclocal.m4,
1435     in order to limit the amount of duplication.  Since aclocal 1.8.x
1436     will precisely output m4_includes for local M4 files, we recommend
1437     that you clean up your setup, removing all manual m4_includes and
1438     letting aclocal output them.
1439
1440   - Output detailed menus in the Info version if the Automake manual,
1441     so that Emacs can locate the indexes.
1442
1443   - configure.ac and configure were listed twice in DIST_COMMON (an
1444     internal variable where Automake lists configury files to
1445     distribute).  This was harmless, but unaesthetic.
1446
1447   - Use `chmod a-w' instead of `chmod -w' as the latter honors umask.
1448     This was an issue only in the Automake package itself, not in
1449     its output.
1450
1451   - Automake assumed that all AC_CONFIG_LINKS arguments had the form
1452     DEST:SRC.  This was wrong, as some packages do
1453     AC_CONFIG_LINKS($computedlinks).  This version no longer abort in
1454     that situation.
1455
1456   - Contrary to mkinstalldirs, $(mkdir_p) was expecting exactly one
1457     argument.  This caused two kinds of failures:
1458       - Rules installing data in a conditionally defined directory
1459         failed when that directory was undefined.  In this case no
1460         argument was supplied.
1461       - `make installdirs' failed, because several directories were
1462         passed to $(mkdir_p).  This was an issue only on platform
1463         were $(mkdir_p) is implemented with `install-sh -d'.
1464     $(mkdir_p) as been changed to accept 0 or more arguments, as
1465     mkinstalldirs did.
1466
1467 * Long-standing bugs:
1468
1469   - Fix an unexpected diagnostic occurring when users attempt
1470     to override some internal variables that Automake appends to.
1471
1472   - aclocal now scans configure.ac for macro definitions (PR/319).
1473
1474   - Fix a portability issue with OSF1/Tru64 Make.  If a directory
1475     distributes files which are outside itself (this usually occurs
1476     when using AC_CONFIG_AUX_DIR([../dir]) to use auxiliary files
1477     from a parent package), then `make distcheck' fails due to an
1478     optimization performed by OSF1/Tru64 Make in its VPATH handling.
1479     (tests/subpkg2.test failure)
1480
1481   - Fix another portability issue with Sun and OSF1/Tru64 Make.
1482     In a VPATH-build configuration, `make install' would install
1483     nobase_ files to wrong locations.
1484
1485   - Fix a Perl `uninitialized value' diagnostic occurring when
1486     automake complains that a Texinfo file does not have a
1487     @setfilename statement.
1488
1489   - Erase config.status.lineno during `make distclean'.  This file
1490     can be created by config.status.  Automake already knew about
1491     configure.lineno, but forgot config.status.lineno.
1492
1493   - Distribute all files, even those which are built and installed
1494     conditionally.  This change affects files listed in conditionally
1495     defined *_HEADERS and *_PYTHON variable (unless they are nodist_*)
1496     as well as those listed in conditionally defined dist_*_DATA,
1497     dist_*_JAVA, dist_*_LISP, and dist_*_SCRIPTS variables.
1498
1499   - Fix AM_PATH_LISPDIR to avoid \? in sed regular expressions; it
1500     doesn't conform to POSIX.
1501
1502   - Normalize help strings for configure variables and options added
1503     by Automake macros.
1504
1505 * Anticipation:
1506
1507   - Check for python2.4 in AM_PATH_PYTHON.
1508
1509 * Spurious failures in test suite:
1510
1511   - tests/libtool5.test, tests/ltcond.test, tests/ltcond2.test,
1512     tests/ltconv.test: fix failures with CVS Libtool.
1513   - tests/aclocal6.test: fix failure if autom4te.cache is disabled.
1514   - tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:
1515     fix failures with old Texinfo versions.
1516
1517 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1518
1519 New in 1.8:
1520
1521 * Meta-News
1522
1523   - The NEWS file is more verbose.
1524
1525 * Requirements
1526
1527   - Autoconf 2.58 or greater is required.
1528
1529 * New features
1530
1531   - Default source file names in the absence of a _SOURCES declaration
1532     are made by removing any target extension before appending `.c', so
1533     to make the libtool module `foo.la' from `foo.c', you only need to
1534     do this:
1535
1536         lib_LTLIBRARIES = foo.la
1537         foo_la_LDFLAGS  = -module
1538
1539     For backward compatibility, foo_la.c will be used instead of
1540     foo.c if this file exists or is the explicit target of a rule.
1541     However -Wobsolete will warn about this deprecated naming.
1542
1543   - AR's `cru' flags are now set in a global ARFLAGS variable instead
1544     of being hard-coded in each $(AR) invocation, so they can be
1545     substituted from configure.ac.  This has been requested by people
1546     dealing with non-POSIX ar implementations.
1547
1548   - New warning option: -Woverride.  This will warn about any user
1549     target or variable definitions which override Automake
1550     definitions.
1551
1552   - Texinfo rules back up and restore info files when makeinfo fails.
1553
1554   - Texinfo rules now support the `html' target.
1555     Running this requires Texinfo 4.0 or greater.
1556
1557     `html' is a new recursive target, so if your package mixes
1558     hand-crafted `Makefile.in's with Automake-generated
1559     `Makefile.in's, you should adjust the former to support (or
1560     ignore) this target so that `make html' recurses successfully.  If
1561     you had a custom `html' rule in your `Makefile.am', it's better to
1562     rename it as `html-local', otherwise your rule will override
1563     Automake's new rule (you can check that by running `automake
1564     -Woverride') and that will stop the recursion to subdirectories.
1565
1566     Last but not least, this `html' rule is declared PHONY, even when
1567     overridden.  Fortunately, it appears that few packages use a
1568     non-PHONY `html' rule.
1569
1570   - Any file which is m4_included from configure.ac will appear as a
1571     configure and Makefile.in dependency, and will be automatically
1572     distributed.
1573
1574   - The rules for rebuilding Makefiles and Makefile.ins will now
1575     rebuild all Makefiles and all Makefile.ins at once when one of
1576     configure's dependencies has changed.  This is considerably faster
1577     than previous implementations, where config.status and automake
1578     were run separately in each directory (this still happens when you
1579     change a Makefile.am locally, without touching configure.ac or
1580     friends).  Doing this also solves a longstanding issue: these
1581     rebuild rules failed to work when adding new directories to the
1582     tree, forcing you to run automake manually.
1583
1584   - For similar reasons, the rules to rebuild configure,
1585     config.status, and aclocal.m4 are now defined in all directories.
1586     Note that if you were using the CONFIG_STATUS_DEPENDENCIES and
1587     CONFIGURE_DEPENDENCIES (formerly undocumented) variables, you
1588     should better define them in all directories.  This is easily done
1589     using an AC_SUBST (make sure you prefix these dependencies with
1590     $(top_srcdir) since this variable will appear at different
1591     levels of the build tree).
1592
1593   - aclocal will now use `m4_include' instead of copying local m4
1594     files into aclocal.m4.  (Local m4 files are those you ship with
1595     your project, other files will be copied as usual.)
1596
1597     Because m4_included files are automatically distributed, it means
1598     for most projects there is no point in EXTRA_DISTing the list of
1599     m4 files which are used.  (You can probably get rid of
1600     m4/Makefile.am if you had one.)
1601
1602   - aclocal will avoid touching aclocal.m4 when possible, so that
1603     Autom4te's cache isn't needlessly invalidated.  This behavior can
1604     be switched off with the new `--force' option.
1605
1606   - aclocal now uses Autoconf's --trace to detect macros which are
1607     actually used and will no longer include unused macros simply
1608     because they where mentioned.  This was often the case for macros
1609     called conditionally.
1610
1611   - New options no-dist and no-dist-gzip.
1612
1613   - compile, depcomp, elisp-comp, install-sh, mdate-sh, mkinstalldirs,
1614     py-compile, and ylwrap, now all understand --version and --help.
1615
1616   - Automake will now recognize AC_CONFIG_LINKS so far as removing created
1617     links as part of the distclean target and including source files in
1618     distributions.
1619
1620   - AM_PATH_PYTHON now supports ACTION-IF-FOUND and ACTION-IF-NOT-FOUND
1621     argument.  The latter can be used to override the default behavior
1622     (which is to abort).
1623
1624   - Automake will exit with $? = 63 on version mismatch.  (So does
1625     Autoconf 2.58)  missing knows this, and in this case it will
1626     emulate the tools as if they were absent.  Because older versions
1627     of Automake and Autoconf did not use this exit code, this change
1628     will only be useful in projects generated with future versions of
1629     these tools.
1630
1631   - When using AC_CONFIG_FILES with multiple input files, Automake
1632     generates the first ".in" input file for which a ".am" exists.
1633     (Former versions would try to use only the first input file.)
1634
1635   - lisp_DATA is now allowed.  If you are using the empty ELCFILES
1636     idiom to disable byte-compilation of lisp_LISP files, it is
1637     recommended that you switch to using lisp_DATA.  Note that
1638     this is not strictly equivalent: lisp_DATA will install elisp
1639     files even if emacs is not installed, while *_LISP do not
1640     install anything unless emacs is found.
1641
1642   - Makefiles will prefer `mkdir -p' over mkinstalldirs if it is
1643     available.  This selection is achieved through the Makefile
1644     variable $(mkdir_p) that is set by AM_INIT_AUTOMAKE to either
1645     `mkdir -m 0755 -p --', `$(mkinstalldirs) -m 0755', or
1646     `$(install_sh) -m 0755 -d'.
1647
1648 * Obsolete features
1649
1650   - Because `mkdir -p' is available on most platforms, and we can use
1651     `install-sh -d' when it is not, the use of the mkinstalldirs
1652     script is being phased out.  `automake --add-missing' no longer
1653     installs it, and if you remove mkinstalldirs from your package,
1654     automake will define $(mkinstalldirs) as an alias for $(mkdir_p).
1655
1656     Gettext 0.12.1 still requires mkinstalldirs.  Fortunately
1657     gettextize and autopoint will install it when needed.  Automake
1658     will continue to define the $(mkinstalldirs) and to distribute
1659     mkinstalldirs when this script is in the source tree.
1660
1661   - AM_PROG_CC_STDC is now empty.  The content of this macro was
1662     merged in AC_PROG_CC.  If your code uses $am_cv_prog_cc_stdc, you
1663     should adjust it to use $ac_cv_prog_cc_stdc instead.  (This
1664     renaming should be safe, even if you have to support several,
1665     versions of Automake, because AC_PROG_CC defines this variable
1666     since Autoconf 2.54.)
1667
1668   - Some users where using the undocumented ACLOCAL_M4_SOURCES
1669     variable to override the aclocal.m4 dependencies computed
1670     (inaccurately) by older versions of Automake.  Because Automake
1671     now tracks configure's m4 dependencies accurately (see m4_include
1672     above), the use of ACLOCAL_M4_SOURCES should be considered
1673     obsolete and will be flagged as such when running `automake
1674     -Wobsolete'.
1675
1676 * Bug fixes
1677
1678   - Defining programs conditionally using Automake conditionals no
1679     longer leads to a combinatorial explosion.  The following
1680     construct used to be troublesome when used with dozens of
1681     conditions.
1682
1683       bin_PROGRAMS = a
1684       if COND1
1685         bin_PROGRAMS += a1
1686       endif
1687       if COND2
1688         bin_PROGRAMS += a2
1689       endif
1690       if COND3
1691         bin_PROGRAMS += a3
1692       endif
1693       ...
1694
1695     Likewise for _SOURCES, _LDADD, and _LIBADD variables.
1696
1697   - Due to implementation constraints, previous versions of Automake
1698     proscribed multiple conditional definitions of some variables
1699     like bin_PROGRAMS:
1700
1701       if COND1
1702         bin_PROGRAMS = a1
1703       endif
1704       if COND2
1705         bin_PROGRAMS = a2
1706       endif
1707
1708     All _PROGRAMS, _LDADD, and _LIBADD variables were affected.
1709     This restriction has been lifted, and these variables now
1710     support multiple conditional definitions as do other variables.
1711
1712   - Cleanup the definitions of $(distdir) and $(top_distdir).
1713     $(top_distdir) now points to the root of the distribution
1714     directory created during `make dist', as it did in Automake 1.4,
1715     not to the root of the build tree as it did in intervening
1716     versions.  Furthermore these two variables are now only defined in
1717     the top level Makefile, and passed to sub-directories when running
1718     `make dist'.
1719
1720   - The --no-force option now correctly checks the Makefile.in's
1721     dependencies before deciding not to update it.
1722
1723   - Do not assume that make files are called Makefile in cleaning rules.
1724
1725   - Update .info files in the source tree, not in the build tree.  This
1726     is what the GNU Coding Standard recommend.  Only Automake 1.7.x
1727     used to update these files in the build tree (previous versions did
1728     it in the source tree too), and it caused several problems, varying
1729     from mere annoyance to portability issues.
1730
1731   - COPYING, COPYING.LIB, and COPYING.LESSER are no longer overwritten
1732     when --add-missing and --force-missing are used.  For backward
1733     compatibility --add-missing will continue to install COPYING (in
1734     `gnu' strictness) when none of these three files exist, but this
1735     use is deprecated: you should better choose a license yourself and
1736     install it once for all in your source tree (and in your code
1737     management system).
1738
1739   - Fix ylwrap so that it does not overwrite header files that haven't
1740     changed, as the inline rule already does.
1741
1742   - User-defined rules override automake-defined rules for the same
1743     targets, even when rules do not have commands.  This is not new
1744     (and was documented), however some of the automake-generated
1745     rules have escaped this principle in former Automake versions.
1746     Rules for the following targets are affected by this fix:
1747
1748        clean, clean-am, dist-all, distclean, distclean-am, dvi, dvi-am,
1749        info, info-am, install-data-am, install-exec-am, install-info,
1750        install-info-am, install-man, installcheck-am, maintainer-clean,
1751        maintainer-clean-am, mostlyclean, mostlyclean-am, pdf, pdf-am,
1752        ps, ps-am, uninstall-am, uninstall-info, uninstall-man
1753
1754     Practically it means that an attempt to supplement the dependencies
1755     of some target, as in
1756
1757        clean: my-clean-rule
1758
1759     will now *silently override* the automake definition of the
1760     rule for this target.  Running `automake -Woverride' will diagnose
1761     all such overriding definitions.
1762
1763     It should be noted that almost all of these targets support a *-local
1764     variant that is meant to supplement the automake-defined rule
1765     (See node `Extending' in the manual).  The above rule should
1766     be rewritten as
1767
1768       clean-local: my-clean-rule
1769
1770     These *-local targets have been documented since at least
1771     Automake 1.2, so you should not fear the change if you have
1772     to support multiple automake versions.
1773
1774 * Miscellaneous
1775
1776   - The Automake manual is now distributed under the terms of the GNU FDL.
1777
1778   - Targets dist-gzip, dist-bzip2, dist-tarZ, dist-zip are always defined.
1779
1780   - core dumps are no longer removed by the cleaning rules.  There are
1781     at least three reasons for this:
1782       1. These files should not be created by any build step,
1783          so their removal do not fit any of the cleaning rules.
1784          Actually, they may be precious to the developer.
1785       2. If such file is created during a build, then it's clearly a
1786          bug Automake should not hide.  Not removing the file will
1787          cause `make distcheck' to complain about its presence.
1788       3. Operating systems have different naming conventions for
1789          core dump files.  A core file on one system might be a
1790          completely legitimate data file on another system.
1791
1792   - RUNTESTFLAGS, CTAGSFLAGS, ETAGSFLAGS, JAVACFLAGS are no longer
1793     defined by Automake.  This means that any definition in the
1794     environment will be used, unless overridden in the Makefile.am or
1795     on the command line.  The old behavior, where these variables were
1796     defined empty in each Makefile, can be obtained by AC_SUBSTing or
1797     AC_ARG_VARing each variable from configure.ac.
1798
1799   - CONFIGURE_DEPENDENCIES and CONFIG_STATUS_DEPENDENCIES are now
1800     documented.  (The is not a new feature, these variables have
1801     been there since at least Automake 1.4.)
1802
1803 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1804
1805 Bugs fixed in 1.7.9:
1806 * Fix install-strip to work with nobase_ binaries.
1807 * Fix renaming of #line directives in ylwrap.
1808 * Rebuild with Autoconf 2.59.  (1.7.8 was not installable with pdksh.)
1809
1810 Bugs fixed in 1.7.8:
1811 * Remove spurious blank lines in cleaning rules introduced in 1.7.7.
1812 * Fix detection of Debian's install-info, broken since version 1.5.
1813   (Debian bug #213524).
1814 * Honor -module if it appears in AM_LDFLAGS (i.e., relax name checking)
1815   This was only done for libfoo_LDFLAGS and LDFLAGS in previous versions.
1816
1817 Bugs fixed in 1.7.7:
1818 * The implementation of automake's --no-force option is unreliable,
1819   so this option is ignored in this version.  A real fix will appear in
1820   Automake 1.8.  (Debian Bug #206299)
1821 * AM_PATH_PYTHON: really check the whole list of interpreters if no
1822   argument is given.  (PR/399)
1823 * Do not warn about leading `_' in variable names, even with -Wportability.
1824 * Support user redefinitions of TEXINFO_TEX.
1825 * depcomp: support AIX Compiler version 6.
1826 * Fix missing rebuilds during `make dist' with BSD make.
1827   (Could produce tarballs containing out-of-date files.)
1828 * Resurrect multilib support.
1829 * Noteworthy manual updates:
1830   - Extending aclocal: how to write m4 macros that won't trigger warnings
1831     with Automake 1.8.
1832   - A Shared Library: Rewrite and split into subsections.
1833
1834 Bugs fixed in 1.7.6:
1835 * Fix depcomp's icc mode for ICC 7.1.
1836 * Diagnose calls to AC_CONFIG_FILES and friends with not enough arguments.
1837 * Fix maintainer-clean's removal of autom4te.cache in VPATH builds.
1838 * Fix AM_PATH_LISPDIR to work with POSIXLY_CORRECT=1.
1839 * Fix the location reported in some diagnostics related to AUTOMAKE_OPTIONS.
1840 * Remove Latin-1 characters from elisp-comp.
1841 * Update the manual's @dircategory to match the Free Software Directory.
1842
1843 Bugs fixed in 1.7.5:
1844 * Update install-sh's license to remove an advertising clause.
1845   (Debian bug #191717)
1846 * Fix a bug introduced in 1.7.4, related to BUILT_SOURCE handling,
1847   that caused invalid Makefile.ins to be generated.
1848 * Make sure AM_MAKE_INCLUDE doesn't fail when a `doit' file exists.
1849 * New FAQ entry: renamed objects.
1850
1851 Bugs fixed in 1.7.4:
1852 * Tweak the TAGS rule to support Exuberant Ctags (in addition to
1853   the Emacs implementation)
1854 * Fix output of aclocal.m4 dependencies in subdirectories.
1855 * Use `mv -f' instead of `mv' in fastdep rules.
1856 * Upgrade mdate-sh to work on OS/2.
1857 * Don't byte-compile elisp files when ELCFILES is set empty.
1858   (this documented feature was broken by 1.7.3)
1859 * Diagnose trailing backslashes on last line of Makefile.am.
1860 * Diagnose whitespace following trailing backslashes.
1861 * Multiple tests are now correctly supported in DEJATOOL. (PR/388)
1862 * Fix rebuilt rules for AC_CONFIG_FILES([Makefile:Makefile.in:Makefile.bot])
1863   Makefiles. (PR/389)
1864 * `make install' will build `BUILT_SOURCES' first.
1865 * Minor documentation fixes.
1866
1867 Bugs fixed in 1.7.3:
1868 * Fix stamp files numbering (when using multiple AC_CONFIG_HEADERS).
1869 * Query distutils for `pythondir' and `pythonexecdir', instead of
1870   using an hardcoded path.  This should allow builds on 64-bit
1871   distributions that usually use lib64/ instead of lib/.
1872 * AM_PATH_PYTHON will also search for python2.3.
1873 * elisp files are now built all at once instead of one by one. Besides
1874   incurring a speed-up, this is required to support interdependent elisp files.
1875 * Support for DJGPP:
1876   - `make distcheck' will now work in `_inst/' and `_build' instead
1877     of `=inst/' and `=build/'
1878   - use `_dirstamp' when the file-system doesn't support `.dirstamp'
1879   - install/uninstall `*.i[0-9][0-9]'-style info files
1880   - more changes that affect only the Automake package (not its output)
1881 * Fix some incompatibilities with upcoming perl-5.10.
1882 * Properly quote AC_PACKAGE_TARNAME and AC_PACKAGE_VERSION when defining
1883   PACKAGE and VERSION.
1884 * depcomp fixes:
1885   - dashmstdout and dashXmstdout modes: don't use `-o /dev/null', this
1886     is troublesome with gcc and Solaris compilers. (PR/385)
1887   - makedepend mode: work with Libtool. (PR/385 too)
1888   - support for ICC.
1889 * better support for unusual gettext setups, such as multiple po/ directories
1890   (PR/381):
1891   - Flag missing po/ and intl/ directories as warnings, not errors.
1892   - Disable these warnings if po/ does not exist.
1893 * Noteworthy manual updates:
1894   - New FAQ chapter.
1895   - Document how AC_CONFIG_AUX_DIR interacts with missing files.
1896     (Debian Bug #39542)
1897   - Document `AM_YFLAGS = -d'.  (PR/382)
1898
1899 Bugs fixed in 1.7.2:
1900 * Fix installation and uninstallation of Info files built in subdirectories.
1901 * Do not run `./configure --with-included-gettext' during `make distcheck'
1902   if AM_GNU_GETTEXT([external]) is used.
1903 * Correctly uninstall renamed man pages.
1904 * Do not strip escaped newline in variables defined in one condition
1905   and augmented in another condition.
1906 * Fix ansi2knr rules for LIBOBJS sources.
1907 * Clean all known Texinfo index files, not only those which appear to
1908   be used, because we cannot know which indexes are used in included files.
1909   (PR/375, Debian Bug #168671)
1910 * Honor only the first @setfilename seen in a Texinfo file.
1911 * Treat "required file X not found" diagnostics as errors (exit status 1).
1912 * Don't complain that a required file is not found when it is a Makefile
1913   target. (PR/357)
1914 * Don't use single suffix inference rules when building `.info'-less
1915   Info files, for the sake of Solaris make.
1916 * The `check' target now depends on `$(BUILT_SOURCES)'. (PR/359)
1917 * Recognize multiple inference rules such as `.a.b .c.d:'. (PR/371)
1918 * Warn about multiple inference rules when -Wportability is used. (PR/372)
1919 * Fix building of deansified files from subdirectories. (PR/370)
1920 * Add missing `fi' in the .c->.obj rules.
1921 * Improve install-sh to work even when names contain spaces or certain
1922   (but not all) shell metachars.
1923 * Fix the following spurious failures in the test suite:
1924   depcomp2.test, gnits2.test, gnits3.test, python3.test, texinfo13.test
1925 * Noteworthy manual updates:
1926   - Augment the section about BUILT_SOURCES.
1927   - Mention that AM_PROG_CC_STDC is a relic that is better avoided today.
1928
1929 Bugs fixed in 1.7.1:
1930 * Honor `ansi2knr' for files built in subdirectories, or using per-targets
1931   flags.
1932 * Aclocal should now recognize macro names containing parentheses, e.g.
1933   AC_DEFUN([AC_LANG_PREPROC(Fortran 90)], [...]).
1934 * Erase *.sum and *.log files created by DejaGnu, during `make distclean'.
1935   (Debian Bug#153697)
1936 * Install Python files even if they were built.  (PR/369)
1937 * Have stamp-vti dependent upon configure instead of configure.ac, as the
1938   version might not be defined in the latter. (PR/358)
1939 * Reorder arguments passed to a couple of commands, so things works
1940   when POSIXLY_CORRECT=1.
1941 * Fix a regex that can cause Perl to segfault on large input.
1942   (Debian Bug#162583)
1943 * Fix distribution of packages that have some sources defined conditionally,
1944   as in the `Conditional compilation using Automake conditionals' example
1945   of the manual.
1946 * Fix spurious test suite failures on IRIX.
1947 * Don't report a required variable as undefined if it has been
1948   defined conditionally for the "right" conditions.
1949 * Fix cleaning of the /tmp subdirectory used by `make distcheck', in case
1950   `make distcheck' fails.
1951 * Fix distribution of included Makefile fragment, so we don't create
1952   spurious directories in the distribution. (PR/366)
1953 * Don't complain that a target lacks `.$(EXEEXT)' when it has it.
1954
1955 New in 1.7:
1956 * Autoconf 2.54 is required.
1957 * `aclocal' and `automake' will no longer warn about obsolete
1958   configure macros.  This is done by `autoconf -Wobsolete'.
1959 * AM_CONFIG_HEADER, AM_SYS_POSIX_TERMIOS and
1960   AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL are obsolete (although still
1961   supported).  You should use AC_CONFIG_HEADERS, AC_SYS_POSIX_TERMIOS,
1962   and AC_HEADER_TIOCGWINSZ instead.  `autoupdate' can upgrade
1963   `configure.ac' for you.
1964 * Support for per-program and per-library `_CPPFLAGS'.
1965 * New `ctags' target (builds CTAGS files).
1966 * Support for -Wmumble and -Wno-mumble, where mumble is a warning category
1967   (see `automake --help' or the manual for a list of them).
1968 * Honor the WARNINGS environment variable.
1969 * Omit the call to depcomp when using gcc3: call the compiler directly.
1970 * A new option, std-options, tests that programs support --help and --version
1971   when `make installcheck' is run.  This is enabled by --gnits.
1972 * Texinfo rules now support the `ps' and `pdf' targets.
1973 * Info files are now created in the build directory, not the source directory.
1974 * info_TEXINFOS supports files in subdirectories (this requires Texinfo 4.1
1975   or greater).
1976 * `make distcheck' will enforce DESTDIR support by attempting
1977   a DESTDIR install.
1978 * `+=' can be used in conditionals, even if the augmented variable
1979   was defined for another condition.
1980 * Makefile fragments (inserted with `include') are always distributed.
1981 * Use Autoconf's --trace interface to inspect configure.ac and get
1982   a more accurate view of it.
1983 * Add support for extending aclocal's default macro search path
1984   using a `dirlist' file within the aclocal directory.
1985 * automake --output-dir is deprecated.
1986 * The part of the distcheck target that checks whether uninstall actually
1987   removes all installed files has been moved in a separate target,
1988   distuninstallcheck, so it can be overridden easily.
1989 * Many bug fixes.
1990
1991 New in 1.6.3:
1992 * Support for AM_INIT_GETTEXT([external])
1993 * Bug fixes, including:
1994   - Fix Automake's own `make install' so it works even if `ln' doesn't.
1995   - nobase_ programs and scripts honor --program-transform correctly.
1996   - Erase configure.lineno during `make distclean'.
1997   - Erase YACC and LEX outputs during `make maintainer-clean'.
1998
1999 New in 1.6.2:
2000 * Many bug fixes, including:
2001   - Requiring the current version works.
2002   - Fix "$@" portability issues (for Zsh).
2003   - Fix output of dummy dependency files in presence of post-processed
2004     Makefile.in's.
2005   - Don't compute dependencies in background to avoid races with libtool.
2006   - Fix handling of _OBJECTS variables for targets sharing source variables.
2007   - Check dependency mode for Java when AM_PROG_GCJ is used.
2008
2009 New in 1.6.1:
2010 * automake --output-dir is deprecated
2011 * Many bug fixes, including:
2012   - Don't choke on AM_LDFLAGS definitions.
2013   - Clean libtool objects from subdirectories.
2014   - Allow configure variables with reserved suffix and unknown prefix
2015     (e.g. AC_SUBST(mumble_LDFLAGS) when 'mumble' is not a target).
2016   - Fix the definition of AUTOMAKE and ACLOCAL in configure.
2017
2018 New in 1.6:
2019 * Autoconf 2.52 is required.
2020 * automake no longer run libtoolize.
2021   This is the job of autoreconf (from GNU Autoconf).
2022 * `dist' generates all the archive flavors, as did `dist-all'.
2023 * `dist-gzip' generates the Gzip tar file only.
2024 * Combining Automake Makefile conditionals no longer lead to a combinatorial
2025   explosion.  Makefile.in's keep a reasonable size.
2026 * AM_FUNC_ERROR_AT_LINE, AM_FUNC_STRTOD, AM_FUNC_OBSTACK, AM_PTRDIFF_T
2027   are no longer shipped, since Autoconf 2.52 provides them (both as AM_
2028   and AC_).
2029 * `#line' of Lex and Yacc files are properly set.
2030 * EXTRA_DIST can contain generated directories.
2031 * Support for dot-less extensions in suffix rules.
2032 * The part of the distcheck target that checks whether distclean actually
2033   cleans all built files has been moved in a separate target, distcleancheck,
2034   so it can be overridden easily.
2035 * `make distcheck' will pass additional options defined in
2036   $(DISTCHECK_CONFIGURE_FLAGS) to configure.
2037 * Fixed CDPATH portability problems, in particular for MacOS X.
2038 * Fixed handling of nobase_ targets.
2039 * Fixed support of implicit rules leading to .lo objects.
2040 * Fixed late inclusion of --add-missing files (e.g. depcomp) in DIST_COMMON
2041 * Added uninstall-hook target
2042 * `AC_INIT AM_INIT_AUTOMAKE(tarname,version)' is an obsolete construct.
2043   You can now use `AC_INIT(pkgname,version) AM_INIT_AUTOMAKE' instead.
2044   (Note that "pkgname" is not "tarname", see the manual for details.)
2045   It is also possible to pass a list of global Automake options as
2046   first argument to this new form of AM_INIT_AUTOMAKE.
2047 * Compiler-based assembler is now called `CCAS'; people expected `AS'
2048   to be a real assembler.
2049 * AM_INIT_AUTOMAKE will set STRIP itself when it needs it.  Adding
2050   AC_CHECK_TOOL([STRIP], [strip]) manually is no longer required.
2051 * aclocal and automake are also installed with the version number
2052   appended, and some of the install directory names have changed.
2053   This lets you have multiple versions installed simultaneously.
2054 * Support for parsers and lexers in subdirectories.
2055
2056 New in 1.5:
2057 * Support for `configure.ac'.
2058 * Support for `else COND', `endif COND' and negated conditions `!COND'.
2059 * `make dist-all' is much faster.
2060 * Allows '@' AC_SUBSTs in macro names.
2061 * Faster AM_INIT_AUTOMAKE (requires update of `missing' script)
2062 * User-side dependency tracking.  Developers no longer need GNU make
2063 * Python support
2064 * Uses DIST_SUBDIRS in some situations when SUBDIRS is conditional
2065 * Most files are correctly handled if they appear in subdirs
2066   For instance, a _DATA file can appear in a subdir
2067 * GNU tar is no longer required for `make dist'
2068 * Added support for `dist_' and `nodist_' prefixes
2069 * Added support for `nobase_' prefix
2070 * Compiled Java support
2071 * Support for per-executable and per-library compilation flags
2072 * Many bug fixes
2073
2074 New in 1.4:
2075 * Added support for the Fortran 77 programming language.
2076 * Re-indexed the Automake Texinfo manual.
2077 * Added `AM_FOOFLAGS' variable for each compiler invocation;
2078   e.g. AM_CFLAGS can be used in Makefile.am to set C compiler flags
2079 * Support for latest autoconf, including support for objext
2080 * Can now put `.' in SUBDIRS to control build order
2081 * `include' command and `+=' support for macro assignment
2082 * Dependency tracking no long susceptible to deleted header file problem
2083 * Maintainer mode now a conditional.  @MAINT@ is now an anachronism.
2084 * Bug fixes
2085
2086 New in 1.3:
2087 * Bug fixes
2088 * Better Cygwin32 support
2089 * Support for suffix rules with _SOURCES variables
2090 * New options `readme-alpha' and `check-news'; Gnits mode sets these
2091 * @LEXLIB@ no longer required when lex source seen
2092   Lex support in `missing', and new lex macro.  Update your missing script.
2093 * Built-in support for assembly
2094 * aclocal gives error if `AM_' macro not found
2095 * Passed YFLAGS, not YACCFLAGS, to yacc
2096 * AM_PROG_CC_STDC does not have to come before AC_PROG_CPP
2097 * Dependencies computed as a side effect of compilation
2098 * Preliminary support for Java
2099 * DESTDIR support at "make install" time
2100 * Improved ansi2knr support; you must use the latest ansi2knr.c (included)
2101
2102 New in 1.2:
2103 * Bug fixes
2104 * Better DejaGnu support
2105 * Added no-installinfo option
2106 * Added Emacs Lisp support
2107 * Added --no-force option
2108 * Included `aclocal' program
2109 * Automake will now generate rules to regenerate aclocal.m4, if appropriate
2110 * Now uses `AM_' macro names everywhere
2111 * ansi2knr option can have directory prefix (eg `../lib/ansi2knr')
2112   ansi2knr now works correctly on K&R sources
2113 * Better C++, yacc, lex support
2114 * Will compute _DEPENDENCIES variables automatically if not supplied
2115 * Will interpolate $(...) and ${...} when examining contents of a variable
2116 * .deps files now in build directory, not source directory; dependency
2117   handling generally rewritten
2118 * DATA, MANS and BUILT_SOURCES no longer included in distribution
2119 * can now put config.h into a subdir
2120 * Added dist-all target
2121 * Support for install-info program (see texinfo 3.9)
2122 * Support for "yacc -d"
2123 * configure substitutions are automatically discovered and included
2124   in generated Makefile.in
2125 * Special --cygnus mode
2126 * OMIT_DEPENDENCIES can now hold list of dependencies to be omitted
2127   when making distribution.  Some dependencies are auto-ignored.
2128 * Changed how libraries are specified in _LIBRARIES variable
2129 * Full libtool support, from Gord Matzigkeit
2130 * No longer have to explicitly touch stamp-h when using AC_CONFIG_HEADER;
2131   AM_CONFIG_HEADER handles it automatically
2132 * Texinfo output files no longer need .info extension
2133 * Added `missing' support
2134 * Cygwin32 support
2135 * Conditionals in Makefile.am, from Ian Taylor
2136
2137 New in 1.0:
2138 * Bug fixes
2139 * distcheck target runs install and installcheck targets
2140 * Added preliminary support for DejaGnu.
2141
2142 New in 0.33:
2143 * More bug fixes
2144 * More checking
2145 * More libtool fixes from Gord Matzigkeit; libtool support is still
2146   preliminary however
2147 * Added support for jm_MAINTAINER_MODE
2148 * dist-zip support
2149 * New "distcheck" target
2150
2151 New in 0.32:
2152 * Many bug fixes
2153 * mkinstalldirs and mdate-sh now appear in directory specified by
2154   AC_CONFIG_AUX_DIR.
2155 * Removed DIST_SUBDIRS, DIST_OTHER
2156 * AC_ARG_PROGRAM only required when an actual program exists
2157 * dist-hook target now run before distribution packaged up; idea from
2158   Dieter Baron.  Other hooks exist, too.
2159 * Preliminary (unfinished) support for libtool
2160 * Added short option names.
2161 * Better "dist" support when gluing together multiple packages
2162
2163 New in 0.31:
2164 * Bug fixes
2165 * Documentation updates (many from François Pinard)
2166 * strictness `normal' now renamed to `foreign'
2167 * Renamed --install-missing to --add-missing
2168 * Now handles AC_CONFIG_AUX_DIR
2169 * Now handles TESTS macro
2170 * DIST_OTHER renamed to EXTRA_DIST
2171 * DIST_SUBDIRS is deprecated
2172 * @ALLOCA@ and @LIBOBJS@ now work in _LDADD variables
2173 * Better error messages in many cases
2174 * Program names are canonicalized
2175 * Added "check" prefix; from Gord Matzigkeit
2176
2177 New in 0.30:
2178 * Bug fixes
2179 * configure.in scanner knows about AC_PATH_XTRA, AC_OUTPUT ":" syntax
2180 * Beginnings of a test suite
2181 * Automatically adds -I options for $(srcdir), ".", and path to config.h
2182 * Doesn't print anything when running
2183 * Beginnings of MAINT_CHARSET support
2184 * Can specify version in AUTOMAKE_OPTIONS
2185 * Most errors recognizable by Emacs' M-x next-error
2186 * Added --verbose option
2187 * All "primary" variables now obsolete; use EXTRA_PRIMARY to supply
2188   configure-generated names
2189 * Required macros now distributed in aclocal.m4
2190 * New documentation
2191 * --strictness=gnu is default
2192
2193 New in 0.29:
2194 * Many bug fixes
2195 * More sophisticated configure.in scanning; now understands ALLOCA and
2196   LIBOBJS directly, handles AC_CONFIG_HEADER more precisely, etc.
2197 * TEXINFOS and MANS now obsolete; use info_TEXINFOS and man_MANS instead.
2198 * CONFIG_HEADER variable now obsolete
2199 * Can handle multiple Texinfo sources
2200 * Allow hierarchies deeper than 2.  From Gord Matzigkeit.
2201 * HEADERS variable no longer needed; now can put .h files directly into
2202   foo_SOURCES variable.
2203 * Automake automatically rebuilds files listed in AC_OUTPUT.  The
2204   corresponding ".in" files are included in the distribution.
2205
2206 New in 0.28:
2207 * Added --gnu and --gnits options
2208 * More standards checking
2209 * Bug fixes
2210 * Cleaned up 'dist' targets
2211 * Added AUTOMAKE_OPTIONS variable and several options
2212 * Now scans configure.in to get some information (preliminary)
2213
2214 New in 0.27:
2215 * Works with Perl 4 again
2216
2217 New in 0.26:
2218 * Added --install-missing option.
2219 * Pretty-prints generated macros and rules
2220 * Comments in Makefile.am are placed more intelligently in Makefile.in
2221 * Generates .PHONY target
2222 * Rule or macro in Makefile.am now overrides contents of Automake file
2223 * Substantial cleanups from François Pinard
2224
2225 New in 0.25:
2226 * Bug fixes.
2227 * Works with Perl 4 again.
2228
2229 New in 0.24:
2230 * New uniform naming scheme.
2231 * --strictness option
2232 * Works with Perl 5
2233 * '.c' files corresponding to '.y' or '.l' files are automatically
2234   distributed.
2235 * Many bug fixes and cleanups
2236
2237 New in 0.23:
2238 * Allow objects to be conditionally included in libraries via lib_LIBADD.
2239
2240 New in 0.22:
2241 * Bug fixes in 'clean' code.
2242 * Now generates 'installdirs' target.
2243 * man page installation reworked.
2244 * 'make dist' no longer re-creates all Makefile.in's.
2245
2246 New in 0.21:
2247 * Reimplemented in Perl
2248 * Added --amdir option (for debugging)
2249 * Texinfo support cleaned up.
2250 * Automatic de-ANSI-fication cleaned up.
2251 * Cleaned up 'clean' targets.
2252
2253 New in 0.20:
2254 * Automatic dependency tracking
2255 * More documentation
2256 * New variables DATA and PACKAGEDATA
2257 * SCRIPTS installed using $(INSTALL_SCRIPT)
2258 * No longer uses double-colon rules
2259 * Bug fixes
2260 * Changes in advance of internationalization
2261
2262 -----
2263
2264 Copyright (C) 1995-2012 Free Software Foundation, Inc.
2265
2266 This program is free software; you can redistribute it and/or modify
2267 it under the terms of the GNU General Public License as published by
2268 the Free Software Foundation; either version 2, or (at your option)
2269 any later version.
2270
2271 This program is distributed in the hope that it will be useful,
2272 but WITHOUT ANY WARRANTY; without even the implied warranty of
2273 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2274 GNU General Public License for more details.
2275
2276 You should have received a copy of the GNU General Public License
2277 along with this program.  If not, see <http://www.gnu.org/licenses/>.