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