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