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