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