Fix bug in rules for creating vala vapi/header files.
[platform/upstream/automake.git] / ChangeLog
1 2010-11-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
2
3         Fix bug in rules for creating vala vapi/header files.
4         * automake.in (lang_vala_finish_target): Add forgotten "fi" in an
5         if control structure in a generated make rules.  Bug introduced
6         by previous commit `v1.11-221-gd7c1679', and revealed by failure
7         of test `vala2.test'.
8
9 2010-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10
11         Fix and document rules to not touch the tree with `make -n'.
12         * doc/automake.texi (Multiple Outputs): Document the problem of
13         modifications during dry-run execution, propose solution.
14         * NEWS: Update.
15         * automake.in (lang_vala_finish_target): Split recipe so the
16         stamp file is not removed with GNU `make -n'.
17         (lang_yacc_target_hook): Separate removal of parser output file
18         and header remaking.
19         * lib/am/lisp.am ($(am__ELCFILES)): Determine whether -n was
20         passed to make, take care not to remove any files in that case.
21         * lib/am/remake-hdr.am (%CONFIG_H%): Separate removal of
22         %STAMP% file from induced remaking of config header.
23         * tests/autohdrdry.test, tests/lispdry.test, tests/yaccdry.test:
24         New tests.
25         * tests/Makefile.am (TESTS): Update.
26
27 2010-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28
29         Add FAQ entry for bug reporting instructions.
30         * doc/automake.texi (Reporting Bugs): New section.
31         (Introduction): Refer to it.
32
33 2010-10-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
34
35         Add support for newer python versions.
36         * m4/python.m4 (AM_PATH_PYTHON): Add python2.7 and python3.2 to
37         _AM_PYTHON_INTERPRETER_LIST.  Since we are at it, break a long
38         line and fix indentation.
39         * THANKS: Updated.
40         From a report by Thomas Klausner.
41
42         Add test for `AM_WITH_DMALLOC' macro.
43         * tests/dmalloc.test: New test.
44         * tests/Makefile.am (TESTS): Update.
45
46         Fix nits and bugs in tests `help*.test'.
47         * tests/help4.test: Fix broken sed commands used to strip `-W...'
48         flags away from "$AUTOMAKE" and "$ACLOCAL".
49         * tests/help3.test: Likewise, and fix a botched comment.
50         * tests/help.test: Likewise.  Also, use "AUTOMAKE_fails ..."
51         instead of "$AUTOMAKE ... && Exit 1", for consistency and to
52         please maintainet-check.
53         * tests/help2.test: Likewise.
54
55 2010-10-03  Stefano Lattarini  <stefano.lattarini@gmail.com>
56             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57
58         Improve tests `help*.test' (also fixes maintcheck failures).
59         * tests/help.test: To run automake, use `$AUTOMAKE' with all `-W'
60         flags stripped away rather than hard-coded `automake-$APIVERSION',
61         to better honour user-overrides.  Similarly for aclocal.
62         * tests/help2.test: Likewise.
63         * tests/help3.test: Likewise.
64         * tests/help4.test: Likewise.
65
66 2010-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
67
68         Document and fix expansion of variables before rules.
69         * doc/automake.texi (General Operation): Document that variables
70         are expanded before rules.
71         * lib/am/check.am (am__check_post): Reword a bit so it does not
72         get matched as a rule.
73         Suggestion by Ben Pfaff.
74
75 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
76
77         Revert "parallel-tests: avoid command-line length limit issue."
78         This reverts commit 24e3b4ee2f8cb9f72dd94a05a893f3d4e88b7835,
79         because it re-opened the bug fixed by v1.11-10-g218e678.
80
81         2010-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
82
83         parallel-tests: avoid command-line length limit issue.
84         * automake.in (handle_tests): New argument $makefile, new
85         substitution %MAKEFILE%.
86         (generate_makefile): Adjust.
87         * lib/am/check.am [%?PARALLEL_TESTS%] (check-TESTS): Pass
88         sanitized TEST_LOGS value as makefile snippet on standard
89         input to $(MAKE), to avoid exceeding the command line limit on
90         w32 (MSYS).
91         * NEWS: Update.
92         Report by Bob Friesenhahn.
93
94 2010-09-26  Stefano Lattarini  <stefano.lattarini@gmail.com>
95
96         Extend tests on `--help' and `--version' options.
97         * tests/help.test: Create a new empty directory and chdir into
98         it, rather than removing already present files.  Run the aclocal
99         and automake wrapper scripts directly, instead of relying on
100         $AUTOMAKE and $ACLOCAL.  Be sure to correctly match literal dots
101         in aclocal's and automake's stderr.  Add a trailing `:' command.
102         * tests/help2.test: New test, checking that options `--help' and
103         `--version' works in directories with broken `configure.in'.
104         * tests/help3.test: New test, checking that options `--help' and
105         `--version' take precedence on the other options.
106         * tests/help4.test: New test, checking that the first among the
107         `--help' and `--version' options to be specified on the command
108         line wins.
109         * tests/Makefile.am (TESTS): Updated.
110
111 2010-09-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
112
113         Testsuite: Use `$PATH_SEPARATOR', not `:', when extending PATH.
114         * tests/compile2.test: Do no uselessly (implicitly) repeat the
115         computation of PATH_SEPARATOR again.
116         * tests/instmany-mans.test: Use `$PATH_SEPARATOR', not `:', when
117         extending/redefining PATH.
118         * tests/instmany-python.test: Likewise.
119         * tests/instmany.test: Likewise.
120         * tests/man4.test: Likewise.
121         * tests/mkinst3.test: Likewise.
122         * tests/mmodely.test: Likewise.
123         * tests/multlib.test: Likewise.
124         * tests/txinfo30.test: Likewise.
125         * tests/README (Section "Writing test cases" subsection "Do"):
126         Updated.
127         * Makefile.am (sc_tests_PATH_SEPARATOR): New maintainer check.
128         (syntax_check_rules): Updated.
129
130         Testsuite: new variables `$PATH_SEPARATOR' and `$APIVERSION'.
131         * tests/defs.in ($APIVERSION):  New AC_SUBST'd variable.
132         ($ACLOCAL, $AUTOMAKE): Use it.
133         ($PATH_SEPARATOR):  New AC_SUBST'd variables.
134         ($PATH): Use it.
135
136 2010-09-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
137
138         Manual: be more agnostic w.r.t. version control system used.
139         * doc/automake.texi (Basics of Distribution): Also refer to `.svn'
140         directories as a type of probably-unwanted files that are copied
141         regardless when adding directories to EXTRA_DIST.
142         (The dist Hook): Show a dist-hook example which removes Subversion
143         `.svn' private directories from distdir, rather than CVS private
144         directories.
145         (missing and AM_MAINTAINER_MODE): Try to be more agnostic w.r.t.
146         the version control system used.
147
148         Manual: index refer to target "git-dist", not "cvs-dist".
149         * doc/automake.texi (General Operation): Index the non-standard
150         example about "git-dist" under the "git-dist" label, not under
151         the "cvs-dist" one.
152
153         Perl modules: remove references to "Automake CVS repository".
154         * lib/Automake/Channels.pm: Update comments to refer to "Automke's
155         git repository" rather than to "Automake's CVS repository".
156         * lib/Automake/Configure_ac.pm: Likewise.
157         * lib/Automake/FileUtils.pm: Likewise.
158         * lib/Automake/Struct.pm: Likewise.
159         * lib/Automake/XFile.pm: Likewise.
160         * lib/Automake/Version.pm (=head1 DESCRIPTION): Refer to "git
161         branches" rather than "CVS branches".
162
163         Remove obsolete .cvsignore files.
164         * .cvsignore, doc/.cvsignore, lib/.cvsignore, lib/am/.cvsignore,
165         lib/Automake/.cvsignore, lib/Automake/tests/.cvsignore,
166         m4/.cvsignore, tests/.cvsignore: Files deleted.  Even when using
167         savannah's CVS readonly mirror there's no way to commit back to
168         the real repository, so this files are not worth maintaining or
169         keeping around.
170
171 2010-09-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
172
173         * m4/dmalloc.m4: Bump serial number and copyright years.
174
175 2010-09-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
176
177         Fix broken link in `AM_WITH_DMALLOC' help screen.
178         * m4/dmalloc.m4 (AM_WITH_DMALLOC): Refer only to the dmalloc site
179         `http://www.dmalloc.com', not to the dmalloc tarball there (which
180         seems to have been removed, substituted by multiple release
181         tarballs now).
182
183 2010-09-17  Eric Blake  <eblake@redhat.com>
184
185         Avoid triple-space after period.
186         * automake.in (handle_single_transform): Avoid 3 spaces at
187         sentence end.
188         * ChangeLog.03: Likewise.
189         * lib/Automake/ChannelDefs.pm: Likewise.
190         * lib/Automake/Channels.pm (_print_message): Likewise.
191         * lib/Automake/Rule.pm (rule): Likewise.
192         * lib/Automake/Variable.pm (var): Likewise.
193         * lib/am/distdir.am: Likewise.
194         * tests/insthook.test: Likewise.
195
196 2010-09-15  Stefano Lattarini  <stefano.lattarini@gmail.com>
197
198         Test automake-generated portions of configure help screen.
199         * tests/help-depend.test: New test.
200         * tests/help-depend2.test: Likewise.
201         * tests/help-dmalloc.test: Likewise.
202         * tests/help-init.test: Likewise.
203         * tests/help-lispdir.test: Likewise.
204         * tests/help-maintainer.test: Likewise.
205         * tests/help-multilib.test: Likewise.
206         * tests/help-regex.test: Likewise.
207         * tests/help-silent.test: Likewise.
208         * tests/help-upc.test: Likewise.
209         * tests/mmode.test: Remove tests on `configure --help' output,
210         they are supersed by tests in `help-maintainer.test'.
211         * tests/Makefile.am (TESTS): Update.
212
213 2010-09-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
214
215         * tests/README: Don't put GCS mandated tools in $required.
216
217 2010-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
218
219         * HACKING: Hint at old commits with `git describe' output.
220
221 2010-09-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
222
223         Fix regression in test `colon4.test'.
224         * tests/colon4.test: Fix botched editing to `configure.in'
225         that made the test useless.  Since we are at it, improve
226         comments and make grepping of generated Makefile.in slighty
227         stricter.
228         Regression introduced by change "Modernize, improve and/or
229         extend tests `colon*.test" (Stefano Lattarini, 2010-08-08).
230
231 2010-09-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
232
233         Do not require "gzip" explicitly in tests.
234         The gzip utility is simply expected to be present on any decent
235         target system for Automake.  So it's pointless to put it in
236         $required.
237         * tests/install2.test ($required): Do not require "gzip".
238         * tests/lex3.test: Likewise.
239         * tests/pr9.test: Likewise.
240         From a suggestion by Ralf Wildenhues.
241
242         Make some `confh*.test' tests more "semantic" (plus tweakings).
243         * tests/confh.test: Run "autoconf", "configure" and "make check",
244         instead of munging/grepping the generated `Makefile.in'.
245         * tests/confh4.test: Relax the grepping of Makefile.in w.r.t.
246         white spaces.  Do not create usless dummy source file `foo.c'
247         and useless dummy header file `acconfig.h'.
248         (configure.in): Remove superfluous call to `AC_OUTPUT'.
249         * tests/confh6.test: Add trailing `:' command.
250         * tests/confh7.test: In comments, add reference to ...
251         * tests/confh8.test: ... this new test, "semantic" sister
252         of `confh7.test'.
253         * tests/Makefile.am (TESTS): Updated.
254         Prompted by a report from Ralf Wildenhues.
255
256         Remove useless whitespace padding in XFAIL_TESTS definition.
257         * tests/Makefile.am (XFAIL_TESTS): Remove whitespace padding.
258
259 2010-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
260
261         parallel-tests: avoid command-line length limit issue.
262         * automake.in (handle_tests): New argument $makefile, new
263         substitution %MAKEFILE%.
264         (generate_makefile): Adjust.
265         * lib/am/check.am [%?PARALLEL_TESTS%] (check-TESTS): Pass
266         sanitized TEST_LOGS value as makefile snippet on standard
267         input to $(MAKE), to avoid exceeding the command line limit on
268         w32 (MSYS).
269         * NEWS: Update.
270         Report by Bob Friesenhahn.
271
272         Posix 2008 requires make to set errexit.
273         * lib/am/check.am: Update comment.
274
275 2010-08-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
276
277         Fix bug in test missing6.test.
278         * tests/missing6.test: Fix the hack used to edit `configure.in',
279         to avoid producing a configure script that breaks with shells
280         that do not support $LINENO.  Also throw in a couple of cosmetic
281         changes.
282
283 2010-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
284
285         Improve robustness of mdate-sh script.
286         * lib/mdate-sh: Sanitize zsh behavior on startup, to ensure
287         $ls_command is word-split properly upon invocation.
288         (error): New function.
289         (main): Use it.  Improve error checking to avoid endless loop
290         in case $ls_command gave bogus output.  Fix eval quotation.
291         * tests/mdate6.test: New test, to expose eval quotation error.
292         * tests/Makefile.am: Update.
293
294 2010-08-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
295
296         Fix potential regressions in depcomp{3,5}.test.
297         * tests/depcomp3.test: Do not uselessly escape the character `$'
298         in makefile rules, when it's used to expand a make macro.
299         * tests/depcomp5.test: Likewise.
300
301 2010-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
302             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
303
304         Docs: clarify how to avoid automatic dependencies tracking.
305         * doc/automake.texi (Automatic dependency tracking): Mention that
306         automatic dependencies tracking is enabled by default, but that
307         the package developer can disable it altogether.  Add a reference
308         to the proper section for a more in-depth explanation.
309
310         Fix typo in manual (`Makefile.in' instead of `Makefile.am').
311         * doc/automake.texi (Automatic dependency tracking): Fix typo.
312
313 2010-08-16  Bruno Haible  <bruno@clisp.org>
314
315         Don't hide the table of contents.
316         * doc/automake.texi: Move the table of contents to the beginning.
317
318 2010-08-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
319
320         Tweak and/or extend some `acloca*.test' tests.
321         * tests/aclocal8.test:  Ensure verbose printing of captured
322         output.
323         * tests/aclocal.test: Likewise.  Also, add trailing `:'
324         command.
325         * tests/acloca19.test: Likewise.
326         * tests/aclocal5.test: Add trailing `:' command, and prefer
327         `$me' over hard-coded test name.
328         * tests/aclocal6.test: Likewise.
329         * tests/aclocal18.test: Add trailing `:' command, and make
330         some grepping slighty stricter.
331         * tests/acloca14.test: Likewise.  Also, prefer `diff' over
332         `cmp', and add some "cosmetic" blank lines.
333
334 2010-08-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
335
336         Tweak and extend tests `pr[!0-9]*.test'.
337         * tests/primary3.test: Add trailing `:' command.
338         * tests/primary.test: Make grepping of Automake's stderr stricter.
339         Also, add trailing `:' command, and cosmetic changes in spacing.
340         * tests/primary2.test: Likewise.
341         * tests/prefix.test: Enable `errexit' shell flags, and related
342         changes.  Add a trailing `:' command.
343         * tests/proginst.test: Likewise.
344
345         Modernize, improve and extend tests for PR (`pr[0-9]*.test').
346         * tests/pr2.test: Add trailing `:' command.
347         * tests/pr229.test: Likewise.
348         * tests/pr401.test: Likewise.
349         * tests/pr401b.test: Likewise.
350         * tests/pr401c.test: Likewise.
351         * tests/pr300-prog.test: Likewise, plus cosmetic changes in
352         spacing.
353         * tests/pr300-lib.test: Likewise.
354         * tests/pr300-ltlib.test: Likewise, and ensure verbose printing
355         of captured make stdout.
356         * tests/pr211.test: Add trailing `:' command.  Also, use the
357         `configure.in' stub created by ./defs, rather than writing it
358         from scratch.
359         * tests/pr204.test: Likewise, plus cosmetic spacing changes.
360         * tests/pr287.test: Likewise, and move setting of `errexit' shell
361         flag earlier in the script (just after inclusion of ./defs).
362         * tests/pr220.test: Make grepping of Automake's stderr stricter.
363         Also, add trailing `:' command, and cosmetic changes in spacing.
364         * tests/pr224.test: Move setting of `errexit' shell flag earlier
365         in the script (just after inclusion of ./defs).  Do not export
366         `CC=gcc' to configure explicitly (it's already exported globally
367         in ./defs, since we have "gcc" in $required).  Use the stub for
368         `configure.in' created by ./defs, rather than writing it from
369         scratch.  Do not create dummy files required by "gnu" mode (e.g.
370         README, NEWS), since we run automake in foreign mode anyway.
371         * tests/pr72.test: Enable `errexit' shell flags, and related
372         changes.  Extend existing checks a bit.
373         * tests/pr9.test: Likewise.  Also, avoid obolescent constructs in
374         the generated `configure.in', and extend existing checks over the
375         generated tarball a bit.
376         * tests/pr87.test: Enable `errexit' shell flags, and related
377         changes.  Add a trailing `:' command.  Also, do not create dummy
378         files required by "gnu" mode (e.g. README, NEWS), since we run
379         automake in foreign mode anyway.
380         * tests/pr243.test: Avoid obolescent constructs in the generated
381         `configure.in'.  Enable the `errexit' shell flag, and related
382         changes.  Cosmetic changes to spacing, add trailing `:' command,
383         and add a "FIXME" comment.
384         * tests/pr266.test: Likewise, and add explicit command line switch
385         `--enable-dependecy-tracking' to the ./configure call.
386         * tests/pr279.test: Avoid obolescent constructs in the generated
387         `configure.in'; also, use the `configure.in' stub created by
388         ./defs, rather than writing it from scratch.  Enable `errexit'
389         shell flag, and related changes.  Add trailing `:' command.
390         * tests/pr279-2.test: Likewise, and make grepping of Makefile.in
391         stricter.
392         * tests/pr307.test: Move setting of `errexit' shell flag earlier
393         in the script (just after inclusion of ./defs).  Escape literal
394         dots in grep regular expressions.  Also, add a trailing `:'
395         command, and cosmetic changes to spacing.
396
397         Tests for PR: add excerpts from original bug report, for clarity.
398         * tests/pr2.test: Ditto.
399         * tests/pr9.test: Likewise.
400         * tests/pr72.test: Likewise.
401         * tests/pr87.test: Likewise.
402         * tests/pr211.test: Likewise.
403         * tests/pr220.test: Likewise.
404         * tests/pr224.test: Likewise.
405         * tests/pr229.test: Likewise.
406         * tests/pr243.test: Likewise.
407         * tests/pr266.test: Likewise.
408         * tests/pr279.test: Likewise, and tell to keep it in sync
409         with its sister test.
410         * tests/pr279-2.test: Likewise.
411
412 2010-08-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
413
414         Tweak, extend and improve tests `cond[a-z]*.test'.
415         * tests/condd.test: Add trailing `:' command.  Typofix in
416         comment.
417         * tests/condhook.test: Make sure target `install-data-hook' is
418         not called by `make install', but that data files are installed.
419         Use proper m4 quoting in configure.in. Add trailing `:' command.
420         * tests/condhook2.test: New test, sister test of condhook, with
421         inverted semantic.
422         * tests/condinc2.test: Use proper m4 quoting in configure.in.
423         Prefer trailing `:' command over trailing `Exit 0'.
424         * tests/condman2.test: Enable errexit shell flag, and related
425         changes.  Add trailing `:' command.
426         * tests/condman.test: Likewise.  Also, do not create useless
427         dummy manpages, and use proper m4 quoting in configure.in.
428         * tests/condman3.test: New test, similar to condman.test, but
429         it also runs ./configure and "make install", and check the
430         installed files.
431         * tests/Makefile.am (TESTS): Updated.
432
433         Modernize, improve and/or extend tests `colon*.test.
434         * tests/colon.test: Rely on the `configure.in' stub created by
435         `./defs', rather than writing one from scratch.  Do not create
436         a useless dummy file.  Add trailing `:' command.
437         * tests/colon4.test: Enable the `errexit' shell flag, and
438         related changes.  Rely on the `configure.in' stub created by
439         `./defs', rather than writing one from scratch.
440         * tests/colon7.test: Enable `errexit' shell flag, and related
441         changes.  Improve the generated `configure.in' file.  Add
442         trailing `:' command.
443         * tests/colon2.test: Likewise.  Also, add some new checks.
444         * tests/colon5.test: Improve the generated `configure.in' file.
445         Add new, much deeper checks.  Add trailing `:' command.
446         * tests/colon6.test: Likewise.
447         * tests/colon3.test: Add trailing `:' command.  Remove useless
448         comments and echos.  Improve the generated `configure.in' file.
449         make some grepping tests stricter.  Add a "FIXME" comments about
450         planned improvements.
451
452         Improve and extend tests `asm*.test'.
453         * tests/asm.test: Use configure.in stub generated by ./defs,
454         and avoid obsoleted autoconf constructs.  Make grepping of
455         Automake stderr stricter.  Do not create useless source file.
456         Improve verbose messages.  Minor cosmetic changes.  Tell to
457         keep it in sync with other sister tests asm*.test.
458         * tests/asm2.test: Likewise.
459         * tests/asm3.test: Likewise.
460
461         Modernize, improve and/or extend test scripts `conf*.test'.
462         * tests/confh5.test: Cosmetic changes.
463         * tests/conff.test: Likewise.
464         * tests/confdeps.test: Likewise.
465         * tests/conflnk.test: Likewise.
466         * tests/conflnk2.test: Likewise.
467         * tests/confsub.test: Likewise.
468         * tests/confvar.test: Likewise, and make grepping of Makefile.in
469         stricter.
470         * tests/confvar2.test: Likewise.
471         * tests/conflnk3.test: Cosmetic changes, and re-enable a temporarly
472         disabled test (which didn't work with autoconf <= 2.59, but now we
473         are requiring autoconf 2.62, so...)
474         * tests/conflnk4.test: Cosmetic changes, and extend existing tests
475         accordingly to "TODO" comments.
476         * tests/conff2.test: Make grepping of Automake's stderr stricter.
477         Add some comments explaining why we don't use the `configure.in'
478         stub preset be ./defs.
479         * tests/confh.test: Use the `configure.in' stub created by ./defs,
480         rather than writing one from scratch, and do not call AC_OUTPUT.
481         Enable `errexit' shell flag, and related changes.  Prefer diff over
482         cmp to compare text files. Prefer perl over sed to fetch the value
483         of $(DIST_COMMON) from Makefile.in.  Make grepping of the contents
484         of $(DIST_COMMON) stricter.
485         * tests/confh4.test: Use the `configure.in' stub created by ./defs,
486         rather than writing one from scratch.  Make grepping of Makefile.in
487         stricter.
488         * tests/confh5.test: Make grepping of `config.h' stricter.  Add a
489         comment.
490         * tests/configure.test: Avoid obsolescent constructs in generated
491         `configure.ac'.  Do not write `configure.in' two times.  Escape
492         literal dots in grep regular expressions.
493         * tests/confincl.test:  Enable `errexit' shell flag, and related
494         changes.  Prefer fgrep over grep.  Other cosmetic changes.
495         * tests/config.test: Renamed to ...
496         * tests/confh6.test: ... this.  Fix m4 quoting in `configure.in',
497         and make grepping of `config.h' and `config.h.in' stricter.
498         * tests/conf2.test: Renamed ...
499         * tests/confh7.test: ... to this.  Use the `configure.in' stub
500         created by ./defs, rather than writing one from scratch.  Try to
501         run the checks both with and without AC_PROG_CC and AC_OUTPUT in
502         `configure.in'.
503         * tests/Makefile.am (TESTS): Updated.
504
505         Minor improvements and fixes in tests `depcomp*.test'.
506         * tests/depcomp.test: Do not create useless dummy source files.
507         Add a trailing `:' command.
508         * tests/depcomp2.test: Use `unset' on the CFLAG variable to ensure
509         it's not in in the environment, rather tthan exporting it with an
510         empty value.  Do not pass CC=gcc to configure, as that's already
511         done in ./defs since we have gcc in $required.  Ensure verbose
512         printing of captured stderr, and normalize its checking.  Add a
513         trailing `:' command.
514         * tests/depcomp3.test: Quote literal dots and dollar characters in
515         grep regexps.  Always use `: >' rather than `touch' to create empty
516         files.  Explicitly declare phony targets as such in the created
517         Makefile.am.  Add a trailing `:' command.
518         * tests/depcomp4.test: Quote literal dots and dollar characters in
519         grep regexp.  Explicitly declare phony targets as such in the
520         created Makefile.am.  Ensure verbose printing of captured makes'
521         stoud/stderr.  Add a trailing `:' command.
522         * tests/depcomp5.test: Move setting of `errexit' shell flag earlier
523         in the script (just after inclusion of ./defs).  Quote literal dots
524         and dollar characters in grep regexps.  Explicitly declare phony
525         targets as such in the created Makefile.am.  Add a trailing `:'
526         command.
527         * tests/depcomp6.test: Consistenty use m4 quoting in the generated
528         configure.in.  Cosmetic fixes to spacing.  Make the "dummy" `if'
529         statement required by OpenBSD's sh `set -e' more robust, and add
530         explanatory comments to it.
531         * tests/depcomp7.test: Likewise, and add  a trailing `:' command.
532
533         Separate failing part of test `all.test'.
534         * tests/all.test: Keep only (x)failing part of the test.  Working
535         checks moved out to ...
536         * tests/all2.test: ... this new test.
537         * tests/Makefile.am (TESTS): Updated.
538
539         Modernize, improve and extend tests `subobj*.test'.
540         * tests/subobjname.test:  Add trailing `:' command.
541         * tests/subobj.test: Make grepping of `Makefile.in' stricter.
542         Escape literal dots in grep regexps.
543         * tests/subobj2.test:  Add trailing `:' command.  Do not use the
544         unportable fgrep option `-e'.
545         * tests/subobj3.test: Add trailing `:' command.
546         (configure.in): Use proper m4 quoting, and avoid obsolescent
547         constructs.
548         * tests/subobj8.test: Likewise.  Also, enable `errexit' shell
549         flag, with related changes
550         * tests/subobj4.test: Likewise.  Also, make grepping of
551         `Makefile.in' stricter.
552         * tests/subobj5.test: Add trailing `:' command.  Move setting of
553         `errexit' shell flag earlier in the script (just after inclusion
554         of ./defs).
555         (configure.in): Use the stub created by `./defs', rather than
556         writing it from scratch, and avoid obsolescent constructs.
557         * tests/subobj6.test: Add trailing `:' command.  Move setting of
558         `errexit' shell flag earlier in the script (just after inclusion
559         of ./defs).  Do not create useless dummy ac-init file `f'.
560         * tests/subobj7.test: Do not create useless dummy ac-init file
561         `f'.
562         (configure.in): Use the stub created by `./defs', rather than
563         writing it from scratch, and avoid obsolescent constructs.
564         * tests/subobj9.test: Move setting of `errexit' shell flag earlier
565         in the script (just after inclusion of ./defs).  Fail the test if
566         `make distcheck' fails.  Ensure verbose printing of captured make
567         stdout.  Avoid uselsss fork by doing simple grep instead of using
568         test -n "`COMMAND | grep ...`".
569         (configure.in): Normalize the call to AC_INIT w.r.t. other tests.
570         (Makefile.am): Explicitly mark target "print" as phony.
571         * tests/subobj10.test: Removed duplicated call to `set -e'.  Add
572         trailing `:' command.
573         (configure.in): Normalize the call to AC_INIT w.r.t. other tests.
574
575         Remove a couple of obsoleted tests.
576         * tests/fpinstall.test: Removed.
577         * tests/fpinst2.test: Likewise.
578         * tests/Makefile.am (TESTS): Updated.
579
580         Bootstrap: updated HACKING entry.
581         * HACKING ("Working with git"): Explain how to override the
582         autoconf and autom4te programs used by the bootstrap process.
583
584         Bootstrap: fixlet.
585         * bootstrap: Do not remove `lib/Automake/Config.pm' anymore,
586         since we don't generate it.  Correctly quote arguments of
587         `eval' builtin.  Fixed a botched error message.  Removed an
588         extra blank line.
589
590         Bootstrap: don't search perl in $PATH.
591         * bootstrap: Do not explicitly search perl in $PATH anymore.
592         ($PATH_SEPARATOR): Removed, it's no more needed.
593
594         Bootstrap: let the user choose which autoconf to use.
595         * bootstrap ($AUTOCONF): New variable, from the environment.
596         ($AUTOM4TE): Likewise, for clarity.
597         Use "$AUTOCONF" instead of calling "autoconf" directly.
598
599         Minor improvements to tests ar*.test.
600         * tests/ar.test: Add trailing `:' command.
601         * tests/ar2.test: Likewise, and make grepping of generated
602         Makefile.in stricter.
603
604 2010-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
605
606         Fix maintainer-check failure.
607         * tests/cond5.test: Quote sleep argument, this isn't about
608         time stamp differences.
609
610         Sync auxiliary files from upstream.
611         * lib/config.guess, lib/config.sub, lib/texinfo.tex:
612         Sync from upstream.
613
614 2010-08-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
615
616         Work around a nasty bug (segfault) of Solaris make.
617         * lib/am/check.am (recheck, recheck-html): Trim trailing spaces
618         from $list, to avoid triggering a nasty bug (potential segfault)
619         on Solaris make.
620
621 2010-08-06  Peter Rosin  <peda@lysator.liu.se>
622
623         Make cond5.test more robust on MSYS.
624         * tests/cond5.test: Add delay before the first kill attempt to
625         cater for problems with MSYS bash.
626
627 2010-07-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
628
629         Add example git work flow; discuss merge --log in HACKING.
630         * HACKING: Update.
631         Suggestion by Stefano Lattarini.
632
633         Add more hints for debugging make rules.
634         * doc/automake.texi (Debugging Make Rules): Show command to find
635         out expanded values of variables; point to makefile debugger.
636         * THANKS: Update.
637         Prompted by suggestion from Ludovic Courtès and Andy Wingo.
638
639 2010-07-27  Patrick Welche  <prlw1@cam.ac.uk>  (tiny change)
640
641         Fix typo in the manual.
642         * doc/automake.texi (Scripts): Fix typo.
643
644 2010-07-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
645
646         Document current policy for development with git.
647         * HACKING (Working with git): Overhaul.
648         Prompted by suggestion from Stefano Lattarini.
649
650         Fix AM_COND_IF for gone-invalid condition shell expression.
651         * m4/cond-if.m4 (AM_COND_IF): test contents of $COND_TRUE
652         variable, rather than re-evaluating the shell expression for
653         the condition.
654         * tests/cond40.test: Extend test.
655         * NEWS: Update.
656
657         Avoid syntax error if IF-TRUE part of AM_COND_IF expands empty.
658         * m4/cond-if.m4 (AM_COND_IF): Ensure IF-TRUE part is never empty
659         to avoid shell syntax error if the m4 expansion is empty.
660         * tests/cond40.test: Enhance test.
661
662         Coverage: bogus option to AM_INIT_AUTOMAKE.
663         * tests/init2.test: New test.
664         * tests/Makefile.am: Update.
665
666 2010-07-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
667
668         Modernize and improve test scripts `subdir*.test'.
669         * tests/subdir.test: Enable `errexit' shell flag, and related
670         changes.  Use the `configure.in' stub created by `./defs',
671         rather than writing one from scratch.
672         * tests/subdir2.test: Likewise.
673         * tests/subdir4.test: Likewise.
674         * tests/subdir3.test: Enable `errexit' shell flag, and related
675         changes.  Do not create useless dummy source files.
676         * tests/subdir5.test: Make grepping of Makefile.in (in topdir
677         and in subdirs) stricter.  Some minor changes to keep it more
678         in sync with the related test `subdir8.test'.
679         * tests/subdir8.test: Likewise (but with the related test being
680         `subdir5.test' here).
681         * tests/subdir6.test: Cosmetic change in spacing.
682         * tests/subdir9.test: Define and use new variable `$distdir'.  Add
683         trailing `:' command.
684         * tests/subdir10.test: Cosmetic consistency-related change.
685         * tests/subdirbuiltsources.test: Cosmetic changes in spacings.
686         (configure.in): Use stub created by `./defs', rather than writing
687         it from scratch.  Do not use obsoleted and/or deprecated forms of
688         autoconf/automake macros.
689
690         Modernize and improve test scripts `dist*.test'.
691         * tests/distcleancheck.test: Do not add useless `-e' option to
692         a $MAKE call.  Extend test by grepping stderr of make.
693         * tests/distcom2.test: Do not run the same test script on the
694         Makefile.in twice, but save its output in an intermediate file
695         instead.  Make grepping of DIST_COMMON definition stricter.
696         Display the content of more files, to ease debugging.  Add a
697         trailing `:' command.  Improved heading comments w.r.t. sister
698         test(s).
699         * tests/distcom6.test: Likewise, and avoid to uselessly run
700         autoconf.
701         * tests/distcom3.test: Ensure verbose printing of captured stdout
702         and stderr.  Make grepping of captured stderr stricter.  Also,
703         add trailing `:' command.
704         * tests/distcom4.test: Declare the target `test' in the generated
705         Makefile.am as `.PHONY'.  Display content of more files, to ease
706         debugging.  Add trailing `:' command.
707         * tests/distcom5.test: Likewise.  Also, factor out common sed
708         script in subroutine `extract_distcommon'.
709         * tests/distcom7.test: Prefer cat + here-doc over echo to write
710         test Makefile.am files.  Add a trailing `:' command.
711         * tests/distname.test: Prefer `gzip -d' over `gunzip'.  Move the
712         call to `set -e' earlier.  Be stricter and more verbose in the
713         checking of the generated tarball.
714         (configure.in): Use the stub provided by ./defs, instead of
715         writing it from scratch.  Avoid obsoleted constructs.  Remove
716         useless call to `AM_PROG_CC_C_O'.
717         * tests/distdir.test: Various minor improvements/normalizations.
718         * tests/distlinks.test: Likewise.
719
720 2010-07-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
721
722         Improve and extend test cond5.test.
723         * tests/cond5.test: Do not blindly sleep 60 seconds before polling
724         the background automake process, but poll it every 10 seconds for
725         at most 30 times (this makes the test both faster on good machines,
726         and more resilient to spurious timeout-due failures when in low
727         priority or on heavily-loaded systems).
728         Check also that automake writes the expected error messages on the
729         standard error.
730         Enable `errexit' flag, and related changes.
731         Rely on the `configure.in' stub created by `./defs', rather than
732         writing one from scratch.
733
734 2010-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
735
736         Update program --help output to match current GCS.
737         * configure.ac: Set and substitute PACKAGE_URL if AC_PACKAGE_URL
738         is not defined, for compatibility to Autoconf < 2.64.
739         * Makefile.am (do_subst): Substitute PACKAGE_BUGREPORT and
740         PACKAGE_URL.
741         (sc_diff_automake_in_automake): Update number of diff lines for
742         additional substitutions.
743         * aclocal.in (usage): Use PACKAGE_BUGREPORT.  Point to Automake
744         home page and GNU general help page.
745         * automake.in (usage): Likewise.
746         * doc/automake.texi: New flag PACKAGE_BUGREPORT, to factor email
747         address.
748         (Introduction, Creating amhello, amhello Explained, Options):
749         Use it throughout.
750         * lib/Automake/Makefile.am (do_subst): Substitute
751         PACKAGE_BUGREPORT.
752         * lib/Automake/Config.in ($PACKAGE_BUGREPORT): New global.
753         * lib/Automake/ChannelDefs.pm: Use it for footer of fatal
754         messages.
755
756         Clean up @var handling in the manual.
757         * doc/automake.texi: Throughout the manual, lower-case @var
758         names, replace a few one-character names.
759
760 2010-06-26  Stefano Lattarini  <stefano.lattarini@gmail.com>
761
762         Fix typo-related bug in test script silent5.test.
763         * tests/silent5.test: Use $EGREP, not $GREP (which is not even
764         defined).
765
766         Tests: remove useless repetitions of `foreign' automake option.
767         * tests/multlib.test (configure.in): Remove useless use of
768         `foreign' option in AM_INIT_AUTOMAKE (the `--foreign' option is
769         already in $AUTOMAKE by default, so no point in repeating it).
770         * tests/subobj10.test: Likewise.
771         * tests/subobj9.test: Likewise.
772         * tests/lex3.test (Makefile.am): Similarly, remove useless use
773         of `foreign' option in AUTOMAKE_OPTIONS.
774         * tests/lex5.test: Likewise.
775         * tests/pr279.test: Likewise.
776         * tests/pr279-2.test: Likewise.
777         * tests/specflg3.test: Likewise.
778         * tests/target-cflags.test: Likewise.
779
780         Drop useless requirement "gzip" in lex5.test.
781         * tests/lex5.test ($required): Do not list "gzip", as it's
782         never used.
783
784 2010-06-24  Stefano Lattarini  <stefano.lattarini@gmail.com>
785
786         Fix bugs in test script silent5.test.
787         * tests/silent5.test: Fixed a nasty bug (due to the use of grep
788         instead of egrep) that could have led to false negatives.
789
790 2010-06-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
791
792         Add a test checking that distributed broken symlinks cause
793         `make dist' to fail.
794         * tests/distlinksbrk.test: New test.
795         * tests/Makefile.am (TESTS): Updated.
796
797 2010-06-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
798
799         Fix minor testsuite issues, update docs, for Yacc/Lex changes.
800         * doc/automake.texi (Yacc and Lex): Mention AM_YFLAGS, YFLAGS
801         and AM_LFLAGS, LFLAGS in the order in which they now appear in
802         the rules.
803         * NEWS: Update.
804         * tests/lflags.test, tests/lflags2.test, tests/yflags.test,
805         tests/yflags2.test: Prefer `make -e' over `make VAR=VAL', to
806         please maintainer-check.  Ensure generated C files contain a
807         declaration, to please compilers.
808
809 2010-06-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
810
811         Fix bugs in Automake Yacc/Lex support w.r.t. $(AM_FLAGS) and
812         $(FLAGS) precedence.
813         * automake.in: Fix registration of languages "Lex", "Lex (C++)",
814         "Yacc" and "Yacc (C++)", so that $(LFLAGS) has precedence over
815         $(AM_LFLAGS) and $(YFLAGS) has precedence over $(AM_YFLAGS).
816         * tests/Makefile.am (XFAIL_TESTS): Updated accordingly.
817         * NEWS: Updated.
818
819         New tests, exposing bugs in Automake Yacc/Lex support w.r.t.
820         $(AM_FLAGS) and $(FLAGS) precedence.
821         * tests/lflags.test: New test, check that user $(LFLAGS) takes
822         precedence over automake (AM_LFLAGS) and (foo_LFLAGS).  Still
823         xfailing.
824         * tests/lflags2.test: Likewise.
825         * tests/yflags.test: New test, check that user $(YFLAGS) takes
826         precedence over automake (AM_YFLAGS) and (foo_YFLAGS).  Still
827         xfailing.
828         * tests/yflags2.test: Likewise.
829         * tests/Makefile.am (TESTS, XFAIL_TESTS): Extended accordingly.
830
831 2010-06-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
832
833         Modernize, improve and extend tests `suffix*.test'.
834         * tests/suffix3.test: Enable `errexit' shell flag, and related
835         changes.
836         * tests/suffix4.test: Likewise.
837         * tests/suffix6.test: Likewise, and do not create a useless dummy
838         source file.
839         * tests/suffix7.test: Likewise.
840         * tests/suffix5.test: Enable `errexit' shell flag, and related
841         changes.  Make grepping of Makefile.in slighty stricter.
842         * tests/suffix.test: Enable `errexit' shell flag, and related
843         changes.  Also, do not redirect grep output to /dev/null, as this
844         might unmotivatedly hide useful information.
845         * tests/suffix2.test: Move setting of `errexit' shell flag earlier
846         in the script (just after inclusion of ./defs).  Use a more
847         idiomatic way to count text occurrences in Makefile.in with
848         grep.  Do not create useless dummy source files.
849         * tests/suffix10.test: Ensure verbose printing of captured make
850         stdout.  Minor cosmetic changes.
851         * tests/suffix8.test: Likewise.  Also, drop useless call to the
852         env(1) utility, and make grepping of make output stricter by using
853         $FGREP rather than plain grep.
854         * tests/suffix11.test: Likewise.
855         * tests/suffix12.test: Likewise.
856         * tests/suffix9.test: Prefet cat + here-doc over echo to append to
857         the `configure.in' stub.  Cosmetic changes.
858         * tests/suffix13.test: Cosmetic spacing change.
859
860 2010-06-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
861
862         Add useful comment in test script ext.test.
863         * tests/ext.test: Add a comment explaining why an apparently
864         useless `if' statement is indeed required.
865
866         Add useful comment in test script obsolete.test.
867         * tests/obsolte.test: Add a comment explaining why we need
868         an indirection in adding $AUTOUPDATE to $required.
869
870         Normalize whitespaces in 'tests/Makefile.am'.
871         * tests/Makefile.am (TESTS): Use only spaces, not tabs, in the
872         definition of this variable.
873
874 2010-06-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
875
876         Remove a couple of unneeded conditionals from tests.
877         * tests/pr243.test, tests/pr266.test, tests/strip.test: No need
878         for the FOOTEST conditional.
879
880 2010-06-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
881
882         Modernize, improve and/or fix various test scripts.
883         * tests/symlink3.test: Deleted, separated into two new, more
884         complete tests ...
885         * tests/forcemiss.test: ... this one ...
886         * tests/forcemiss2.test: ... and this one.
887         * tests/symlink2.test: Enable `errexit' shell flag, make test
888         stricter, and skip it if symlink creation is not supported.
889         * tests/postproc.test: Enable `errexit' shell flag, related
890         changes, and a couple of unrelated cosmetic changes.
891         * tests/recurs.test: Use the `configure.in' stub created by
892         `./defs', rather than writing one from scratch.  Make grepping
893         of Automake stderr slighty stricter.
894         * tests/substtarg.test: Likewise.
895         * tests/strip.test: Likewise, and move the call to `set -e'
896         earlier (just after the inclusion of `./defs'). Also, make sure
897         that the script installed by `make install-script' is equal to
898         the original one.
899         * tests/substref.test: Use the `configure.in' stub created by
900         `./defs', rather than writing one from scratch.  Move the call
901         to `set -e' earlier (just after the inclusion of `./defs').
902         Avoid to explicitly export CC for configure (that's already done
903         in ./defs).  Avoid potential problems with unpredictable make
904         output.  Finally, make grepping of Makefile.in stricter.
905         * tests/substre2.test: Ensure verbose printing of the captured
906         make's output, and make its grepping slighty stricter.
907         * tests/cygwin32.test: Enable `errexit' shell flag, and related
908         changes.  Also, do not create useless dummy source/data files.
909         * tests/scripts.test: Likewise.
910         * tests/recurs2.test: Likewise.  Also, use the `configure.in'
911         stub created by `./defs'.
912         * tests/Makefile.am (TESTS): Updated.
913
914         Modernize, improve and/or fix tests `pluseq*.test.
915         * tests/pluseq5.test: Append to configure.in using cat with an
916         here-doc, not using echo.
917         * tests/pluseq10.test: Make sure that the captured output of
918         `make' command is always displayed. Where possible, use $FGREP
919         instead of grep (this change makes some checks slighty stricter).
920         * tests/pluseq8.test: Enable `errexit' shell flag, with related
921         changes.
922         * tests/pluseq.test: Likewise.  Also, do not create useless dummy
923         data files, and use better m4 quoting in generated configure.in.
924         * tests/pluseq2.test: Likewise.  Also, append to configure.in
925         using cat with an here-doc, not using echo.
926         * tests/pluseq3.test: Likewise.
927         * tests/pluseq4.test: Likewise.
928         * tests/pluseq6.test: Likewise.
929         * tests/pluseq7.test: Do not create useless dummy source file.
930         * tests/pluseq9.test: Slighty extended w.r.t. the grepping of
931         Automake stderr.  Some unrelated cosmetic changes.
932
933         Testsuite: ensure verbose printing of captured stderr.
934         * tests/acloca18.test: Print captured stderr before either failing
935         or grepping it.  Be sure to send captured stderr to stderr, not to
936         stdout.
937         * tests/ansi3b.test: Likewise.
938         * tests/cond39.test: Likewise.
939         * tests/configure.test: Likewise.
940         * tests/missing3.test: Likewise.
941         * tests/missing6.test: Likewise.
942         * tests/output-order.test: Likewise.
943         * tests/pr300-ltlib.test: Likewise.
944         * tests/python6.test: Likewise.
945         * tests/python7.test: Likewise.
946         * tests/python8.test: Likewise.
947         * tests/python9.test: Likewise.
948         * tests/subobj.test: Likewise.
949         * tests/vars3.test: Likewise.
950         * tests/missing4.test: Likewise, and fix a call to grep not to use
951         the `-c' flag.
952         * tests/ansi3.test: Likewise, and rely on the `configure.in' stub
953         created by `./defs', rather than writing one from scratch.
954
955         Enable `errexit' shell flag in various tests.
956         * tests/backsl.test: Enable the `errexit' shell flag, and
957         related changes.
958         * tests/backsl2.test: Likewise.
959         * tests/block.test: Likewise.
960         * tests/canon2.test: Likewise.
961         * tests/canon4.test: Likewise.
962         * tests/comment2.test: Likewise.
963         * tests/condlib.test: Likewise.
964         * tests/cond15.test: Likewise, and prefer $FGREP over grep.
965         * tests/canon3.test: Likewise.  Also, avoid to create an useless
966         dummy source file.
967         * tests/acoutpt2.test: Enable the `errexit' shell flag, and some
968         related changes.  Do some cosmetic improvements in the generated
969         `configure.in' file.
970         * tests/cond4.test: Likewise.
971         * tests/cond14.test: Likewise.
972         * tests/condinc.test: Likewise.
973         * tests/cond7.test: Likewise.  Also, remove useless setting of
974         AUTOMAKE_OPTIONS to `foreign' in the generated Makefile.am.
975         * tests/ansi.test: Enable the `errexit' shell flag, and related
976         changes.  Extended, esp. by running autoconf, ./configure and
977         make, and by looking into the distdir.
978
979 2010-06-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
980             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
981
982         Extend tests/README w.r.t. trailing `:' in test scripts.
983         * tests/README (section "Writing test cases" subsection "Do"):
984         Explain why apparently redundant trailing `:' and `Exit 0' in
985         test scripts can indeed be useful.
986
987 2010-06-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
988
989         Improve determination of PATH separator in bootstrap script.
990         * bootstrap: Detemine what the PATH separator is the same way
991         autoconf does.
992
993         Minor improvements in bootstrap script.
994         * bootstrap: Consistently use two-spaces indentation.  Cosmetic
995         improvement to comments.
996         ($me): New variable, containing program basename.
997         Prepend it to all error messages.
998
999         Testsuite now works with BSD make in parallel mode.
1000         * tests/defs.in: Unset variables __MKLVL__ and MAKE_JOBS_FIFO,
1001         which are exported by BSD make when run in parallel mode, and
1002         which can confuse make processes spawned by our testsuite.
1003         This change fixes a lot of spurious failure when the testsuite
1004         is run with BSD make in parallel mode.
1005
1006 2010-06-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
1007
1008         Modernize, improve and/or fix various test scripts.
1009         * tests/sanity.test: Rely on the `configure.in' stub created by
1010         `./defs', rather than writing one from scratch.
1011         * tests/depend2.test: Likewise.  Also, call `set -e' just after
1012         the inclusion of `./defs', instead that later in the script.
1013         * tests/canon5.test: Avoid a useless `|| Exit 1' after a call to
1014         $AUTOMAKE, and improve the positioning of an $ACLOCAL call.
1015         * tests/exeext4.test: Use $FGREP instead of grep, where possible.
1016         Make auxiliary rules in the generated Makefile more silent.
1017         These changes make some checks slighty stricter.
1018         * tests/ext2.test: Call `Exit 1' if inclusion of `./defs' fails.
1019         * tests/gettext2.test: Place final `:' at the end of the script,
1020         rather than in the middle.
1021         * tests/exeext.test: Call `set -e' just after the inclusion of
1022         `./defs', instead that later in the script.
1023         * tests/extra5.test: Likewise.
1024         * tests/confdeps.test: Likewise.  Also, prefer `mv -f' over
1025         plain `mv', just to be sure.
1026         * tests/depcomp.test: Enable `errexit' shell flag, with related
1027         changes.  Also, modernize the generated configure.in.
1028         * tests/cond9.test: Likewise.  Also, rely on the `configure.in'
1029         stub created by `./defs', rather than writing one from scratch.
1030         * tests/cond10.test: Likewise.
1031         * tests/depcomp2.test: Likewise.
1032         * tests/depend3.test: Likewise.
1033         * tests/distcom7.test: Likewise.
1034         * tests/fortdep.test: Likewise.  Also, remove definition of
1035         AUTOMAKE_OPTIONS to `foreign' in the generated Makefile.am,
1036         since that flag is already provided by $AUTOMAKE.
1037         * tests/mdate.test: Made stricter, by checking that Automake
1038         actually failed, and by making a stricter grep on the error
1039         message.  Also, set shell `errexit flag'.
1040         * tests/python2.test: Improved verbose messages.
1041
1042         Make test `ammissing.test' stricter.
1043         * tests/ammissing.test: Fail if $ACLOCAL succeds unexpectedly.
1044         Enable `errexit' shell flag.
1045
1046 2010-06-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
1047
1048         Enable `errexit' shell flag in some test scripts.
1049         * tests/subcond.test: Enabled `errexit' shell flag, and related
1050         minor changes.
1051         * tests/subst.test: Likewise.
1052         * tests/vars.test: Likewise.
1053         * tests/version4.test: Likewise.
1054         * tests/vpath.test: Likewise.
1055         * tests/vtexi2.test: Likewise.
1056         * tests/werror.test: Likewise.
1057         * tests/whoami.test: Likewise.
1058         * tests/tags.test: Likewise, and avoid to crate an useless dummy
1059         header file.
1060         * tests/acsilent.test: Likewise, and don't use an easily-avoided
1061         command substitution.
1062         * tests/unused.test: Likewise, and don't use an easily-avoided
1063         command substitution.
1064         * tests/version.test: Likewise, and avoid deprecated constructs
1065         in the generated `configure.in'.
1066         * tests/version2.test: Likewise, and avoid deprecated constructs
1067         in the generated `configure.in'.
1068
1069 2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1070
1071         Prefer AUTOMAKE_fails over `$AUTOMAKE | grep' in tests.
1072         * tests/ldadd.test: Enable errexit.  Use AUTOMAKE_fails so
1073         the verbose log contains all output.
1074         * tests/mdate.test: Likewise.
1075         Prompted by Stefano Lattarini's change to discover.test.
1076
1077 2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
1078
1079         Improve tests link*.test (enable `errexit' shell flag).
1080         * tests/link_c_cxx.test: Enable `errexit shell flag, and related
1081         changes.  Also, do not create useless source files.
1082         * tests/link_dist.test: Likewise.
1083         * tests/link_f90_only.test: Likewise.
1084         * tests/link_f_only.test: Likewise.
1085         * tests/link_fc.test: Likewise.
1086         * tests/link_fccxx.test: Likewise.
1087         * tests/link_fcxx.test: Likewise.
1088
1089 2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1090
1091         Improve ext.test semantics, avoid OpenBSD sh errexit issue.
1092         * tests/ext.test: Inside shell compound command, use
1093         `if $cmd; then Exit 1; fi' rather than `$cmd && Exit 1', to
1094         fix failure with OpenBSD sh introduced with last patch.
1095         Actually ensure that a rule for .EXT.o is created for each
1096         known extension EXT.
1097
1098 2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
1099
1100         Enable `errexit' shell flag in some test scripts.
1101         * tests/dash.test: Enable `errexit' shell flag, and related
1102         changes.
1103         * tests/defun.test: Likewise.
1104         * tests/defun2.test: Likewise.
1105         * tests/dejagnu.test: Likewise.
1106         * tests/double.test: Likewise.
1107         * tests/distcom2.test: Likewise.
1108         * tests/empty2.test: Likewise.
1109         * tests/empty3.test: Likewise.
1110         * tests/empty4.test: Likewise.
1111         * tests/exdir.test: Likewise.
1112         * tests/ext.test: Likewise.
1113         * tests/extra.test: Likewise.
1114         * tests/extra2.test: Likewise.
1115         * tests/extra3.test: Likewise.
1116         * tests/extra4.test: Likewise.
1117         * tests/flibs.test: Likewise.
1118         * tests/fnoc.test: Likewise.
1119         * tests/fo.test: Likewise.
1120         * tests/instexec.test: Likewise.
1121         * tests/ltdeps.test: Likewise.
1122         * tests/nodep.test: Likewise.
1123         * tests/nodepcomp.test: Likewise.
1124         * tests/f90only.test: Likewise, and remove botched/obsoleted
1125         comments and unecessary commands.
1126         * tests/fonly.test: Likewise, and remove botched/obsoleted
1127         comments and unecessary commands.
1128         * tests/discover.test: Likewise, and made stricter.
1129
1130         Enable `errexit' shell flag in all tests cxx*.test.
1131         * tests/cxx.test: Enabled `errexit' shell flag, and related
1132         minor changes.
1133         * tests/cxxansi.test: Likewise.
1134         * tests/cxxcpp.test: Likewise.
1135         * tests/cxxlibobj.test: Likewise.
1136         * tests/cxxlink.test: Likewise.
1137         * tests/cxxo.test: Likewise.
1138
1139         Enable `errexit' shell flag in various tests.
1140         * tests/acoutnoq.test: Enabled `errexit' shell flag, and related
1141         minor changes.
1142         * tests/acoutpt.test: Likewise.
1143         * tests/acoutqnl.test: Likewise.
1144         * tests/amassign.test: Likewise.
1145         * tests/ansi2.test: Likewise.
1146         * tests/ansi4.test: Likewise.
1147         * tests/badprog.test: Likewise.
1148         * tests/checkall.test: Likewise.
1149         * tests/clean.test: Likewise.
1150         * tests/colneq2.test: Likewise.
1151         * tests/colon.test: Likewise.
1152         * tests/colon5.test: Likewise.
1153         * tests/colon6.test: Likewise.
1154         * tests/comment.test: Likewise.
1155         * tests/compile_f90_c_cxx.test: Likewise.
1156         * tests/compile_f_c_cxx.test: Likewise.
1157         * tests/cond3.test: Likewise.
1158         * tests/cond6.test: Likewise.
1159         * tests/cond13.test: Likewise.
1160         * tests/conf2.test: Likewise.
1161         * tests/confvar.test: Likewise.
1162         * tests/confvar2.test: Likewise.
1163         * tests/cond8.test: Likewise, plus a cosmetic change.
1164         * tests/confh4.test: Likewise.  Also, add in the heading comments
1165         an excerpt from the original bug report which motivated the
1166         creation of this test, to make its purpose clearer.
1167
1168 2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1169
1170         Rewrite manual to be gender-neutral.
1171         * doc/automake.texi (GNU Build System)
1172         (Standard Directory Variables, General Operation, CVS)
1173         (Hard-Coded Install Paths, Dependencies As Side Effects):
1174         Rewrite text to not contain gender-specific pronouns when
1175         speaking about developers or users, either by avoiding pronouns
1176         or by addressing them as `you' instead.
1177         * THANKS: Update.
1178         Report by Christina Gratorp.
1179
1180         * AUTHORS: Update.
1181
1182 2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
1183
1184         Make tests on user extensibility of silent-rules mode stricter.
1185         * tests/silent6.test: Made stricter w.r.t. the grepping of the
1186         output produced by `make'.
1187         * tests/silent7.test: Likewise.
1188
1189         Tests on silent-mode for C/Libtool made stricter.
1190         * tests/silent.test: Made stricter w.r.t. the grepping of the
1191         output produced by `make'.
1192         * tests/silent2.test: Likewise.
1193         * tests/silent4.test: Likewise.
1194         * tests/silent9.test: Likewise.
1195         * tests/silent3.test: Likewise, and add a final `make distclean'
1196         command to keep it better in sync with tests/silent{4,9}.test.
1197
1198         Improved test silent5.test.
1199         * tests/silent5.test: Remove by hand all generated C files after
1200         non-verbose builds, to ensure the following builds are clean.
1201         Try to clean and rebuild with the same verbosity and without
1202         removing generated sources in between, to check that this does
1203         not trigger a different set of rules.  Make grepping of make's
1204         output stricter.  Improved/added some comments.
1205
1206         New tests for Automake silent-mode with Fortran.
1207         * tests/silentf77.test: New test.
1208         * tests/silentf90.test: Likewise.
1209         * tests/Makefile.am (TESTS): Updated accordingly.
1210
1211         New test `silentcxx.test' (Automake silent-mode with C++).
1212         * tests/silentcxx.test: New test.
1213         * tests/Makefile.am (TESTS): Updated accordingly.
1214
1215         New test `silentyacc.test' (Automake silent-mode with Yacc).
1216         * tests/silentyacc.test: New test.
1217         * tests/Makefile.am (TESTS): Updated accordingly.
1218
1219         New test `silentlex.test' (Automake silent-mode with Lex).
1220         * tests/silentlex.test: New test.
1221         * tests/Makefile.am (TESTS): Updated accordingly.
1222
1223         Relax tests on silent-rules to cater to overly verbose makes.
1224         * tests/silent.test: When testing silent builds, don't fail if
1225         make's output simply contains the `mv' substring, but only if
1226         it contains the `mv ' substring (note the trailing space).
1227         * tests/silent2.test: Likewise.
1228         * tests/silent3.test: Likewise.
1229         * tests/silent4.test: Likewise.
1230         * tests/silent5.test: Likewise.
1231         * tests/silent9.test: Likewise.
1232
1233 2010-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1234
1235         Fix silent-rules output for disabled dependency tracking.
1236         * lib/am/depend2.am [!%FASTDEP%]: Rework silent-rules variable
1237         expansion code to also work in the case where %AMDEP% expands
1238         to FALSE at config.status time, using new substitution string
1239         %VERBOSE-NODEP%.
1240         * automake.in (verbose_nodep_flag): New function, appending
1241         `@am__nodep@' to the verbose-variable name.
1242         (handle_languages): If dependencies are not disabled, use it to
1243         set %VERBOSE-NODEP%.
1244         * m4/depend.m4: Substitute am__nodep as '_no', so the second
1245         verbose-variable will always expand to an empty string, if
1246         dependencies are enabled.
1247         * tests/silent5.test: Also test --disable-dependency-tracking;
1248         also test per-target flags for non-C language files.
1249         * tests/silent9.test: New test, like silent4.test but disable
1250         dependency tracking.
1251         * tests/Makefile.am: Adjust.
1252         * NEWS, THANKS: Update.
1253         Report by Dmitry V. Levin <ldv@altlinux.org>.
1254
1255 2010-05-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
1256
1257         Extend test on `nostdinc' automake option.
1258         * tests/nostdinc.test: Enable `errexit' shell flag.  Related and
1259         unrelated minor changes.  Make the grepping of the generated
1260         Makefile.in slighty stricter.  Generate and run configure, so that
1261         the generated Makefile can be grepped too.
1262
1263 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1264
1265         Make gnupload portable to EBCDIC hosts.
1266         * lib/gnupload: Use literal newline as argument for 'tr' rather
1267         than \015, for EBCDIC hosts.  Also, avoid unportable nested
1268         double-quotes and backquotes.
1269         * THANKS: Update.
1270         Report from Eric Blake and Steve Goetze via gnulib.
1271
1272 2010-05-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
1273
1274         Fix Autoconf version required by Automake's configure.
1275         Automake configure script used to tell that automake required
1276         autoconf 2.60 or later, but then it checked for autoconf >= 2.62,
1277         and if that was not found, it gave an error saying that Automake
1278         required configure 2.61a-341 or later.  This change should
1279         eliminate such inconsistencies.
1280         * configure.ac ($required_autoconf_version): New variable.
1281         Use it throughout.
1282
1283 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1284
1285         Fix unportable sed script in maintainer-check test.
1286         * Makefile.am (sc_tests_Exit_not_exit): Rewrite sed script to
1287         not contain semicolon after 'b' or brace commands, for NetBSD.
1288
1289         Wildcards are not portable to NetBSD make.
1290         * doc/automake.texi (Wildcards): Document portability issue.
1291         * tests/extra10.test, tests/extra11.test, tests/extra12.test:
1292         Require GNU make.
1293
1294 2010-05-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
1295
1296         Make test for configure.in vs. configure.ac stricter.
1297         * tests/configure.test: Use a configure.in file that provokes
1298         an automake error, to ensure configure.ac is preferred.
1299
1300         Avoid possible false negatives in dejagnu7.test.
1301         * tests/dejagnu7.test: Enable shell `errexit' flag.  Also, avoid
1302         unportable use of fgrep option `-e'.
1303
1304         Fix conflnk3.test to work with Solaris/Heirloom Sh.
1305         * tests/conflnk3.test: Use `test -r FILE' and `test ! -r FILE'
1306         instead of respectively `test -e FILE' and `test ! -e FILE',
1307         since Solaris Sh doesn't grok the latter.  Do not SKIP the test
1308         if the shell doesn't support `test -e'.
1309
1310 2010-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1311
1312         Fix typo in manual.
1313         * doc/automake.texi (Simple Tests using parallel-tests): Add
1314         missing closing parenthesis.
1315
1316         Fix leftover call to removed function macros_dump.
1317         * automake.in (read_main_am_file): Call variables_dump, not
1318         macros_dump.  Print actual error before list of variables.
1319
1320 2010-04-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
1321
1322         Minor improvements in comments of test `silent3.test'.
1323         * tests/silent3.test: Tell to keep it in sync with `silent9.test'
1324         too.
1325
1326 2010-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1327
1328         testsuite: ensure verbose printing of captured output.
1329         * tests/acloca14.test, tests/acloca18.test, tests/aclocal.test,
1330         tests/fort2.test, tests/help.test, tests/missing3.test,
1331         tests/missing6.test: Print captured stdout or stderr before
1332         grepping it.
1333
1334 2010-04-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
1335
1336         Make test badopt.test stricter (by enabling `set -e').
1337         * tests/badopt.test: Add call to `set -e'.  Due to this change,
1338         an unexpected failure in the call to `$ACLOCAL' (whose outcome
1339         was previously unchecked) would cause the whole test to fail.
1340         Also, bumped the copyright years.
1341
1342         Make test for configure.in vs. configure.ac stricter.
1343         * tests/configure.test: Use a configure.in file that provokes
1344         an automake error, to ensure configure.ac is preferred.
1345
1346         Use `set -e' in confsub.test (avoids possible false negatives).
1347         * tests/confsub.test: Enable shell `errexit' flag, and related
1348         changes (this helps avoiding some possible minor false negatives).
1349         Also, bumped copyright years.
1350
1351 2010-04-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1352
1353         Fix -Werror handling for presence of configure.in and configure.ac.
1354         * lib/Automake/Variable.pm (Automake::Variable): Do not initialize
1355         $configure_ac at the global level, before command-line arguments
1356         have been parsed.
1357         (require_variables): Initialize it here.
1358         * tests/configure.test: New test.
1359         * tests/Makefile.am: Update.
1360         Report by Stefano Lattarini.
1361
1362 2010-04-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
1363
1364         Avoid possible false negatives in confh5.test.
1365         * tests/confh5.test: Enable shell `errexit' flag, and bumped
1366         copyright years.  Due to this change, any unexpected failure
1367         in calls to $ACLOCAL, $AUTOMAKE, $AUTOCONF or $AUTOHEADER, or
1368         a failure in grepping expected text in output files should now
1369         cause the whole test to fail.
1370
1371 2010-04-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
1372
1373         Fixed typo in POD documentation of Automake::Channels.
1374         * lib/Automake/Channels.pm: Fixed typo in POD documentation:
1375         @<...> was used instead of C<...>.
1376
1377 2010-04-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
1378
1379         Refactor tests on Automake TESTS color output.
1380         * tests/color.test: Tests using the expect program moved out to...
1381         * tests/color2.test: ... this new file.
1382         * tests/Makefile.am (TESTS): Extended accordingly.
1383
1384 2010-04-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
1385
1386         Fix typos in comments in test confh5.test
1387         * tests/confh5.test: Fix a couple of typos in comments.
1388
1389         Avoid possible false negatives in canon-name.test.
1390         * tests/canon-name.test: Enable shell `errexit' flag.  Improve
1391         test description.
1392
1393 2010-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1394
1395         Fix per-Makefile.am setting of -Werror.
1396         Before this patch, 'AUTOMAKE_OPTIONS = -Werror' in one
1397         Makefile.am would carry over to other Makefile.am files
1398         treated afterwards by the same thread, causing inconsistent
1399         and unstable exit status values.
1400         * lib/Automake/Channels.pm (dup_channel_setup)
1401         (drop_channel_setup): Save and restore the setting of
1402         $warnings_are_errors.
1403         * tests/werror3.test: New test.
1404         * tests/Makefile.am: Adjust.
1405         * NEWS: Update.
1406
1407 2010-04-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
1408
1409         Bugfix in confh5.test w.r.t. Solaris/Heirloom Sh.
1410         * tests/confh5.test: In the generated Makefile.am: do not use
1411         `test ! -e FILE' to check for the non-existence of a file, since
1412         that is not supported by Solaris/Heirloom Sh.
1413
1414         Make test `aclocal3.test' stricter.
1415         * tests/aclocal3.test: Add call to `set -e'.  Fail if $ACLOCAL
1416         succeds unexpectedly.
1417
1418         Add tests checking that symlinks are resolved by `make dist'.
1419         * tests/distlinks.test: New test.
1420         * tests/Makefile.am (TESTS): Updated accordingly.
1421         Suggested by observations from Ralf Wildenhues.
1422
1423 2010-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1424
1425         Use -9 for maximum xz compression with dist-xz.
1426         * lib/am/distdir.am (dist-xz, dist, dist-all): Pass -9 to xz.
1427         * NEWS, THANKS: Update.
1428         Report by Pavel Sanda.
1429
1430 2010-03-30  Stefano Lattarini  <stefano.lattarini@gmail.com>
1431
1432         Avoid an unportable use of `$status' shell variable.
1433         * Makefile.am (path-check): Don't use the `$status' shell variable
1434         in the target's rules, as it's special in Zsh (equivalent to `$?',
1435         and readonly).
1436
1437         Avoid another use of `chmod -R'.
1438         * Makefile.am (path-check): To be safe, do not use `chmod -R' on
1439         $(distdir) before removing it (as Solaris `chmod -R' touches
1440         symlink targets).  Instead, use the cleanup strategy used in
1441         distdir.am.
1442
1443 2010-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1444
1445         Remove uses of @acronym and @sc.
1446         * doc/automake.texi (Public Macros, Limitations on File Names):
1447         Remove all usage of @acronym and @sc in the manual.
1448         Suggested by Karl Berry.
1449
1450 2010-03-13  Karl Berry  <karl@freefriends.org>
1451
1452         GNU hello uses fdl.texi, not gpl.texi.
1453         * doc/automake.texi (Texinfo): Adjust example to upstream
1454         change.
1455
1456 2010-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1457
1458         Formatting cleanups in macro comments.
1459         * automake.in, lib/Automake/Channels.pm,
1460         lib/Automake/FileUtils.pm, lib/Automake/Options.pm,
1461         lib/Automake/Variable.pm, lib/Automake/XFile.pm,
1462         m4/options.m4, m4/substnot.m4: Fix macro comment format.
1463
1464 2010-03-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
1465             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1466
1467         Avoid generation of `tests/defs-p' file.
1468         * tests/defs.in: In the generated `configure.in' snippet: call
1469         `AM_INIT_AUTOMAKE' with the `parallel-tests' option if the shell
1470         variable `parallel_tests' is set to `yes'.
1471         * tests/Makefile.am (defs-p): Target removed.
1472         (check_SCRIPTS): Removed `defs-p'.
1473         (clean-local-check): Do not unlink `defs-p' anymore.
1474         ($(parallel_tests)): Transformation rules for the test scripts
1475         adjusted.
1476         * tests/gen-parallel-tests: Selection rules for the test
1477         scripts adjusted.
1478         * tests/parallel-tests.test: Set `$parallel_tests' to `yes'
1479         then include `./defs' (rather than simply including `./defs-p').
1480         * tests/parallel-tests2.test: Likewise.
1481         * tests/parallel-tests3.test: Likewise.
1482         * tests/parallel-tests4.test: Likewise.
1483         * tests/parallel-tests5.test: Likewise.
1484         * tests/parallel-tests6.test: Likewise.
1485         * tests/parallel-tests7.test: Likewise.
1486         * tests/parallel-tests8.test: Likewise.
1487         * tests/parallel-tests9.test: Likewise.
1488         * tests/parallel-tests10.test: Likewise.
1489         * tests/README (Section "Writing Test Cases" subsection "Do"):
1490         Adjusted the parts referring to tests checking `parallel-tests'
1491         behaviour.  Some other minor related improvements.
1492         * tests/.gitignore (defs-p): Removed.
1493
1494 2010-03-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
1495
1496         Remove redundant unset of variable TESTS from some test scripts.
1497         * tests/color.test: Do not unset the `TESTS' variable, as it's
1498         already unset in the `defs' file.
1499         * tests/check5.test: Likewise.
1500         * tests/check8.test: Likewise.
1501         * tests/check9.test: Likewise.
1502         * tests/check10.test: Likewise.
1503         * tests/check11.test: Likewise.
1504         * tests/parallel-tests.test: Likewise.
1505         * tests/parallel-tests3.test: Likewise.
1506         * tests/parallel-tests4.test: Likewise.
1507         * tests/parallel-tests5.test: Likewise.
1508         * tests/parallel-tests6.test: Likewise.
1509         * tests/parallel-tests7.test: Likewise.
1510
1511 2010-02-22  Karl Berry  <karl@gnu.org>
1512
1513         Improve help message of mdate-sh.
1514         * mdate-sh: mention actual output format in help message.
1515
1516 2010-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1517
1518         Deprecate dist-lzma in favor of dist-xz.
1519         * doc/automake.texi (The Types of Distributions, Options):
1520         Adjust text to reflect renaming of lzma to xz.
1521         * NEWS: Update.
1522         Missing deprecation noted by Antonio Diaz Diaz.
1523
1524 2010-02-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
1525
1526         Add tests about support of wildcards in EXTRA_DIST.
1527         * tests/extra10.test: New test, check basic support of wildcards
1528         in EXTRA_DIST.
1529         * tests/extra11.test: New test, check more complex usage of
1530         wildcards in EXTRA_DIST.
1531         * tests/extra12.test: New test, check usage of wildcards in
1532         EXTRA_DIST when $builddir != $srcdir.
1533         * tests/Makefile.am (TESTS): Updated accordingly.
1534         Necessity of these new tests suggested by Braden McDaniel
1535         and Ralf Wildenhues.
1536
1537 2010-02-08  Simon Josefsson  <simon@josefsson.org>
1538
1539         Fix copyright statement in gnupload script.
1540         * lib/gnupload: Fix copyright statement.
1541
1542 2010-02-06  Dmitry V. Levin  <ldv@altlinux.org>  (tiny change)
1543             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1544
1545         Fix exit status of signal handlers in shell scripts.
1546         The value of `$?' on entrance to signal handlers in shell scripts
1547         cannot be relied upon, so set the exit code explicitly to
1548         128 + SIG<SIGNAL>.
1549         * lib/am/check.am (am__check_pre): Use `exit 143' in signal handler.
1550         * lib/elisp-comp: Likewise.
1551         * lib/install-sh: Likewise.
1552         * lib/ylwrap: Likewise.  Also, fix script to trap signal 13, not 3.
1553         * NEWS, THANKS: Update.
1554         Bug report, analysis, and initial patch by Dmitry V. Levin.
1555
1556 2010-02-06  Karl Berry  <karl@gnu.org>
1557
1558         Improve gnupload usage text.
1559         * gnupload (usage): Shorten to make more likely to fit on a tty
1560         line.  Mention CMD in the synopsis.  With ..., plural is implied.
1561
1562 2010-01-28  Christos Kontas  <xakon@yahoo.com>  (tiny change)
1563
1564         Fix some typos in the manual
1565         * doc/automake.texi (Nested Packages, Rebuilding): Fix typos.
1566
1567 2010-01-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
1568
1569         Slighty improve tests acoutbs.test and acoutbs2.test.
1570         * tests/acoutbs2.test: Enable `errexit' shell flag.  Check that
1571         autoconf and configure work, that the file `zot' is created by
1572         configure, and that no file containing a backslash in its name is
1573         created.
1574         * tests/acoutbs.test: Likewise, plus updated copyright years.
1575
1576         Fix test acoutbs2.test.
1577         * tests/acoutbs2: In the generated configure.in: add proper calls
1578         to AC_INIT and AM_INIT_AUTOMAKE, and remove explicit definition of
1579         PACKAGE and VERSION. Add a call to aclocal before calling automake.
1580         Updated copyright years.
1581         * tests/Makefile.am (XFAIL_TESTS): Removed acoutbs2.test.
1582
1583         Add forgotten test scripts to $(TESTS).
1584         * tests/Makefile.am (TESTS): Added test scripts present on the
1585         filesystem, which were erroneously left out from $(TESTS):
1586         acoutbs2.test, badopt.test, extra2.test.
1587         (XFAIL_TESTS): Added acoutbs2.test.
1588
1589 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1590
1591         Sync auxiliary files from upstream.
1592         * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub:
1593         Sync from upstream.
1594
1595         Bump copyright years.
1596         * aclocal.in (write_aclocal, version): Bump copyright years.
1597         * automake.in (gen_copyright, version): Likewise.
1598         * doc/automake.texi: Likewise.
1599
1600         Rotate ChangeLog.
1601         * ChangeLog.09: New file, rotated from ...
1602         * ChangeLog: ... here.
1603         * Makefile.am (EXTRA_DIST): Distribute ChangeLog.09.
1604
1605 -----
1606
1607 Copyright (C) 2010  Free Software Foundation, Inc.
1608
1609 Copying and distribution of this file, with or without modification, are
1610 permitted provided the copyright notice and this notice are preserved.
1611
1612 ;; Variables:
1613 ;; coding: utf-8
1614 ;; End: