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