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