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