tests: tweak few tests on simple and parallel test drivers
[platform/upstream/automake.git] / ChangeLog
1 2011-02-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
2
3         tests: tweak few tests on simple and parallel test drivers
4         * tests/check-exported-srcdir.test: Improve heading comments.
5         * tests/check-tests-in-builddir.test: Likewise.  Also, unset the
6         `FOO_EXIT_STATUS' variable, so that any pre-existing value in the
7         environment won't risk to interfere with the test.
8         Suggestions by Ralf Wildenhues.
9
10 2011-02-01  Stefano Lattarini  <stefano.lattarini@gmail.com>
11
12         coverage: more tests on simple and parallel test drivers
13         * tests/parallel-tests-subdir.test: New test.
14         * tests/check-exported-srcdir.test: Likewise.
15         * tests/check-tests-in-builddir.test: Likewise.
16         * tests/check-tests_environment.test: Likewise.
17         * tests/Makefile.am (TESTS): Update.
18
19 2011-01-29  Stefano Lattarini  <stefano.lattarini@gmail.com>
20
21         tests: fix spurious failures in lflags*.test
22         * tests/lflags.test: Remove 'LEX' from the environment, so
23         that it won't be erroneously picked up by `make -e'.
24         * tests/lflags2.test: Likewise.
25
26 2011-01-24  Stefano Lattarini  <stefano.lattarini@gmail.com>
27
28         docs: color-tests issues with parallel make
29         * doc/automake.texi (Simple Tests): Document that automatic
30         recognition of a capable terminal attached to stdout can fail
31         with some make implementation when running in parallel mode,
32         thus causing colored test output not to be automatically
33         activated when it should.
34
35 2011-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36
37         tests: avoid instspc.test failures due to make's whitespace trimming
38         * tests/instspc.test: Prepend './' when passing the test
39         characters, to avoid leading whitespace characters to be trimmed
40         from macros set from environment variables.  Fixes testsuite
41         failures with HP-UX, IRIX, and Tru64/OSF make.
42
43 2011-01-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
44
45         coverage: test semantics of "dummy" per-target flags
46         * tests/specflg-dummy.test: New test, ensuring that even "dummy"
47         per-target flags triggers the use of renamed objects.
48         * tests/Makefile.am (TESTS): Update.
49         Suggestion by Ralf Wildenhues.
50
51 2011-01-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
52
53         tests defs: sanitize IFS
54         * tests/defs.in ($IFS): Define to <space>, <tab>, <newline>.
55         ($sp): New variable, holding a single whitespace character.
56         ($tab): New variable, holding a tabulation character.
57         ($nl): New variable, holding a newline character.
58
59 2011-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
60
61         tests: fix VPATH auto-expansion workarounds.
62         * tests/parallel-tests8.test, tests/suffix13.test:
63         Ensure $< is not surrounded by white space, to prevent Solaris
64         make from applying automatic VPATH text expansion.
65
66 2011-01-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
67
68         tests: fix spurious failures in yflags*.test
69         * tests/yflags.test: Remove 'YACC' from the environment, so
70         that it won't be erroneously picked up by `make -e'.
71         * tests/yflags2.test: Likewise.
72
73 2011-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74
75         tests: avoid fn99*.test failures due to buggy AIX 5.3 cp -R.
76         * tests/fn99.test, tests/fn99subdir.test: Skip if an initial
77         `cp -R' of the subdir tree already fails; AIX 5.3 cp messes
78         up its internal memory when copying this tree.
79
80 2011-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
81             Stefano Lattarini  <stefano.lattarini@gmail.com>
82
83         Add comment to check-TESTS rule working around make 3.80 bug.
84         * lib/am/check.am (check-TESTS): Update comment.
85
86 2011-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
87
88         tests: less strict double-colon spy.test again.
89         * tests/spy.test: We know BSD make doesn't invoke more than one
90         double-colon rule, so no need to expose that failure.
91
92 2011-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
93
94         install-sh: avoid Tru64 sh `test' operator precedence issues.
95         * lib/install-sh: Protect file names and directory components
96         that consist of `=', `(', `)', or `!'.  Move protection as early
97         as possible, to avoid errors such as with Tru64 sh `test -z ='.
98         * tests/instsh2.test: Extend test to cover more possibilities.
99         Fixes 1.12 instspc-equal-install.test failure on Tru64/OSF 5.1.
100
101 2011-01-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
102             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
103
104         docs: automake testsuite doesn't use TESTS_ENVIRONMENT anymore
105         * doc/automake.texi (Simple Tests): Do not claim Automake uses
106         TESTS_ENVIRONMENT for the perl driver.  Instead, point to the
107         parallel-tests driver.
108
109 2011-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
110
111         Allow _AM_DEPENDENCIES to be used later in configure.
112         * m4/depend.m4 (_AM_DEPENDENCIES): Remove a previously existing
113         conftest.dir before recreating it.
114         Fixes bug#7864.
115         Report by Eric Blake, from report by Scott McCreary against M4.
116
117 2011-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
118
119         tests: avoid failure on w32 file systems.
120         * tests/parallel-tests-unreadable-log.test: SKIP if file cannot
121         be turned unreadable.
122
123 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
124
125         tests: allow double-colon spy.test to work with HP-UX make.
126         * tests/spy.test: Fix comment typos.  Ensure prerequisites we
127         do not want to depend on are strictly older than the target.
128         Also test with a target out of date wrt. more than one rule.
129
130 2011-01-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
131
132         tests: remove useless requirements from cond36.test
133         * tests/cond36.test ($required): Remove.
134         Since we are at it, add a trailing `:' command.
135
136 2011-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
137             Stefano Lattarini  <stefano.lattarini@gmail.com>
138
139         parallel-tests: work around Tru64/OSF 5.1 sh read bugs.
140         * lib/am/check.am ($(TEST_SUITE_LOG), recheck, recheck-html):
141         Test file readability before redirecting input from it, to avoid
142         exiting Tru64/OSF 5.1 sh which treats read as special builtin.
143         * tests/parallel-tests-unreadable-log.test: New test.
144         * tests/Makefile.am (TESTS): Update.
145         * NEWS: Update.
146
147 2011-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
148
149         * NEWS, README: Update copyright years.
150
151         Fix parallel-tests.test failure with HP-UX make.
152         * tests/parallel-tests.test: Sleep inside inner tests, so logs
153         are newer than logs of tests they depend on, for HP-UX make.
154
155 2011-01-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156
157         docs: ensure example are separated with empty lines in the input
158         * doc/automake.texi (Extending aclocal, Emacs Lisp, Rebuilding)
159         (API Versioning, Renamed Objects, Multiple Outputs): Add empty
160         lines before `@example' and after `@end example' lines, so info
161         output is rendered correctly, and a following @noindent honored.
162         Report by Stefano Lattarini.
163
164 2011-01-15  Jim Meyering <meyering@redhat.com>
165
166         tests: fix comment typo
167         * tests/substref.test: Fix grammar in a comment.
168
169 2011-01-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
170
171         tests: fix spurious failures in two texinfo tests
172         * tests/txinfo.test ($required): Add 'makeinfo'.
173         * tests/txinfo8.test: Create a dummy 'textutils.info' file, so
174         that make won't try to run makeinfo (which could be unavailable)
175         to build it.
176         Found by NixOS Hydra, reported by Ralf Wildenhues.
177
178 2011-01-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
179
180         Avoid testsuite failures due to Autoconf Fortran change.
181         Autoconf v2.68-21-g727ce95 causes AC_F77_LIBRARY_LDFLAGS to
182         require computing the canonical host name.  Ensure config.guess
183         and config.sub files are present for respective checks.
184         * tests/compile_f_c_cxx.test: Add stub files.
185         * tests/flibs.test: Likewise.
186         * tests/fort4.test: Use $AUTOMAKE -a for installing files.
187
188 2011-01-12   Stefano Lattarini  <stefano.lattarini@gmail.com>
189
190         docs: clustered '-d' not recognized in YFLAGS
191         This change fixes automake bug#7828.
192         * doc/automake.texi (Yacc and Lex): Document that automake
193         recognizes '-d' in AM_YFLAGS only if it's not clustered with
194         other options.
195         From a report by Юрий Пухальский.
196
197 2011-01-10   Stefano Lattarini  <stefano.lattarini@gmail.com>
198
199         tests: add checks on automatically-distributed files
200         Related to automake bug#7819.
201         * tests/autodist.test: New test.
202         * tests/autodist-subdir.test: Likewise.
203         * tests/autodist-acconfig.test: Likewise.
204         * tests/autodist-acconfig-no-subdir.test: Likewise.
205         * tests/autodist-aclocal-m4.test: Likewise.
206         * tests/autodist-config-headers.test: Likewise.
207         * tests/autodist-configure-no-subdir.test: Likewise.
208         * tests/autodist-stamp-vti.test: Likewise.
209         * tests/Makefile.am (TESTS): Update.
210
211 2011-01-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
212
213         tests: work around a texi+cygnus bug causing a spurious XFAIL
214         * tests/txinfo5b.test: New test, like txinfo5.test but calling
215         automake with the `-Wno-override' option to work around a bug
216         in the texinfo + cygnus interaction.
217         * tests/txinfo5.test: Update heading comments.
218         * tests/Makefile.am (TEST): Updated.
219
220 2011-01-09  Dave Hart  <davehart@gmail.com>  (tiny change)
221
222         Fix another typo in Rule.pm comment.
223         * lib/Automake/Rule.pm: Fix typo.
224
225 2011-01-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
226
227         Improve, extend and tweak tests on Texinfo support.
228         * tests/instdir-texi.test: Add a call to `ls -l' after that to
229         `make', for debugging.  When looking for required tools, do not
230         redirect the output of "$tool --help" to /dev/null, and do not
231         uselessly run it in a subshell.
232         * tests/txinfo.test: Rewritten to run autoconf, ./configure and
233         make.  All checks moved into Makefile.am.
234         * tests/txinfo8.test: Likewise, and modernize the generated
235         configure.in.
236         * tests/txinfo2.test: Moved checks into Makefile.am, and other
237         minor improvements.
238         * tests/txinfo5.test: Enable `errexit' shell flag, and related
239         changes.  Add trailing `:' command.
240         * tests/txinfo6.test: Likewise, and make grepping of generated
241         Makefile.in stricter.
242         * tests/txinfo7.test: Enable `errexit' shell flag, and related
243         changes.  Add trailing `:' command.  Do not add unnecessary stuff
244         to Makefile.am.
245         * tests/txinfo9.test: Verify that more targets which are expected
246         to be generated only once really are.  Make grepping less strict,
247         to avoid exposing too much internal details.  More minor changes.
248         * tests/txinfo16.test: Add trailing `:'.  Prefer cat over echo
249         for appending to configure.in.  Updated/fixed heading comments.
250         * tests/txinfo23.test: Likewise, and extended a little by making
251         it check that no info file is created in the $(srcdir).
252         * tests/txinfo24.test: Likewise.
253         * tests/txinfo25.test: Likewise.
254         * tests/txinfo18.test: Add trailing `:'.  Prefer cat over echo
255         for appending to configure.in.  Also, check that index files are
256         cleaned also by "make clean", not only by "make distclean".
257         * tests/txinfo22.test: Prefer `$me' over hard-coded test name,
258         and added trailing `:' command.  This testcase also used to check
259         that automake ignores in-line comments when using variables, but
260         preserves them in the output; these checks (added in commit
261         "Release-1-7f-4-g9177ef8") do not really pertain to this test,
262         so they have been moved ...
263         * tests/comments-in-var-defn.test: ... into this new test.
264         * tests/txinfo4.test: Escape literal dots in grep regexps.  Add
265         trailing `:' command.
266         * tests/txinfo29.test: Likewise.  Relax grepping of generated
267         Makefile.in w.r.t. whitespaces.  Prefer `cat' over `echo' to
268         append to configure.in.
269         * tests/txinfo3.test: Likewise.
270         * tests/vtexi.test: Improve grepping of Makefile.in (sometimes
271         make it stricter, sometimes laxer).  Move `set -e' setting just
272         after the inclusion of ./defs.  De-uglify a sed command.  Other
273         minor cosmetic improvements.
274         * tests/vtexi2.test: Make grepping of Makefile.in stricter.  Add
275         trailing `:' command.
276         * tests/vtexi3.test: New test on version.texi support.
277         * tests/vtexi4.test: Likewise.
278         * tests/Makefile.am (TESTS): Updated.
279
280 2011-01-09  Peter Rosin  <peda@lysator.liu.se>
281
282         Fix another typo in Rule.pm comment.
283         * lib/Automake/Rule.pm: Fix typo.
284
285 2011-01-09   Stefano Lattarini  <stefano.lattarini@gmail.com>
286
287         cosmetics: remove trailing whitespaces
288         * doc/automake.texi: Remove trailing whitespaces.
289         * tests/cond13.test: Likewise.
290         * tests/cond14.test: Likewise.
291         * tests/fort4.test: Likewise.
292         * tests/fort5.test: Likewise.
293         * tests/suffix7.test: Likewise.
294         * tests/vtexi2.test: Likewise.
295
296         automake: minor fixes in comments
297         * automake.in: Some minor fixes and enhancements in comments.
298
299 2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
300
301         Add test coverage for deleted header files.
302         * tests/depcomp6.test, tests/depcomp7.test: Update tests to
303         also check for the deleted header bug.  If no dependency
304         tracking mechanism could be found, SKIP rather than exit
305         successfully.  Use GNU style spacing and ANSI C prototypes.
306
307         Fix typos in Rule.pm comments.
308         * lib/Automake/Rule.pm: Fix typos in comments.
309
310         docs: split 'amhello Explained' node.
311         * doc/automake.texi (amhello Explained): Split node ...
312         (amhello's configure.ac Setup Explained)
313         (amhello's Makefile.am Setup Explained) : ... into these two.
314         (Top, Hello World): Adjust, and add @anchor for stable URL links.
315         Suggestion by Karl Berry in automake bug#7766.
316
317 2011-01-08  Karl Berry  <karl@freefriends.org>
318             Eric Blake  <eblake@redhat.com>
319
320         docs: reference defining directories in amhello node.
321         * doc/automake.texi (amhello Explained): Point to Autoconf
322         manual for how to convert directory values into macros.
323         (Optional): Fix grammar nit.
324
325 2011-01-02   Stefano Lattarini  <stefano.lattarini@gmail.com>
326
327         * NEWS: Fix typo (forgotten word).
328
329 2011-01-02   Stefano Lattarini  <stefano.lattarini@gmail.com>
330              Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
331
332         docs: how to work around checks on invalid primary/directory couples
333         * doc/automake.texi (Uniform): Document the blessed idiom which can
334         be used to work around automake checks on invalid primary/directory
335         couples (such as `lib_PROGRAMS' or `doc_LIBRARIES').
336
337 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
338
339         Sync auxiliary files from upstream.
340         * lib/config.guess, lib/config.sub, lib/texinfo.tex:
341         Sync from upstream.
342
343         Fix maintainer-check regression.
344         * tests/subobj11a.test: Pass DISTCHECK_CONFIGURE_FLAGS in the
345         environment.
346
347         Bump copyright years.
348         * aclocal.in (write_aclocal, version): Bump copyright years.
349         * automake.in (gen_copyright, version): Likewise.
350         * doc/automake.texi: Likewise.
351
352 2010-12-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
353             Stefano Lattarini  <stefano.lattarini@gmail.com>
354
355         Work around a bug in file-inclusion mechanism of Solaris make.
356         * automake.in (handle_single_transform): In the name of the
357         dependency file: collapse multiple slash characters into a single
358         one.
359         * tests/subobj11a.test: New test.
360         * tests/subobj11b.test: Likewise.
361         * tests/subobj11c.test: Likewise.
362         * tests/depcomp8a.test: Likewise.
363         * tests/depcomp8b.test: Likewise.
364         * tests/Makefile.am (TESTS): Updated.
365         * NEWS: Updated.
366         Report by Stefano Lattarini, quick fix by Ralf Wildenhues, final
367         patch and tests by Stefano Lattarini.
368
369 2010-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
370
371         Fix two spurious testsuite failures on IRIX 6.5.
372         * tests/suffix13.test (Makefile.am): Account for VPATH issues on
373         weaker make implementations (e.g. IRIX 6.5).
374         * tests/parallel-tests8.test: Likewise, plus a required related
375         change.
376         Reported by Ralf Wildenhues.  The bugs have been there from the
377         first versions of the affected test scripts.
378
379 2010-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
380
381         docs: cygnus mode doesn't require AM_CYGWIN32 macro.
382         * doc/automake.texi (Cygnus): Mode 'cygnus' does not require
383         the AM_CYGWIN32 macro (and indeed hasn't required it since at
384         least commit Release-1-2-31-g3038064 "merged changes from
385         Cygnus" of 1997-08-25).
386
387 2010-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
388
389         distlinksbrk.test: Work around botched "make -k".
390         * tests/distlinksbrk.test: Run "make" multiple times and grep
391         its output each time for a single error message, rather than
392         running "make -k" one single time and grepping its output for
393         all the expected error messages.  This should work around make
394         implementations with limited (broken?) `-k' support; for more
395         information, see these subthreads on the automake-patches list:
396           - 2010-11-15, "Testsuite failures on HP-UX 11.23",
397             <http://lists.gnu.org/archive/html/automake-patches/2010-11/msg00162.html>
398           - 2010-11-15, "Testsuite failures on IRIX 6.5",
399             <http://lists.gnu.org/archive/html/automake-patches/2010-11/msg00166.html>
400
401 2010-12-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
402
403         Fix sed-related buglet in test "subdir5.test"
404         * tests/subdir5.test: Always terminate text passed to the
405         `i' sed command with a newline, to work around limitations
406         in e.g. older OpenBSD sed.
407
408 2010-12-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
409
410         docs: fix blunder in example about python extension modules
411         * doc/automake.texi (Python): Use `quaternion_la_SOURCES',
412         not `quaternion_SOURCES', to declare the sources of python
413         extension module `quaternion.la'.
414
415 2010-12-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
416
417         docs: list LTLIBRARIES among Automake primaries
418         * doc/automake.texi (Uniform): List `LTLIBRARIES' among
419         the Automake primaries.
420
421 2010-12-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
422
423         Improve tests on generated portions of configure help screen.
424         * tests/help-depend.test: Grepping of configure help screen
425         relaxed to cater for possible line wrapping, and tightened in
426         other respects.
427         * tests/help-depend2.test: Likewise.
428         * tests/help-dmalloc.test: Likewise.
429         * tests/help-lispdir.test: Likewise.
430         * tests/help-maintainer.test: Likewise.
431         * tests/help-multilib.test: Likewise.
432         * tests/help-silent.test: Likewise.
433         * tests/help-upc.test: Likewise.
434         * tests/help-init.test: Grepping of configure help screen
435         tightened.
436
437 2010-12-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
438
439         Avoid running installed automake from 'libtool --help'.
440         * tests/subobj9.test: Export AUTOCONF and AUTOMAKE.
441         Together with fixed Libtool, this fixes check-coverage to not
442         invoke installed automake.
443
444 2010-11-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
445
446         Fix spurious failures in `silent*.test' for $CC != gcc
447         In some tests on automake-produced silent rules, we forced the
448         use of gcc depmode to improve testsuite coverage; but this has
449         unsurprisingly led to spurious failures when some non-GNU C
450         compilers were used.  So we are now careful to require GCC in
451         tests that force gcc depmode.
452         From reports by Ralf Wildenhues.
453         * silent5.test: Test removed, its content split into ...
454         * silent-many-generic.test, silent-many-gcc.test: ... these new
455         sister tests, the latter of which forces gcc depmode and lists
456         "gcc" in $required.
457         * silentlex.test: Test removed, its content split into ...
458         * silent-lex-generic.test, silent-lex-gcc.test: ... these new
459         sister tests, the latter of which forces gcc depmode and lists
460         "gcc" in $required.
461         * silentyacc.test: Test removed, its content split into ...
462         * silent-yacc-generic.test, silent-yacc-gcc.test: ... these new
463         sister tests, the latter of which forces gcc depmode and lists
464         "gcc" in $required.
465         * tests/Makefile.am (TESTS): Updated.
466
467 2010-11-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
468
469         Tests: consistently use "|| Exit 1" after ". ./defs".
470         * tests/autohdr.test: Use `. ./defs || Exit 1', not bare
471         `. ./defs', for consistency with other tests.
472         * tests/autohdr2.test: Likewise.
473         * tests/autohdr3.test: Likewise.
474         * tests/autohdr4.test: Likewise.
475         * tests/cond23.test: Likewise.
476         * tests/cond24.test: Likewise.
477         * tests/cond25.test: Likewise.
478         * tests/cond26.test: Likewise.
479         * tests/cond27.test: Likewise.
480         * tests/cond28.test: Likewise.
481         * tests/cond29.test: Likewise.
482         * tests/cond30.test: Likewise.
483         * tests/cond31.test: Likewise.
484         * tests/cond32.test: Likewise.
485         * tests/cond33.test: Likewise.
486         * tests/cond34.test: Likewise.
487         * tests/cond35.test: Likewise.
488         * tests/cond36.test: Likewise.
489         * tests/cond37.test: Likewise.
490         * tests/cond38.test: Likewise.
491         * tests/cond39.test: Likewise.
492         * tests/cond40.test: Likewise.
493         * tests/cond41.test: Likewise.
494         * tests/cond42.test: Likewise.
495         * tests/cond43.test: Likewise.
496         * tests/cond44.test: Likewise.
497         * tests/cond45.test: Likewise.
498         * tests/dollarvar.test: Likewise.
499         * tests/dollarvar2.test: Likewise.
500         * tests/hfs.test: Likewise.
501         * tests/libobj14.test: Likewise.
502         * tests/percent.test: Likewise.
503         * tests/percent2.test: Likewise.
504         * tests/phony.test: Likewise.
505         * tests/silent.test: Likewise.
506         * tests/silent2.test: Likewise.
507         * tests/silent3.test: Likewise.
508         * tests/silent4.test: Likewise.
509         * tests/silent5.test: Likewise.
510         * tests/silent6.test: Likewise.
511         * tests/silent7.test: Likewise.
512         * tests/silent9.test: Likewise.
513         * tests/silentcxx.test: Likewise.
514         * tests/silentf77.test: Likewise.
515         * tests/silentf90.test: Likewise.
516         * tests/silentlex.test: Likewise.
517         * tests/silentyacc.test: Likewise.
518
519         Avoid useless cleaning in some `silent*.test' tests.
520         * tests/silentf77.test: Removed useless calls to "make clean"
521         and "make maintainer-clean".
522         * tests/silentf90.test: Likewise.
523         * tests/silent3.test: Removed useless call to "make distclean".
524         * tests/silent4.test: Likewise.
525         * tests/silent9.test: Likewise.
526
527 2010-11-19  Ian Lance Taylor  <iant@google.com>
528
529         Sync config-ml.in from GCC.
530         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
531         compiler/flag environment variables.
532
533 2010-11-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
534
535         Automake::Config: remove extra trailing semicolon.
536         * lib/Automake/Config.in: Remove extra trailing semicolon.
537
538         help4.test: fix botched heading comment.
539         * tests/help4.test: Fixed the heading comment, since it
540         didn't correctly describe what checks the testcase was
541         supposed to perform.
542
543         help2.test: add checks on aclocal too.
544         * tests/help2.test: Check that also `aclocal --version' and
545         `aclocal --help' work with configure.in and acinclude.m4 both
546         broken.
547
548 2010-11-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
549
550         Fix spurious failures of silent-rules tests with Sun Fortran.
551         * tests/silentf77.test: Strip from the make output some verbose
552         messages possibly printed by the SunStudio fortran compilers, to
553         avoid spurious failures.  Add a trailing `:' command.
554         * tests/silentf90.test: Likewise.
555
556 2010-11-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
557
558         Fix spurious failures of silent5.test with Sun Fortran.
559         * tests/silent5.test: Strip from the make output some verbose
560         messages possibly printed by the SunStudio fortran compilers,
561         to avoid spurious failures.  This bug has been there from the
562         very first version of this test script.
563
564 2010-11-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
565
566         Fix regression in colon{5,6}.test (failures on AIX 5.3).
567         * tests/colon5.test: Also substitute `@SHELL@' with `$SHELL' when
568         post-processing the generated Makefile.in, to work around a bug
569         of AIX 5.3 make which doesn't allow setting the `$(SHELL)' macro
570         on the commend line.  Calls to `$MAKE' adjusted accordingly.
571         * tests/colon6.test: Likewise.
572         Regression introduced in commit v1.11-175-gf9fe878 "Modernize,
573         improve and/or extend tests `colon*.test", and reported by Ralf
574         Wildenhues.
575
576 2010-11-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
577
578         Fix regression in ansi.test (failure on AIX 5.3).
579         * tests/ansi.test: Remove redundant hackish check done using a
580         hand-postprocessed Makefile.in.  This check worked by setting
581         the `$(SHELL)' macro on the command line of make, but this is
582         not supported by the AIX 5.3 make implementation.
583         This bug has been lurking for a long time, and was activated by
584         commit v1.11-125-gc1f6cdb "Enable `errexit' shell flag in various
585         tests".  Report by Ralf Wildenhues.
586
587 2010-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
588
589         tests: avoid '##'-style comments inside recipe commands.
590         * tests/confh.test, tests/confh8.test: Remove
591         double-hash comments from makefile rule commands, they
592         are not part of the Automake API.
593
594 2010-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
595
596         tests: work around dash quoting issue in case statements.
597         * tests/color.test, tests/color2.test: Quote variable in case
598         pattern, to avoid skipping tests with dash 0.5.5.1.
599
600 2010-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
601
602         Rebuild menus in the manual.
603         * doc/automake.texi: Rebuild menus (using ^C ^U ^A in emacs).
604         Thanks to Ian Lance Taylor for the suggestion.
605
606         Fix install-strip when $(STRIP) contains several words.
607         * lib/am/install.am (install-strip): Update comment.  Use
608         separate sub-make invocations for empty and nonempty $(STRIP),
609         to fix quoting issues.
610         * tests/strip2.test, tests/strip3.test: New tests.
611         * tests/Makefile.am (TESTS): Adjust.
612
613 2010-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
614
615         Fix yaccdry.test failure: require bison.
616         * tests/yaccdry.test: Require bison.
617         Found by NixOS Hydra.
618
619 2010-11-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
620
621         Fix a bug in variable concatenation with `+='.
622         * lib/Automake/VarDef.pm (append): Since the content of the
623         "appended-to" variable is going to be unconditionally normalized
624         later, simply separate the appended value with a single whitespace
625         character, instead of trying to be uselessly smarter by using
626         escaped newlines.  This fixes a bug in which extra backslashes
627         where erroneously inserted in the variable's final value.
628         * tests/pluseq11.test: New test, exposing the bug.
629         * tests/Makefile.am (TESTS): Update.
630         Reported by Andy Wingo.
631
632 2010-11-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
633
634         Fix bug in rules for creating vala vapi/header files.
635         * automake.in (lang_vala_finish_target): Add forgotten "fi" in an
636         if control structure in a generated make rules.  Bug introduced
637         by previous commit `v1.11-221-gd7c1679', and revealed by failure
638         of test `vala2.test'.
639
640 2010-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
641
642         Fix and document rules to not touch the tree with `make -n'.
643         * doc/automake.texi (Multiple Outputs): Document the problem of
644         modifications during dry-run execution, propose solution.
645         * NEWS: Update.
646         * automake.in (lang_vala_finish_target): Split recipe so the
647         stamp file is not removed with GNU `make -n'.
648         (lang_yacc_target_hook): Separate removal of parser output file
649         and header remaking.
650         * lib/am/lisp.am ($(am__ELCFILES)): Determine whether -n was
651         passed to make, take care not to remove any files in that case.
652         * lib/am/remake-hdr.am (%CONFIG_H%): Separate removal of
653         %STAMP% file from induced remaking of config header.
654         * tests/autohdrdry.test, tests/lispdry.test, tests/yaccdry.test:
655         New tests.
656         * tests/Makefile.am (TESTS): Update.
657
658 2010-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
659
660         Add FAQ entry for bug reporting instructions.
661         * doc/automake.texi (Reporting Bugs): New section.
662         (Introduction): Refer to it.
663
664 2010-10-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
665
666         Add support for newer python versions.
667         * m4/python.m4 (AM_PATH_PYTHON): Add python2.7 and python3.2 to
668         _AM_PYTHON_INTERPRETER_LIST.  Since we are at it, break a long
669         line and fix indentation.
670         * THANKS: Updated.
671         From a report by Thomas Klausner.
672
673         Add test for `AM_WITH_DMALLOC' macro.
674         * tests/dmalloc.test: New test.
675         * tests/Makefile.am (TESTS): Update.
676
677         Fix nits and bugs in tests `help*.test'.
678         * tests/help4.test: Fix broken sed commands used to strip `-W...'
679         flags away from "$AUTOMAKE" and "$ACLOCAL".
680         * tests/help3.test: Likewise, and fix a botched comment.
681         * tests/help.test: Likewise.  Also, use "AUTOMAKE_fails ..."
682         instead of "$AUTOMAKE ... && Exit 1", for consistency and to
683         please maintainer-check.
684         * tests/help2.test: Likewise.
685
686 2010-10-03  Stefano Lattarini  <stefano.lattarini@gmail.com>
687             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
688
689         Improve tests `help*.test' (also fixes maintcheck failures).
690         * tests/help.test: To run automake, use `$AUTOMAKE' with all `-W'
691         flags stripped away rather than hard-coded `automake-$APIVERSION',
692         to better honour user-overrides.  Similarly for aclocal.
693         * tests/help2.test: Likewise.
694         * tests/help3.test: Likewise.
695         * tests/help4.test: Likewise.
696
697 2010-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
698
699         Document and fix expansion of variables before rules.
700         * doc/automake.texi (General Operation): Document that variables
701         are expanded before rules.
702         * lib/am/check.am (am__check_post): Reword a bit so it does not
703         get matched as a rule.
704         Suggestion by Ben Pfaff.
705
706 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
707
708         Revert "parallel-tests: avoid command-line length limit issue."
709         This reverts commit 24e3b4ee2f8cb9f72dd94a05a893f3d4e88b7835,
710         because it re-opened the bug fixed by v1.11-10-g218e678.
711
712         2010-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
713
714         parallel-tests: avoid command-line length limit issue.
715         * automake.in (handle_tests): New argument $makefile, new
716         substitution %MAKEFILE%.
717         (generate_makefile): Adjust.
718         * lib/am/check.am [%?PARALLEL_TESTS%] (check-TESTS): Pass
719         sanitized TEST_LOGS value as makefile snippet on standard
720         input to $(MAKE), to avoid exceeding the command line limit on
721         w32 (MSYS).
722         * NEWS: Update.
723         Report by Bob Friesenhahn.
724
725 2010-09-26  Stefano Lattarini  <stefano.lattarini@gmail.com>
726
727         Extend tests on `--help' and `--version' options.
728         * tests/help.test: Create a new empty directory and chdir into
729         it, rather than removing already present files.  Run the aclocal
730         and automake wrapper scripts directly, instead of relying on
731         $AUTOMAKE and $ACLOCAL.  Be sure to correctly match literal dots
732         in aclocal's and automake's stderr.  Add a trailing `:' command.
733         * tests/help2.test: New test, checking that options `--help' and
734         `--version' works in directories with broken `configure.in'.
735         * tests/help3.test: New test, checking that options `--help' and
736         `--version' take precedence on the other options.
737         * tests/help4.test: New test, checking that the first among the
738         `--help' and `--version' options to be specified on the command
739         line wins.
740         * tests/Makefile.am (TESTS): Updated.
741
742 2010-09-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
743
744         Testsuite: Use `$PATH_SEPARATOR', not `:', when extending PATH.
745         * tests/compile2.test: Do no uselessly (implicitly) repeat the
746         computation of PATH_SEPARATOR again.
747         * tests/instmany-mans.test: Use `$PATH_SEPARATOR', not `:', when
748         extending/redefining PATH.
749         * tests/instmany-python.test: Likewise.
750         * tests/instmany.test: Likewise.
751         * tests/man4.test: Likewise.
752         * tests/mkinst3.test: Likewise.
753         * tests/mmodely.test: Likewise.
754         * tests/multlib.test: Likewise.
755         * tests/txinfo30.test: Likewise.
756         * tests/README (Section "Writing test cases" subsection "Do"):
757         Updated.
758         * Makefile.am (sc_tests_PATH_SEPARATOR): New maintainer check.
759         (syntax_check_rules): Updated.
760
761         Testsuite: new variables `$PATH_SEPARATOR' and `$APIVERSION'.
762         * tests/defs.in ($APIVERSION):  New AC_SUBST'd variable.
763         ($ACLOCAL, $AUTOMAKE): Use it.
764         ($PATH_SEPARATOR):  New AC_SUBST'd variables.
765         ($PATH): Use it.
766
767 2010-09-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
768
769         Manual: be more agnostic w.r.t. version control system used.
770         * doc/automake.texi (Basics of Distribution): Also refer to `.svn'
771         directories as a type of probably-unwanted files that are copied
772         regardless when adding directories to EXTRA_DIST.
773         (The dist Hook): Show a dist-hook example which removes Subversion
774         `.svn' private directories from distdir, rather than CVS private
775         directories.
776         (missing and AM_MAINTAINER_MODE): Try to be more agnostic w.r.t.
777         the version control system used.
778
779         Manual: index refer to target "git-dist", not "cvs-dist".
780         * doc/automake.texi (General Operation): Index the non-standard
781         example about "git-dist" under the "git-dist" label, not under
782         the "cvs-dist" one.
783
784         Perl modules: remove references to "Automake CVS repository".
785         * lib/Automake/Channels.pm: Update comments to refer to "Automke's
786         git repository" rather than to "Automake's CVS repository".
787         * lib/Automake/Configure_ac.pm: Likewise.
788         * lib/Automake/FileUtils.pm: Likewise.
789         * lib/Automake/Struct.pm: Likewise.
790         * lib/Automake/XFile.pm: Likewise.
791         * lib/Automake/Version.pm (=head1 DESCRIPTION): Refer to "git
792         branches" rather than "CVS branches".
793
794         Remove obsolete .cvsignore files.
795         * .cvsignore, doc/.cvsignore, lib/.cvsignore, lib/am/.cvsignore,
796         lib/Automake/.cvsignore, lib/Automake/tests/.cvsignore,
797         m4/.cvsignore, tests/.cvsignore: Files deleted.  Even when using
798         savannah's CVS readonly mirror there's no way to commit back to
799         the real repository, so this files are not worth maintaining or
800         keeping around.
801
802 2010-09-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
803
804         * m4/dmalloc.m4: Bump serial number and copyright years.
805
806 2010-09-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
807
808         Fix broken link in `AM_WITH_DMALLOC' help screen.
809         * m4/dmalloc.m4 (AM_WITH_DMALLOC): Refer only to the dmalloc site
810         `http://www.dmalloc.com', not to the dmalloc tarball there (which
811         seems to have been removed, substituted by multiple release
812         tarballs now).
813
814 2010-09-17  Eric Blake  <eblake@redhat.com>
815
816         Avoid triple-space after period.
817         * automake.in (handle_single_transform): Avoid 3 spaces at
818         sentence end.
819         * ChangeLog.03: Likewise.
820         * lib/Automake/ChannelDefs.pm: Likewise.
821         * lib/Automake/Channels.pm (_print_message): Likewise.
822         * lib/Automake/Rule.pm (rule): Likewise.
823         * lib/Automake/Variable.pm (var): Likewise.
824         * lib/am/distdir.am: Likewise.
825         * tests/insthook.test: Likewise.
826
827 2010-09-15  Stefano Lattarini  <stefano.lattarini@gmail.com>
828
829         Test automake-generated portions of configure help screen.
830         * tests/help-depend.test: New test.
831         * tests/help-depend2.test: Likewise.
832         * tests/help-dmalloc.test: Likewise.
833         * tests/help-init.test: Likewise.
834         * tests/help-lispdir.test: Likewise.
835         * tests/help-maintainer.test: Likewise.
836         * tests/help-multilib.test: Likewise.
837         * tests/help-regex.test: Likewise.
838         * tests/help-silent.test: Likewise.
839         * tests/help-upc.test: Likewise.
840         * tests/mmode.test: Remove tests on `configure --help' output,
841         they are superseded by tests in `help-maintainer.test'.
842         * tests/Makefile.am (TESTS): Update.
843
844 2010-09-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
845
846         * tests/README: Don't put GCS mandated tools in $required.
847
848 2010-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
849
850         * HACKING: Hint at old commits with `git describe' output.
851
852 2010-09-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
853
854         Fix regression in test `colon4.test'.
855         * tests/colon4.test: Fix botched editing to `configure.in'
856         that made the test useless.  Since we are at it, improve
857         comments and make grepping of generated Makefile.in slightly
858         stricter.
859         Regression introduced by change "Modernize, improve and/or
860         extend tests `colon*.test" (Stefano Lattarini, 2010-08-08).
861
862 2010-09-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
863
864         Do not require "gzip" explicitly in tests.
865         The gzip utility is simply expected to be present on any decent
866         target system for Automake.  So it's pointless to put it in
867         $required.
868         * tests/install2.test ($required): Do not require "gzip".
869         * tests/lex3.test: Likewise.
870         * tests/pr9.test: Likewise.
871         From a suggestion by Ralf Wildenhues.
872
873         Make some `confh*.test' tests more "semantic" (plus tweakings).
874         * tests/confh.test: Run "autoconf", "configure" and "make check",
875         instead of munging/grepping the generated `Makefile.in'.
876         * tests/confh4.test: Relax the grepping of Makefile.in w.r.t.
877         white spaces.  Do not create useless dummy source file `foo.c'
878         and useless dummy header file `acconfig.h'.
879         (configure.in): Remove superfluous call to `AC_OUTPUT'.
880         * tests/confh6.test: Add trailing `:' command.
881         * tests/confh7.test: In comments, add reference to ...
882         * tests/confh8.test: ... this new test, "semantic" sister
883         of `confh7.test'.
884         * tests/Makefile.am (TESTS): Updated.
885         Prompted by a report from Ralf Wildenhues.
886
887         Remove useless whitespace padding in XFAIL_TESTS definition.
888         * tests/Makefile.am (XFAIL_TESTS): Remove whitespace padding.
889
890 2010-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
891
892         parallel-tests: avoid command-line length limit issue.
893         * automake.in (handle_tests): New argument $makefile, new
894         substitution %MAKEFILE%.
895         (generate_makefile): Adjust.
896         * lib/am/check.am [%?PARALLEL_TESTS%] (check-TESTS): Pass
897         sanitized TEST_LOGS value as makefile snippet on standard
898         input to $(MAKE), to avoid exceeding the command line limit on
899         w32 (MSYS).
900         * NEWS: Update.
901         Report by Bob Friesenhahn.
902
903         Posix 2008 requires make to set errexit.
904         * lib/am/check.am: Update comment.
905
906 2010-08-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
907
908         Fix bug in test missing6.test.
909         * tests/missing6.test: Fix the hack used to edit `configure.in',
910         to avoid producing a configure script that breaks with shells
911         that do not support $LINENO.  Also throw in a couple of cosmetic
912         changes.
913
914 2010-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
915
916         Improve robustness of mdate-sh script.
917         * lib/mdate-sh: Sanitize zsh behavior on startup, to ensure
918         $ls_command is word-split properly upon invocation.
919         (error): New function.
920         (main): Use it.  Improve error checking to avoid endless loop
921         in case $ls_command gave bogus output.  Fix eval quotation.
922         * tests/mdate6.test: New test, to expose eval quotation error.
923         * tests/Makefile.am: Update.
924
925 2010-08-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
926
927         Fix potential regressions in depcomp{3,5}.test.
928         * tests/depcomp3.test: Do not uselessly escape the character `$'
929         in makefile rules, when it's used to expand a make macro.
930         * tests/depcomp5.test: Likewise.
931
932 2010-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
933             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
934
935         Docs: clarify how to avoid automatic dependencies tracking.
936         * doc/automake.texi (Automatic dependency tracking): Mention that
937         automatic dependencies tracking is enabled by default, but that
938         the package developer can disable it altogether.  Add a reference
939         to the proper section for a more in-depth explanation.
940
941         Fix typo in manual (`Makefile.in' instead of `Makefile.am').
942         * doc/automake.texi (Automatic dependency tracking): Fix typo.
943
944 2010-08-16  Bruno Haible  <bruno@clisp.org>
945
946         Don't hide the table of contents.
947         * doc/automake.texi: Move the table of contents to the beginning.
948
949 2010-08-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
950
951         Tweak and/or extend some `acloca*.test' tests.
952         * tests/aclocal8.test:  Ensure verbose printing of captured
953         output.
954         * tests/aclocal.test: Likewise.  Also, add trailing `:'
955         command.
956         * tests/acloca19.test: Likewise.
957         * tests/aclocal5.test: Add trailing `:' command, and prefer
958         `$me' over hard-coded test name.
959         * tests/aclocal6.test: Likewise.
960         * tests/aclocal18.test: Add trailing `:' command, and make
961         some grepping slightly stricter.
962         * tests/acloca14.test: Likewise.  Also, prefer `diff' over
963         `cmp', and add some "cosmetic" blank lines.
964
965 2010-08-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
966
967         Tweak and extend tests `pr[!0-9]*.test'.
968         * tests/primary3.test: Add trailing `:' command.
969         * tests/primary.test: Make grepping of Automake's stderr stricter.
970         Also, add trailing `:' command, and cosmetic changes in spacing.
971         * tests/primary2.test: Likewise.
972         * tests/prefix.test: Enable `errexit' shell flags, and related
973         changes.  Add a trailing `:' command.
974         * tests/proginst.test: Likewise.
975
976         Modernize, improve and extend tests for PR (`pr[0-9]*.test').
977         * tests/pr2.test: Add trailing `:' command.
978         * tests/pr229.test: Likewise.
979         * tests/pr401.test: Likewise.
980         * tests/pr401b.test: Likewise.
981         * tests/pr401c.test: Likewise.
982         * tests/pr300-prog.test: Likewise, plus cosmetic changes in
983         spacing.
984         * tests/pr300-lib.test: Likewise.
985         * tests/pr300-ltlib.test: Likewise, and ensure verbose printing
986         of captured make stdout.
987         * tests/pr211.test: Add trailing `:' command.  Also, use the
988         `configure.in' stub created by ./defs, rather than writing it
989         from scratch.
990         * tests/pr204.test: Likewise, plus cosmetic spacing changes.
991         * tests/pr287.test: Likewise, and move setting of `errexit' shell
992         flag earlier in the script (just after inclusion of ./defs).
993         * tests/pr220.test: Make grepping of Automake's stderr stricter.
994         Also, add trailing `:' command, and cosmetic changes in spacing.
995         * tests/pr224.test: Move setting of `errexit' shell flag earlier
996         in the script (just after inclusion of ./defs).  Do not export
997         `CC=gcc' to configure explicitly (it's already exported globally
998         in ./defs, since we have "gcc" in $required).  Use the stub for
999         `configure.in' created by ./defs, rather than writing it from
1000         scratch.  Do not create dummy files required by "gnu" mode (e.g.
1001         README, NEWS), since we run automake in foreign mode anyway.
1002         * tests/pr72.test: Enable `errexit' shell flags, and related
1003         changes.  Extend existing checks a bit.
1004         * tests/pr9.test: Likewise.  Also, avoid obsolescent constructs in
1005         the generated `configure.in', and extend existing checks over the
1006         generated tarball a bit.
1007         * tests/pr87.test: Enable `errexit' shell flags, and related
1008         changes.  Add a trailing `:' command.  Also, do not create dummy
1009         files required by "gnu" mode (e.g. README, NEWS), since we run
1010         automake in foreign mode anyway.
1011         * tests/pr243.test: Avoid obsolescent constructs in the generated
1012         `configure.in'.  Enable the `errexit' shell flag, and related
1013         changes.  Cosmetic changes to spacing, add trailing `:' command,
1014         and add a "FIXME" comment.
1015         * tests/pr266.test: Likewise, and add explicit command line switch
1016         `--enable-dependecy-tracking' to the ./configure call.
1017         * tests/pr279.test: Avoid obsolescent constructs in the generated
1018         `configure.in'; also, use the `configure.in' stub created by
1019         ./defs, rather than writing it from scratch.  Enable `errexit'
1020         shell flag, and related changes.  Add trailing `:' command.
1021         * tests/pr279-2.test: Likewise, and make grepping of Makefile.in
1022         stricter.
1023         * tests/pr307.test: Move setting of `errexit' shell flag earlier
1024         in the script (just after inclusion of ./defs).  Escape literal
1025         dots in grep regular expressions.  Also, add a trailing `:'
1026         command, and cosmetic changes to spacing.
1027
1028         Tests for PR: add excerpts from original bug report, for clarity.
1029         * tests/pr2.test: Ditto.
1030         * tests/pr9.test: Likewise.
1031         * tests/pr72.test: Likewise.
1032         * tests/pr87.test: Likewise.
1033         * tests/pr211.test: Likewise.
1034         * tests/pr220.test: Likewise.
1035         * tests/pr224.test: Likewise.
1036         * tests/pr229.test: Likewise.
1037         * tests/pr243.test: Likewise.
1038         * tests/pr266.test: Likewise.
1039         * tests/pr279.test: Likewise, and tell to keep it in sync
1040         with its sister test.
1041         * tests/pr279-2.test: Likewise.
1042
1043 2010-08-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
1044
1045         Tweak, extend and improve tests `cond[a-z]*.test'.
1046         * tests/condd.test: Add trailing `:' command.  Typofix in
1047         comment.
1048         * tests/condhook.test: Make sure target `install-data-hook' is
1049         not called by `make install', but that data files are installed.
1050         Use proper m4 quoting in configure.in. Add trailing `:' command.
1051         * tests/condhook2.test: New test, sister test of condhook, with
1052         inverted semantic.
1053         * tests/condinc2.test: Use proper m4 quoting in configure.in.
1054         Prefer trailing `:' command over trailing `Exit 0'.
1055         * tests/condman2.test: Enable errexit shell flag, and related
1056         changes.  Add trailing `:' command.
1057         * tests/condman.test: Likewise.  Also, do not create useless
1058         dummy manpages, and use proper m4 quoting in configure.in.
1059         * tests/condman3.test: New test, similar to condman.test, but
1060         it also runs ./configure and "make install", and check the
1061         installed files.
1062         * tests/Makefile.am (TESTS): Updated.
1063
1064         Modernize, improve and/or extend tests `colon*.test.
1065         * tests/colon.test: Rely on the `configure.in' stub created by
1066         `./defs', rather than writing one from scratch.  Do not create
1067         a useless dummy file.  Add trailing `:' command.
1068         * tests/colon4.test: Enable the `errexit' shell flag, and
1069         related changes.  Rely on the `configure.in' stub created by
1070         `./defs', rather than writing one from scratch.
1071         * tests/colon7.test: Enable `errexit' shell flag, and related
1072         changes.  Improve the generated `configure.in' file.  Add
1073         trailing `:' command.
1074         * tests/colon2.test: Likewise.  Also, add some new checks.
1075         * tests/colon5.test: Improve the generated `configure.in' file.
1076         Add new, much deeper checks.  Add trailing `:' command.
1077         * tests/colon6.test: Likewise.
1078         * tests/colon3.test: Add trailing `:' command.  Remove useless
1079         comments and echos.  Improve the generated `configure.in' file.
1080         make some grepping tests stricter.  Add a "FIXME" comments about
1081         planned improvements.
1082
1083         Improve and extend tests `asm*.test'.
1084         * tests/asm.test: Use configure.in stub generated by ./defs,
1085         and avoid obsoleted autoconf constructs.  Make grepping of
1086         Automake stderr stricter.  Do not create useless source file.
1087         Improve verbose messages.  Minor cosmetic changes.  Tell to
1088         keep it in sync with other sister tests asm*.test.
1089         * tests/asm2.test: Likewise.
1090         * tests/asm3.test: Likewise.
1091
1092         Modernize, improve and/or extend test scripts `conf*.test'.
1093         * tests/confh5.test: Cosmetic changes.
1094         * tests/conff.test: Likewise.
1095         * tests/confdeps.test: Likewise.
1096         * tests/conflnk.test: Likewise.
1097         * tests/conflnk2.test: Likewise.
1098         * tests/confsub.test: Likewise.
1099         * tests/confvar.test: Likewise, and make grepping of Makefile.in
1100         stricter.
1101         * tests/confvar2.test: Likewise.
1102         * tests/conflnk3.test: Cosmetic changes.  Re-enable a temporarily
1103         disabled test (which didn't work with autoconf <= 2.59, but now we
1104         are requiring autoconf 2.62, so...)
1105         * tests/conflnk4.test: Cosmetic changes, and extend existing tests
1106         accordingly to "TODO" comments.
1107         * tests/conff2.test: Make grepping of Automake's stderr stricter.
1108         Add some comments explaining why we don't use the `configure.in'
1109         stub preset be ./defs.
1110         * tests/confh.test: Use the `configure.in' stub created by ./defs,
1111         rather than writing one from scratch, and do not call AC_OUTPUT.
1112         Enable `errexit' shell flag, and related changes.  Prefer diff over
1113         cmp to compare text files. Prefer perl over sed to fetch the value
1114         of $(DIST_COMMON) from Makefile.in.  Make grepping of the contents
1115         of $(DIST_COMMON) stricter.
1116         * tests/confh4.test: Use the `configure.in' stub created by ./defs,
1117         rather than writing one from scratch.  Make grepping of Makefile.in
1118         stricter.
1119         * tests/confh5.test: Make grepping of `config.h' stricter.  Add a
1120         comment.
1121         * tests/configure.test: Avoid obsolescent constructs in generated
1122         `configure.ac'.  Do not write `configure.in' two times.  Escape
1123         literal dots in grep regular expressions.
1124         * tests/confincl.test:  Enable `errexit' shell flag, and related
1125         changes.  Prefer fgrep over grep.  Other cosmetic changes.
1126         * tests/config.test: Renamed to ...
1127         * tests/confh6.test: ... this.  Fix m4 quoting in `configure.in',
1128         and make grepping of `config.h' and `config.h.in' stricter.
1129         * tests/conf2.test: Renamed ...
1130         * tests/confh7.test: ... to this.  Use the `configure.in' stub
1131         created by ./defs, rather than writing one from scratch.  Try to
1132         run the checks both with and without AC_PROG_CC and AC_OUTPUT in
1133         `configure.in'.
1134         * tests/Makefile.am (TESTS): Updated.
1135
1136         Minor improvements and fixes in tests `depcomp*.test'.
1137         * tests/depcomp.test: Do not create useless dummy source files.
1138         Add a trailing `:' command.
1139         * tests/depcomp2.test: Use `unset' on the CFLAG variable to ensure
1140         it's not in in the environment, rather than exporting it with an
1141         empty value.  Do not pass CC=gcc to configure, as that's already
1142         done in ./defs since we have gcc in $required.  Ensure verbose
1143         printing of captured stderr, and normalize its checking.  Add a
1144         trailing `:' command.
1145         * tests/depcomp3.test: Quote literal dots and dollar characters in
1146         grep regexps.  Always use `: >' rather than `touch' to create empty
1147         files.  Explicitly declare phony targets as such in the created
1148         Makefile.am.  Add a trailing `:' command.
1149         * tests/depcomp4.test: Quote literal dots and dollar characters in
1150         grep regexp.  Explicitly declare phony targets as such in the
1151         created Makefile.am.  Ensure verbose printing of captured makes'
1152         stoud/stderr.  Add a trailing `:' command.
1153         * tests/depcomp5.test: Move setting of `errexit' shell flag earlier
1154         in the script (just after inclusion of ./defs).  Quote literal dots
1155         and dollar characters in grep regexps.  Explicitly declare phony
1156         targets as such in the created Makefile.am.  Add a trailing `:'
1157         command.
1158         * tests/depcomp6.test: Consistently use m4 quoting in the generated
1159         configure.in.  Cosmetic fixes to spacing.  Make the "dummy" `if'
1160         statement required by OpenBSD's sh `set -e' more robust, and add
1161         explanatory comments to it.
1162         * tests/depcomp7.test: Likewise, and add  a trailing `:' command.
1163
1164         Separate failing part of test `all.test'.
1165         * tests/all.test: Keep only (x)failing part of the test.  Working
1166         checks moved out to ...
1167         * tests/all2.test: ... this new test.
1168         * tests/Makefile.am (TESTS): Updated.
1169
1170         Modernize, improve and extend tests `subobj*.test'.
1171         * tests/subobjname.test:  Add trailing `:' command.
1172         * tests/subobj.test: Make grepping of `Makefile.in' stricter.
1173         Escape literal dots in grep regexps.
1174         * tests/subobj2.test:  Add trailing `:' command.  Do not use the
1175         unportable fgrep option `-e'.
1176         * tests/subobj3.test: Add trailing `:' command.
1177         (configure.in): Use proper m4 quoting, and avoid obsolescent
1178         constructs.
1179         * tests/subobj8.test: Likewise.  Also, enable `errexit' shell
1180         flag, with related changes
1181         * tests/subobj4.test: Likewise.  Also, make grepping of
1182         `Makefile.in' stricter.
1183         * tests/subobj5.test: Add trailing `:' command.  Move setting of
1184         `errexit' shell flag earlier in the script (just after inclusion
1185         of ./defs).
1186         (configure.in): Use the stub created by `./defs', rather than
1187         writing it from scratch, and avoid obsolescent constructs.
1188         * tests/subobj6.test: Add trailing `:' command.  Move setting of
1189         `errexit' shell flag earlier in the script (just after inclusion
1190         of ./defs).  Do not create useless dummy ac-init file `f'.
1191         * tests/subobj7.test: Do not create useless dummy ac-init file
1192         `f'.
1193         (configure.in): Use the stub created by `./defs', rather than
1194         writing it from scratch, and avoid obsolescent constructs.
1195         * tests/subobj9.test: Move setting of `errexit' shell flag earlier
1196         in the script (just after inclusion of ./defs).  Fail the test if
1197         `make distcheck' fails.  Ensure verbose printing of captured make
1198         stdout.  Avoid useless fork by doing simple grep instead of using
1199         test -n "`COMMAND | grep ...`".
1200         (configure.in): Normalize the call to AC_INIT w.r.t. other tests.
1201         (Makefile.am): Explicitly mark target "print" as phony.
1202         * tests/subobj10.test: Removed duplicated call to `set -e'.  Add
1203         trailing `:' command.
1204         (configure.in): Normalize the call to AC_INIT w.r.t. other tests.
1205
1206         Remove a couple of obsoleted tests.
1207         * tests/fpinstall.test: Removed.
1208         * tests/fpinst2.test: Likewise.
1209         * tests/Makefile.am (TESTS): Updated.
1210
1211         Bootstrap: updated HACKING entry.
1212         * HACKING ("Working with git"): Explain how to override the
1213         autoconf and autom4te programs used by the bootstrap process.
1214
1215         Bootstrap: fixlet.
1216         * bootstrap: Do not remove `lib/Automake/Config.pm' anymore,
1217         since we don't generate it.  Correctly quote arguments of
1218         `eval' builtin.  Fixed a botched error message.  Removed an
1219         extra blank line.
1220
1221         Bootstrap: don't search perl in $PATH.
1222         * bootstrap: Do not explicitly search perl in $PATH anymore.
1223         ($PATH_SEPARATOR): Removed, it's no more needed.
1224
1225         Bootstrap: let the user choose which autoconf to use.
1226         * bootstrap ($AUTOCONF): New variable, from the environment.
1227         ($AUTOM4TE): Likewise, for clarity.
1228         Use "$AUTOCONF" instead of calling "autoconf" directly.
1229
1230         Minor improvements to tests ar*.test.
1231         * tests/ar.test: Add trailing `:' command.
1232         * tests/ar2.test: Likewise, and make grepping of generated
1233         Makefile.in stricter.
1234
1235 2010-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1236
1237         Fix maintainer-check failure.
1238         * tests/cond5.test: Quote sleep argument, this isn't about
1239         time stamp differences.
1240
1241         Sync auxiliary files from upstream.
1242         * lib/config.guess, lib/config.sub, lib/texinfo.tex:
1243         Sync from upstream.
1244
1245 2010-08-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
1246
1247         Work around a nasty bug (segfault) of Solaris make.
1248         * lib/am/check.am (recheck, recheck-html): Trim trailing spaces
1249         from $list, to avoid triggering a nasty bug (potential segfault)
1250         on Solaris make.
1251
1252 2010-08-06  Peter Rosin  <peda@lysator.liu.se>
1253
1254         Make cond5.test more robust on MSYS.
1255         * tests/cond5.test: Add delay before the first kill attempt to
1256         cater for problems with MSYS bash.
1257
1258 2010-07-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1259
1260         Add example git work flow; discuss merge --log in HACKING.
1261         * HACKING: Update.
1262         Suggestion by Stefano Lattarini.
1263
1264         Add more hints for debugging make rules.
1265         * doc/automake.texi (Debugging Make Rules): Show command to find
1266         out expanded values of variables; point to makefile debugger.
1267         * THANKS: Update.
1268         Prompted by suggestion from Ludovic Courtès and Andy Wingo.
1269
1270 2010-07-27  Patrick Welche  <prlw1@cam.ac.uk>  (tiny change)
1271
1272         Fix typo in the manual.
1273         * doc/automake.texi (Scripts): Fix typo.
1274
1275 2010-07-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1276
1277         Document current policy for development with git.
1278         * HACKING (Working with git): Overhaul.
1279         Prompted by suggestion from Stefano Lattarini.
1280
1281         Fix AM_COND_IF for gone-invalid condition shell expression.
1282         * m4/cond-if.m4 (AM_COND_IF): test contents of $COND_TRUE
1283         variable, rather than re-evaluating the shell expression for
1284         the condition.
1285         * tests/cond40.test: Extend test.
1286         * NEWS: Update.
1287
1288         Avoid syntax error if IF-TRUE part of AM_COND_IF expands empty.
1289         * m4/cond-if.m4 (AM_COND_IF): Ensure IF-TRUE part is never empty
1290         to avoid shell syntax error if the m4 expansion is empty.
1291         * tests/cond40.test: Enhance test.
1292
1293         Coverage: bogus option to AM_INIT_AUTOMAKE.
1294         * tests/init2.test: New test.
1295         * tests/Makefile.am: Update.
1296
1297 2010-07-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
1298
1299         Modernize and improve test scripts `subdir*.test'.
1300         * tests/subdir.test: Enable `errexit' shell flag, and related
1301         changes.  Use the `configure.in' stub created by `./defs',
1302         rather than writing one from scratch.
1303         * tests/subdir2.test: Likewise.
1304         * tests/subdir4.test: Likewise.
1305         * tests/subdir3.test: Enable `errexit' shell flag, and related
1306         changes.  Do not create useless dummy source files.
1307         * tests/subdir5.test: Make grepping of Makefile.in (in topdir
1308         and in subdirs) stricter.  Some minor changes to keep it more
1309         in sync with the related test `subdir8.test'.
1310         * tests/subdir8.test: Likewise (but with the related test being
1311         `subdir5.test' here).
1312         * tests/subdir6.test: Cosmetic change in spacing.
1313         * tests/subdir9.test: Define and use new variable `$distdir'.  Add
1314         trailing `:' command.
1315         * tests/subdir10.test: Cosmetic consistency-related change.
1316         * tests/subdirbuiltsources.test: Cosmetic changes in spacings.
1317         (configure.in): Use stub created by `./defs', rather than writing
1318         it from scratch.  Do not use obsoleted and/or deprecated forms of
1319         autoconf/automake macros.
1320
1321         Modernize and improve test scripts `dist*.test'.
1322         * tests/distcleancheck.test: Do not add useless `-e' option to
1323         a $MAKE call.  Extend test by grepping stderr of make.
1324         * tests/distcom2.test: Do not run the same test script on the
1325         Makefile.in twice, but save its output in an intermediate file
1326         instead.  Make grepping of DIST_COMMON definition stricter.
1327         Display the content of more files, to ease debugging.  Add a
1328         trailing `:' command.  Improved heading comments w.r.t. sister
1329         test(s).
1330         * tests/distcom6.test: Likewise, and avoid to uselessly run
1331         autoconf.
1332         * tests/distcom3.test: Ensure verbose printing of captured stdout
1333         and stderr.  Make grepping of captured stderr stricter.  Also,
1334         add trailing `:' command.
1335         * tests/distcom4.test: Declare the target `test' in the generated
1336         Makefile.am as `.PHONY'.  Display content of more files, to ease
1337         debugging.  Add trailing `:' command.
1338         * tests/distcom5.test: Likewise.  Also, factor out common sed
1339         script in subroutine `extract_distcommon'.
1340         * tests/distcom7.test: Prefer cat + here-doc over echo to write
1341         test Makefile.am files.  Add a trailing `:' command.
1342         * tests/distname.test: Prefer `gzip -d' over `gunzip'.  Move the
1343         call to `set -e' earlier.  Be stricter and more verbose in the
1344         checking of the generated tarball.
1345         (configure.in): Use the stub provided by ./defs, instead of
1346         writing it from scratch.  Avoid obsoleted constructs.  Remove
1347         useless call to `AM_PROG_CC_C_O'.
1348         * tests/distdir.test: Various minor improvements/normalizations.
1349         * tests/distlinks.test: Likewise.
1350
1351 2010-07-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
1352
1353         Improve and extend test cond5.test.
1354         * tests/cond5.test: Do not blindly sleep 60 seconds before polling
1355         the background automake process, but poll it every 10 seconds for
1356         at most 30 times (this makes the test both faster on good machines,
1357         and more resilient to spurious timeout-due failures when in low
1358         priority or on heavily-loaded systems).
1359         Check also that automake writes the expected error messages on the
1360         standard error.
1361         Enable `errexit' flag, and related changes.
1362         Rely on the `configure.in' stub created by `./defs', rather than
1363         writing one from scratch.
1364
1365 2010-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1366
1367         Update program --help output to match current GCS.
1368         * configure.ac: Set and substitute PACKAGE_URL if AC_PACKAGE_URL
1369         is not defined, for compatibility to Autoconf < 2.64.
1370         * Makefile.am (do_subst): Substitute PACKAGE_BUGREPORT and
1371         PACKAGE_URL.
1372         (sc_diff_automake_in_automake): Update number of diff lines for
1373         additional substitutions.
1374         * aclocal.in (usage): Use PACKAGE_BUGREPORT.  Point to Automake
1375         home page and GNU general help page.
1376         * automake.in (usage): Likewise.
1377         * doc/automake.texi: New flag PACKAGE_BUGREPORT, to factor email
1378         address.
1379         (Introduction, Creating amhello, amhello Explained, Options):
1380         Use it throughout.
1381         * lib/Automake/Makefile.am (do_subst): Substitute
1382         PACKAGE_BUGREPORT.
1383         * lib/Automake/Config.in ($PACKAGE_BUGREPORT): New global.
1384         * lib/Automake/ChannelDefs.pm: Use it for footer of fatal
1385         messages.
1386
1387         Clean up @var handling in the manual.
1388         * doc/automake.texi: Throughout the manual, lower-case @var
1389         names, replace a few one-character names.
1390
1391 2010-06-26  Stefano Lattarini  <stefano.lattarini@gmail.com>
1392
1393         Fix typo-related bug in test script silent5.test.
1394         * tests/silent5.test: Use $EGREP, not $GREP (which is not even
1395         defined).
1396
1397         Tests: remove useless repetitions of `foreign' automake option.
1398         * tests/multlib.test (configure.in): Remove useless use of
1399         `foreign' option in AM_INIT_AUTOMAKE (the `--foreign' option is
1400         already in $AUTOMAKE by default, so no point in repeating it).
1401         * tests/subobj10.test: Likewise.
1402         * tests/subobj9.test: Likewise.
1403         * tests/lex3.test (Makefile.am): Similarly, remove useless use
1404         of `foreign' option in AUTOMAKE_OPTIONS.
1405         * tests/lex5.test: Likewise.
1406         * tests/pr279.test: Likewise.
1407         * tests/pr279-2.test: Likewise.
1408         * tests/specflg3.test: Likewise.
1409         * tests/target-cflags.test: Likewise.
1410
1411         Drop useless requirement "gzip" in lex5.test.
1412         * tests/lex5.test ($required): Do not list "gzip", as it's
1413         never used.
1414
1415 2010-06-24  Stefano Lattarini  <stefano.lattarini@gmail.com>
1416
1417         Fix bugs in test script silent5.test.
1418         * tests/silent5.test: Fixed a nasty bug (due to the use of grep
1419         instead of egrep) that could have led to false negatives.
1420
1421 2010-06-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
1422
1423         Add a test checking that distributed broken symlinks cause
1424         `make dist' to fail.
1425         * tests/distlinksbrk.test: New test.
1426         * tests/Makefile.am (TESTS): Updated.
1427
1428 2010-06-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1429
1430         Fix minor testsuite issues, update docs, for Yacc/Lex changes.
1431         * doc/automake.texi (Yacc and Lex): Mention AM_YFLAGS, YFLAGS
1432         and AM_LFLAGS, LFLAGS in the order in which they now appear in
1433         the rules.
1434         * NEWS: Update.
1435         * tests/lflags.test, tests/lflags2.test, tests/yflags.test,
1436         tests/yflags2.test: Prefer `make -e' over `make VAR=VAL', to
1437         please maintainer-check.  Ensure generated C files contain a
1438         declaration, to please compilers.
1439
1440 2010-06-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
1441
1442         Fix bugs in Automake Yacc/Lex support w.r.t. $(AM_FLAGS) and
1443         $(FLAGS) precedence.
1444         * automake.in: Fix registration of languages "Lex", "Lex (C++)",
1445         "Yacc" and "Yacc (C++)", so that $(LFLAGS) has precedence over
1446         $(AM_LFLAGS) and $(YFLAGS) has precedence over $(AM_YFLAGS).
1447         * tests/Makefile.am (XFAIL_TESTS): Updated accordingly.
1448         * NEWS: Updated.
1449
1450         New tests, exposing bugs in Automake Yacc/Lex support w.r.t.
1451         $(AM_FLAGS) and $(FLAGS) precedence.
1452         * tests/lflags.test: New test, check that user $(LFLAGS) takes
1453         precedence over automake (AM_LFLAGS) and (foo_LFLAGS).  Still
1454         xfailing.
1455         * tests/lflags2.test: Likewise.
1456         * tests/yflags.test: New test, check that user $(YFLAGS) takes
1457         precedence over automake (AM_YFLAGS) and (foo_YFLAGS).  Still
1458         xfailing.
1459         * tests/yflags2.test: Likewise.
1460         * tests/Makefile.am (TESTS, XFAIL_TESTS): Extended accordingly.
1461
1462 2010-06-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
1463
1464         Modernize, improve and extend tests `suffix*.test'.
1465         * tests/suffix3.test: Enable `errexit' shell flag, and related
1466         changes.
1467         * tests/suffix4.test: Likewise.
1468         * tests/suffix6.test: Likewise, and do not create a useless dummy
1469         source file.
1470         * tests/suffix7.test: Likewise.
1471         * tests/suffix5.test: Enable `errexit' shell flag, and related
1472         changes.  Make grepping of Makefile.in slightly stricter.
1473         * tests/suffix.test: Enable `errexit' shell flag, and related
1474         changes.  Also, do not redirect grep output to /dev/null, as this
1475         might unmotivatedly hide useful information.
1476         * tests/suffix2.test: Move setting of `errexit' shell flag earlier
1477         in the script (just after inclusion of ./defs).  Use a more
1478         idiomatic way to count text occurrences in Makefile.in with
1479         grep.  Do not create useless dummy source files.
1480         * tests/suffix10.test: Ensure verbose printing of captured make
1481         stdout.  Minor cosmetic changes.
1482         * tests/suffix8.test: Likewise.  Also, drop useless call to the
1483         env(1) utility, and make grepping of make output stricter by using
1484         $FGREP rather than plain grep.
1485         * tests/suffix11.test: Likewise.
1486         * tests/suffix12.test: Likewise.
1487         * tests/suffix9.test: Prefer cat + here-doc over echo to append to
1488         the `configure.in' stub.  Cosmetic changes.
1489         * tests/suffix13.test: Cosmetic spacing change.
1490
1491 2010-06-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
1492
1493         Add useful comment in test script ext.test.
1494         * tests/ext.test: Add a comment explaining why an apparently
1495         useless `if' statement is indeed required.
1496
1497         Add useful comment in test script obsolete.test.
1498         * tests/obsolete.test: Add a comment explaining why we need
1499         an indirection in adding $AUTOUPDATE to $required.
1500
1501         Normalize whitespaces in 'tests/Makefile.am'.
1502         * tests/Makefile.am (TESTS): Use only spaces, not tabs, in the
1503         definition of this variable.
1504
1505 2010-06-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1506
1507         Remove a couple of unneeded conditionals from tests.
1508         * tests/pr243.test, tests/pr266.test, tests/strip.test: No need
1509         for the FOOTEST conditional.
1510
1511 2010-06-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
1512
1513         Modernize, improve and/or fix various test scripts.
1514         * tests/symlink3.test: Deleted, separated into two new, more
1515         complete tests ...
1516         * tests/forcemiss.test: ... this one ...
1517         * tests/forcemiss2.test: ... and this one.
1518         * tests/symlink2.test: Enable `errexit' shell flag, make test
1519         stricter, and skip it if symlink creation is not supported.
1520         * tests/postproc.test: Enable `errexit' shell flag, related
1521         changes, and a couple of unrelated cosmetic changes.
1522         * tests/recurs.test: Use the `configure.in' stub created by
1523         `./defs', rather than writing one from scratch.  Make grepping
1524         of Automake stderr slightly stricter.
1525         * tests/substtarg.test: Likewise.
1526         * tests/strip.test: Likewise, and move the call to `set -e'
1527         earlier (just after the inclusion of `./defs'). Also, make sure
1528         that the script installed by `make install-script' is equal to
1529         the original one.
1530         * tests/substref.test: Use the `configure.in' stub created by
1531         `./defs', rather than writing one from scratch.  Move the call
1532         to `set -e' earlier (just after the inclusion of `./defs').
1533         Avoid to explicitly export CC for configure (that's already done
1534         in ./defs).  Avoid potential problems with unpredictable make
1535         output.  Finally, make grepping of Makefile.in stricter.
1536         * tests/substre2.test: Ensure verbose printing of the captured
1537         make's output, and make its grepping slightly stricter.
1538         * tests/cygwin32.test: Enable `errexit' shell flag, and related
1539         changes.  Also, do not create useless dummy source/data files.
1540         * tests/scripts.test: Likewise.
1541         * tests/recurs2.test: Likewise.  Also, use the `configure.in'
1542         stub created by `./defs'.
1543         * tests/Makefile.am (TESTS): Updated.
1544
1545         Modernize, improve and/or fix tests `pluseq*.test.
1546         * tests/pluseq5.test: Append to configure.in using cat with an
1547         here-doc, not using echo.
1548         * tests/pluseq10.test: Make sure that the captured output of
1549         `make' command is always displayed. Where possible, use $FGREP
1550         instead of grep (this change makes some checks slightly stricter).
1551         * tests/pluseq8.test: Enable `errexit' shell flag, with related
1552         changes.
1553         * tests/pluseq.test: Likewise.  Also, do not create useless dummy
1554         data files, and use better m4 quoting in generated configure.in.
1555         * tests/pluseq2.test: Likewise.  Also, append to configure.in
1556         using cat with an here-doc, not using echo.
1557         * tests/pluseq3.test: Likewise.
1558         * tests/pluseq4.test: Likewise.
1559         * tests/pluseq6.test: Likewise.
1560         * tests/pluseq7.test: Do not create useless dummy source file.
1561         * tests/pluseq9.test: Slightly extended w.r.t. the grepping of
1562         Automake stderr.  Some unrelated cosmetic changes.
1563
1564         Testsuite: ensure verbose printing of captured stderr.
1565         * tests/acloca18.test: Print captured stderr before either failing
1566         or grepping it.  Be sure to send captured stderr to stderr, not to
1567         stdout.
1568         * tests/ansi3b.test: Likewise.
1569         * tests/cond39.test: Likewise.
1570         * tests/configure.test: Likewise.
1571         * tests/missing3.test: Likewise.
1572         * tests/missing6.test: Likewise.
1573         * tests/output-order.test: Likewise.
1574         * tests/pr300-ltlib.test: Likewise.
1575         * tests/python6.test: Likewise.
1576         * tests/python7.test: Likewise.
1577         * tests/python8.test: Likewise.
1578         * tests/python9.test: Likewise.
1579         * tests/subobj.test: Likewise.
1580         * tests/vars3.test: Likewise.
1581         * tests/missing4.test: Likewise, and fix a call to grep not to use
1582         the `-c' flag.
1583         * tests/ansi3.test: Likewise, and rely on the `configure.in' stub
1584         created by `./defs', rather than writing one from scratch.
1585
1586         Enable `errexit' shell flag in various tests.
1587         * tests/backsl.test: Enable the `errexit' shell flag, and
1588         related changes.
1589         * tests/backsl2.test: Likewise.
1590         * tests/block.test: Likewise.
1591         * tests/canon2.test: Likewise.
1592         * tests/canon4.test: Likewise.
1593         * tests/comment2.test: Likewise.
1594         * tests/condlib.test: Likewise.
1595         * tests/cond15.test: Likewise, and prefer $FGREP over grep.
1596         * tests/canon3.test: Likewise.  Also, avoid to create an useless
1597         dummy source file.
1598         * tests/acoutpt2.test: Enable the `errexit' shell flag, and some
1599         related changes.  Do some cosmetic improvements in the generated
1600         `configure.in' file.
1601         * tests/cond4.test: Likewise.
1602         * tests/cond14.test: Likewise.
1603         * tests/condinc.test: Likewise.
1604         * tests/cond7.test: Likewise.  Also, remove useless setting of
1605         AUTOMAKE_OPTIONS to `foreign' in the generated Makefile.am.
1606         * tests/ansi.test: Enable the `errexit' shell flag, and related
1607         changes.  Extended, esp. by running autoconf, ./configure and
1608         make, and by looking into the distdir.
1609
1610 2010-06-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
1611             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1612
1613         Extend tests/README w.r.t. trailing `:' in test scripts.
1614         * tests/README (section "Writing test cases" subsection "Do"):
1615         Explain why apparently redundant trailing `:' and `Exit 0' in
1616         test scripts can indeed be useful.
1617
1618 2010-06-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
1619
1620         Improve determination of PATH separator in bootstrap script.
1621         * bootstrap: Determine what the PATH separator is the same way
1622         autoconf does.
1623
1624         Minor improvements in bootstrap script.
1625         * bootstrap: Consistently use two-spaces indentation.  Cosmetic
1626         improvement to comments.
1627         ($me): New variable, containing program basename.
1628         Prepend it to all error messages.
1629
1630         Testsuite now works with BSD make in parallel mode.
1631         * tests/defs.in: Unset variables __MKLVL__ and MAKE_JOBS_FIFO,
1632         which are exported by BSD make when run in parallel mode, and
1633         which can confuse make processes spawned by our testsuite.
1634         This change fixes a lot of spurious failure when the testsuite
1635         is run with BSD make in parallel mode.
1636
1637 2010-06-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
1638
1639         Modernize, improve and/or fix various test scripts.
1640         * tests/sanity.test: Rely on the `configure.in' stub created by
1641         `./defs', rather than writing one from scratch.
1642         * tests/depend2.test: Likewise.  Also, call `set -e' just after
1643         the inclusion of `./defs', instead that later in the script.
1644         * tests/canon5.test: Avoid a useless `|| Exit 1' after a call to
1645         $AUTOMAKE, and improve the positioning of an $ACLOCAL call.
1646         * tests/exeext4.test: Use $FGREP instead of grep, where possible.
1647         Make auxiliary rules in the generated Makefile more silent.
1648         These changes make some checks slightly stricter.
1649         * tests/ext2.test: Call `Exit 1' if inclusion of `./defs' fails.
1650         * tests/gettext2.test: Place final `:' at the end of the script,
1651         rather than in the middle.
1652         * tests/exeext.test: Call `set -e' just after the inclusion of
1653         `./defs', instead that later in the script.
1654         * tests/extra5.test: Likewise.
1655         * tests/confdeps.test: Likewise.  Also, prefer `mv -f' over
1656         plain `mv', just to be sure.
1657         * tests/depcomp.test: Enable `errexit' shell flag, with related
1658         changes.  Also, modernize the generated configure.in.
1659         * tests/cond9.test: Likewise.  Also, rely on the `configure.in'
1660         stub created by `./defs', rather than writing one from scratch.
1661         * tests/cond10.test: Likewise.
1662         * tests/depcomp2.test: Likewise.
1663         * tests/depend3.test: Likewise.
1664         * tests/distcom7.test: Likewise.
1665         * tests/fortdep.test: Likewise.  Also, remove definition of
1666         AUTOMAKE_OPTIONS to `foreign' in the generated Makefile.am,
1667         since that flag is already provided by $AUTOMAKE.
1668         * tests/mdate.test: Made stricter, by checking that Automake
1669         actually failed, and by making a stricter grep on the error
1670         message.  Also, set shell `errexit flag'.
1671         * tests/python2.test: Improved verbose messages.
1672
1673         Make test `ammissing.test' stricter.
1674         * tests/ammissing.test: Fail if $ACLOCAL succeeds unexpectedly.
1675         Enable `errexit' shell flag.
1676
1677 2010-06-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
1678
1679         Enable `errexit' shell flag in some test scripts.
1680         * tests/subcond.test: Enabled `errexit' shell flag, and related
1681         minor changes.
1682         * tests/subst.test: Likewise.
1683         * tests/vars.test: Likewise.
1684         * tests/version4.test: Likewise.
1685         * tests/vpath.test: Likewise.
1686         * tests/vtexi2.test: Likewise.
1687         * tests/werror.test: Likewise.
1688         * tests/whoami.test: Likewise.
1689         * tests/tags.test: Likewise, and avoid to crate an useless dummy
1690         header file.
1691         * tests/acsilent.test: Likewise, and don't use an easily-avoided
1692         command substitution.
1693         * tests/unused.test: Likewise, and don't use an easily-avoided
1694         command substitution.
1695         * tests/version.test: Likewise, and avoid deprecated constructs
1696         in the generated `configure.in'.
1697         * tests/version2.test: Likewise, and avoid deprecated constructs
1698         in the generated `configure.in'.
1699
1700 2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1701
1702         Prefer AUTOMAKE_fails over `$AUTOMAKE | grep' in tests.
1703         * tests/ldadd.test: Enable errexit.  Use AUTOMAKE_fails so
1704         the verbose log contains all output.
1705         * tests/mdate.test: Likewise.
1706         Prompted by Stefano Lattarini's change to discover.test.
1707
1708 2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
1709
1710         Improve tests link*.test (enable `errexit' shell flag).
1711         * tests/link_c_cxx.test: Enable `errexit shell flag, and related
1712         changes.  Also, do not create useless source files.
1713         * tests/link_dist.test: Likewise.
1714         * tests/link_f90_only.test: Likewise.
1715         * tests/link_f_only.test: Likewise.
1716         * tests/link_fc.test: Likewise.
1717         * tests/link_fccxx.test: Likewise.
1718         * tests/link_fcxx.test: Likewise.
1719
1720 2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1721
1722         Improve ext.test semantics, avoid OpenBSD sh errexit issue.
1723         * tests/ext.test: Inside shell compound command, use
1724         `if $cmd; then Exit 1; fi' rather than `$cmd && Exit 1', to
1725         fix failure with OpenBSD sh introduced with last patch.
1726         Actually ensure that a rule for .EXT.o is created for each
1727         known extension EXT.
1728
1729 2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
1730
1731         Enable `errexit' shell flag in some test scripts.
1732         * tests/dash.test: Enable `errexit' shell flag, and related
1733         changes.
1734         * tests/defun.test: Likewise.
1735         * tests/defun2.test: Likewise.
1736         * tests/dejagnu.test: Likewise.
1737         * tests/double.test: Likewise.
1738         * tests/distcom2.test: Likewise.
1739         * tests/empty2.test: Likewise.
1740         * tests/empty3.test: Likewise.
1741         * tests/empty4.test: Likewise.
1742         * tests/exdir.test: Likewise.
1743         * tests/ext.test: Likewise.
1744         * tests/extra.test: Likewise.
1745         * tests/extra2.test: Likewise.
1746         * tests/extra3.test: Likewise.
1747         * tests/extra4.test: Likewise.
1748         * tests/flibs.test: Likewise.
1749         * tests/fnoc.test: Likewise.
1750         * tests/fo.test: Likewise.
1751         * tests/instexec.test: Likewise.
1752         * tests/ltdeps.test: Likewise.
1753         * tests/nodep.test: Likewise.
1754         * tests/nodepcomp.test: Likewise.
1755         * tests/f90only.test: Likewise, and remove botched/obsoleted
1756         comments and unnecessary commands.
1757         * tests/fonly.test: Likewise, and remove botched/obsoleted
1758         comments and unnecessary commands.
1759         * tests/discover.test: Likewise, and made stricter.
1760
1761         Enable `errexit' shell flag in all tests cxx*.test.
1762         * tests/cxx.test: Enabled `errexit' shell flag, and related
1763         minor changes.
1764         * tests/cxxansi.test: Likewise.
1765         * tests/cxxcpp.test: Likewise.
1766         * tests/cxxlibobj.test: Likewise.
1767         * tests/cxxlink.test: Likewise.
1768         * tests/cxxo.test: Likewise.
1769
1770         Enable `errexit' shell flag in various tests.
1771         * tests/acoutnoq.test: Enabled `errexit' shell flag, and related
1772         minor changes.
1773         * tests/acoutpt.test: Likewise.
1774         * tests/acoutqnl.test: Likewise.
1775         * tests/amassign.test: Likewise.
1776         * tests/ansi2.test: Likewise.
1777         * tests/ansi4.test: Likewise.
1778         * tests/badprog.test: Likewise.
1779         * tests/checkall.test: Likewise.
1780         * tests/clean.test: Likewise.
1781         * tests/colneq2.test: Likewise.
1782         * tests/colon.test: Likewise.
1783         * tests/colon5.test: Likewise.
1784         * tests/colon6.test: Likewise.
1785         * tests/comment.test: Likewise.
1786         * tests/compile_f90_c_cxx.test: Likewise.
1787         * tests/compile_f_c_cxx.test: Likewise.
1788         * tests/cond3.test: Likewise.
1789         * tests/cond6.test: Likewise.
1790         * tests/cond13.test: Likewise.
1791         * tests/conf2.test: Likewise.
1792         * tests/confvar.test: Likewise.
1793         * tests/confvar2.test: Likewise.
1794         * tests/cond8.test: Likewise, plus a cosmetic change.
1795         * tests/confh4.test: Likewise.  Also, add in the heading comments
1796         an excerpt from the original bug report which motivated the
1797         creation of this test, to make its purpose clearer.
1798
1799 2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1800
1801         Rewrite manual to be gender-neutral.
1802         * doc/automake.texi (GNU Build System)
1803         (Standard Directory Variables, General Operation, CVS)
1804         (Hard-Coded Install Paths, Dependencies As Side Effects):
1805         Rewrite text to not contain gender-specific pronouns when
1806         speaking about developers or users, either by avoiding pronouns
1807         or by addressing them as `you' instead.
1808         * THANKS: Update.
1809         Report by Christina Gratorp.
1810
1811         * AUTHORS: Update.
1812
1813 2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
1814
1815         Make tests on user extensibility of silent-rules mode stricter.
1816         * tests/silent6.test: Made stricter w.r.t. the grepping of the
1817         output produced by `make'.
1818         * tests/silent7.test: Likewise.
1819
1820         Tests on silent-mode for C/Libtool made stricter.
1821         * tests/silent.test: Made stricter w.r.t. the grepping of the
1822         output produced by `make'.
1823         * tests/silent2.test: Likewise.
1824         * tests/silent4.test: Likewise.
1825         * tests/silent9.test: Likewise.
1826         * tests/silent3.test: Likewise, and add a final `make distclean'
1827         command to keep it better in sync with tests/silent{4,9}.test.
1828
1829         Improved test silent5.test.
1830         * tests/silent5.test: Remove by hand all generated C files after
1831         non-verbose builds, to ensure the following builds are clean.
1832         Try to clean and rebuild with the same verbosity and without
1833         removing generated sources in between, to check that this does
1834         not trigger a different set of rules.  Make grepping of make's
1835         output stricter.  Improved/added some comments.
1836
1837         New tests for Automake silent-mode with Fortran.
1838         * tests/silentf77.test: New test.
1839         * tests/silentf90.test: Likewise.
1840         * tests/Makefile.am (TESTS): Updated accordingly.
1841
1842         New test `silentcxx.test' (Automake silent-mode with C++).
1843         * tests/silentcxx.test: New test.
1844         * tests/Makefile.am (TESTS): Updated accordingly.
1845
1846         New test `silentyacc.test' (Automake silent-mode with Yacc).
1847         * tests/silentyacc.test: New test.
1848         * tests/Makefile.am (TESTS): Updated accordingly.
1849
1850         New test `silentlex.test' (Automake silent-mode with Lex).
1851         * tests/silentlex.test: New test.
1852         * tests/Makefile.am (TESTS): Updated accordingly.
1853
1854         Relax tests on silent-rules to cater to overly verbose makes.
1855         * tests/silent.test: When testing silent builds, don't fail if
1856         make's output simply contains the `mv' substring, but only if
1857         it contains the `mv ' substring (note the trailing space).
1858         * tests/silent2.test: Likewise.
1859         * tests/silent3.test: Likewise.
1860         * tests/silent4.test: Likewise.
1861         * tests/silent5.test: Likewise.
1862         * tests/silent9.test: Likewise.
1863
1864 2010-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1865
1866         Fix silent-rules output for disabled dependency tracking.
1867         * lib/am/depend2.am [!%FASTDEP%]: Rework silent-rules variable
1868         expansion code to also work in the case where %AMDEP% expands
1869         to FALSE at config.status time, using new substitution string
1870         %VERBOSE-NODEP%.
1871         * automake.in (verbose_nodep_flag): New function, appending
1872         `@am__nodep@' to the verbose-variable name.
1873         (handle_languages): If dependencies are not disabled, use it to
1874         set %VERBOSE-NODEP%.
1875         * m4/depend.m4: Substitute am__nodep as '_no', so the second
1876         verbose-variable will always expand to an empty string, if
1877         dependencies are enabled.
1878         * tests/silent5.test: Also test --disable-dependency-tracking;
1879         also test per-target flags for non-C language files.
1880         * tests/silent9.test: New test, like silent4.test but disable
1881         dependency tracking.
1882         * tests/Makefile.am: Adjust.
1883         * NEWS, THANKS: Update.
1884         Report by Dmitry V. Levin <ldv@altlinux.org>.
1885
1886 2010-05-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
1887
1888         Extend test on `nostdinc' automake option.
1889         * tests/nostdinc.test: Enable `errexit' shell flag.  Related and
1890         unrelated minor changes.  Make the grepping of the generated
1891         Makefile.in slightly stricter.  Generate and run configure, so that
1892         the generated Makefile can be grepped too.
1893
1894 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1895
1896         Make gnupload portable to EBCDIC hosts.
1897         * lib/gnupload: Use literal newline as argument for 'tr' rather
1898         than \015, for EBCDIC hosts.  Also, avoid unportable nested
1899         double-quotes and backquotes.
1900         * THANKS: Update.
1901         Report from Eric Blake and Steve Goetze via gnulib.
1902
1903 2010-05-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
1904
1905         Fix Autoconf version required by Automake's configure.
1906         Automake configure script used to tell that automake required
1907         autoconf 2.60 or later, but then it checked for autoconf >= 2.62,
1908         and if that was not found, it gave an error saying that Automake
1909         required configure 2.61a-341 or later.  This change should
1910         eliminate such inconsistencies.
1911         * configure.ac ($required_autoconf_version): New variable.
1912         Use it throughout.
1913
1914 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1915
1916         Fix unportable sed script in maintainer-check test.
1917         * Makefile.am (sc_tests_Exit_not_exit): Rewrite sed script to
1918         not contain semicolon after 'b' or brace commands, for NetBSD.
1919
1920         Wildcards are not portable to NetBSD make.
1921         * doc/automake.texi (Wildcards): Document portability issue.
1922         * tests/extra10.test, tests/extra11.test, tests/extra12.test:
1923         Require GNU make.
1924
1925 2010-05-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
1926
1927         Make test for configure.in vs. configure.ac stricter.
1928         * tests/configure.test: Use a configure.in file that provokes
1929         an automake error, to ensure configure.ac is preferred.
1930
1931         Avoid possible false negatives in dejagnu7.test.
1932         * tests/dejagnu7.test: Enable shell `errexit' flag.  Also, avoid
1933         unportable use of fgrep option `-e'.
1934
1935         Fix conflnk3.test to work with Solaris/Heirloom Sh.
1936         * tests/conflnk3.test: Use `test -r FILE' and `test ! -r FILE'
1937         instead of respectively `test -e FILE' and `test ! -e FILE',
1938         since Solaris Sh doesn't grok the latter.  Do not SKIP the test
1939         if the shell doesn't support `test -e'.
1940
1941 2010-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1942
1943         Fix typo in manual.
1944         * doc/automake.texi (Simple Tests using parallel-tests): Add
1945         missing closing parenthesis.
1946
1947         Fix leftover call to removed function macros_dump.
1948         * automake.in (read_main_am_file): Call variables_dump, not
1949         macros_dump.  Print actual error before list of variables.
1950
1951 2010-04-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
1952
1953         Minor improvements in comments of test `silent3.test'.
1954         * tests/silent3.test: Tell to keep it in sync with `silent9.test'
1955         too.
1956
1957 2010-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1958
1959         testsuite: ensure verbose printing of captured output.
1960         * tests/acloca14.test, tests/acloca18.test, tests/aclocal.test,
1961         tests/fort2.test, tests/help.test, tests/missing3.test,
1962         tests/missing6.test: Print captured stdout or stderr before
1963         grepping it.
1964
1965 2010-04-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
1966
1967         Make test badopt.test stricter (by enabling `set -e').
1968         * tests/badopt.test: Add call to `set -e'.  Due to this change,
1969         an unexpected failure in the call to `$ACLOCAL' (whose outcome
1970         was previously unchecked) would cause the whole test to fail.
1971         Also, bumped the copyright years.
1972
1973         Make test for configure.in vs. configure.ac stricter.
1974         * tests/configure.test: Use a configure.in file that provokes
1975         an automake error, to ensure configure.ac is preferred.
1976
1977         Use `set -e' in confsub.test (avoids possible false negatives).
1978         * tests/confsub.test: Enable shell `errexit' flag, and related
1979         changes (this helps avoiding some possible minor false negatives).
1980         Also, bumped copyright years.
1981
1982 2010-04-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1983
1984         Fix -Werror handling for presence of configure.in and configure.ac.
1985         * lib/Automake/Variable.pm (Automake::Variable): Do not initialize
1986         $configure_ac at the global level, before command-line arguments
1987         have been parsed.
1988         (require_variables): Initialize it here.
1989         * tests/configure.test: New test.
1990         * tests/Makefile.am: Update.
1991         Report by Stefano Lattarini.
1992
1993 2010-04-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
1994
1995         Avoid possible false negatives in confh5.test.
1996         * tests/confh5.test: Enable shell `errexit' flag, and bumped
1997         copyright years.  Due to this change, any unexpected failure
1998         in calls to $ACLOCAL, $AUTOMAKE, $AUTOCONF or $AUTOHEADER, or
1999         a failure in grepping expected text in output files should now
2000         cause the whole test to fail.
2001
2002 2010-04-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
2003
2004         Fixed typo in POD documentation of Automake::Channels.
2005         * lib/Automake/Channels.pm: Fixed typo in POD documentation:
2006         @<...> was used instead of C<...>.
2007
2008 2010-04-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
2009
2010         Refactor tests on Automake TESTS color output.
2011         * tests/color.test: Tests using the expect program moved out to...
2012         * tests/color2.test: ... this new file.
2013         * tests/Makefile.am (TESTS): Extended accordingly.
2014
2015 2010-04-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
2016
2017         Fix typos in comments in test confh5.test
2018         * tests/confh5.test: Fix a couple of typos in comments.
2019
2020         Avoid possible false negatives in canon-name.test.
2021         * tests/canon-name.test: Enable shell `errexit' flag.  Improve
2022         test description.
2023
2024 2010-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2025
2026         Fix per-Makefile.am setting of -Werror.
2027         Before this patch, 'AUTOMAKE_OPTIONS = -Werror' in one
2028         Makefile.am would carry over to other Makefile.am files
2029         treated afterwards by the same thread, causing inconsistent
2030         and unstable exit status values.
2031         * lib/Automake/Channels.pm (dup_channel_setup)
2032         (drop_channel_setup): Save and restore the setting of
2033         $warnings_are_errors.
2034         * tests/werror3.test: New test.
2035         * tests/Makefile.am: Adjust.
2036         * NEWS: Update.
2037
2038 2010-04-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
2039
2040         Bugfix in confh5.test w.r.t. Solaris/Heirloom Sh.
2041         * tests/confh5.test: In the generated Makefile.am: do not use
2042         `test ! -e FILE' to check for the non-existence of a file, since
2043         that is not supported by Solaris/Heirloom Sh.
2044
2045         Make test `aclocal3.test' stricter.
2046         * tests/aclocal3.test: Add call to `set -e'.  Fail if $ACLOCAL
2047         succeds unexpectedly.
2048
2049         Add tests checking that symlinks are resolved by `make dist'.
2050         * tests/distlinks.test: New test.
2051         * tests/Makefile.am (TESTS): Updated accordingly.
2052         Suggested by observations from Ralf Wildenhues.
2053
2054 2010-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2055
2056         Use -9 for maximum xz compression with dist-xz.
2057         * lib/am/distdir.am (dist-xz, dist, dist-all): Pass -9 to xz.
2058         * NEWS, THANKS: Update.
2059         Report by Pavel Sanda.
2060
2061 2010-03-30  Stefano Lattarini  <stefano.lattarini@gmail.com>
2062
2063         Avoid an unportable use of `$status' shell variable.
2064         * Makefile.am (path-check): Don't use the `$status' shell variable
2065         in the target's rules, as it's special in Zsh (equivalent to `$?',
2066         and readonly).
2067
2068         Avoid another use of `chmod -R'.
2069         * Makefile.am (path-check): To be safe, do not use `chmod -R' on
2070         $(distdir) before removing it (as Solaris `chmod -R' touches
2071         symlink targets).  Instead, use the cleanup strategy used in
2072         distdir.am.
2073
2074 2010-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2075
2076         Remove uses of @acronym and @sc.
2077         * doc/automake.texi (Public Macros, Limitations on File Names):
2078         Remove all usage of @acronym and @sc in the manual.
2079         Suggested by Karl Berry.
2080
2081 2010-03-13  Karl Berry  <karl@freefriends.org>
2082
2083         GNU hello uses fdl.texi, not gpl.texi.
2084         * doc/automake.texi (Texinfo): Adjust example to upstream
2085         change.
2086
2087 2010-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2088
2089         Formatting cleanups in macro comments.
2090         * automake.in, lib/Automake/Channels.pm,
2091         lib/Automake/FileUtils.pm, lib/Automake/Options.pm,
2092         lib/Automake/Variable.pm, lib/Automake/XFile.pm,
2093         m4/options.m4, m4/substnot.m4: Fix macro comment format.
2094
2095 2010-03-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
2096             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2097
2098         Avoid generation of `tests/defs-p' file.
2099         * tests/defs.in: In the generated `configure.in' snippet: call
2100         `AM_INIT_AUTOMAKE' with the `parallel-tests' option if the shell
2101         variable `parallel_tests' is set to `yes'.
2102         * tests/Makefile.am (defs-p): Target removed.
2103         (check_SCRIPTS): Removed `defs-p'.
2104         (clean-local-check): Do not unlink `defs-p' anymore.
2105         ($(parallel_tests)): Transformation rules for the test scripts
2106         adjusted.
2107         * tests/gen-parallel-tests: Selection rules for the test
2108         scripts adjusted.
2109         * tests/parallel-tests.test: Set `$parallel_tests' to `yes'
2110         then include `./defs' (rather than simply including `./defs-p').
2111         * tests/parallel-tests2.test: Likewise.
2112         * tests/parallel-tests3.test: Likewise.
2113         * tests/parallel-tests4.test: Likewise.
2114         * tests/parallel-tests5.test: Likewise.
2115         * tests/parallel-tests6.test: Likewise.
2116         * tests/parallel-tests7.test: Likewise.
2117         * tests/parallel-tests8.test: Likewise.
2118         * tests/parallel-tests9.test: Likewise.
2119         * tests/parallel-tests10.test: Likewise.
2120         * tests/README (Section "Writing Test Cases" subsection "Do"):
2121         Adjusted the parts referring to tests checking `parallel-tests'
2122         behaviour.  Some other minor related improvements.
2123         * tests/.gitignore (defs-p): Removed.
2124
2125 2010-03-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
2126
2127         Remove redundant unset of variable TESTS from some test scripts.
2128         * tests/color.test: Do not unset the `TESTS' variable, as it's
2129         already unset in the `defs' file.
2130         * tests/check5.test: Likewise.
2131         * tests/check8.test: Likewise.
2132         * tests/check9.test: Likewise.
2133         * tests/check10.test: Likewise.
2134         * tests/check11.test: Likewise.
2135         * tests/parallel-tests.test: Likewise.
2136         * tests/parallel-tests3.test: Likewise.
2137         * tests/parallel-tests4.test: Likewise.
2138         * tests/parallel-tests5.test: Likewise.
2139         * tests/parallel-tests6.test: Likewise.
2140         * tests/parallel-tests7.test: Likewise.
2141
2142 2010-02-22  Karl Berry  <karl@gnu.org>
2143
2144         Improve help message of mdate-sh.
2145         * mdate-sh: mention actual output format in help message.
2146
2147 2010-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2148
2149         Deprecate dist-lzma in favor of dist-xz.
2150         * doc/automake.texi (The Types of Distributions, Options):
2151         Adjust text to reflect renaming of lzma to xz.
2152         * NEWS: Update.
2153         Missing deprecation noted by Antonio Diaz Diaz.
2154
2155 2010-02-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
2156
2157         Add tests about support of wildcards in EXTRA_DIST.
2158         * tests/extra10.test: New test, check basic support of wildcards
2159         in EXTRA_DIST.
2160         * tests/extra11.test: New test, check more complex usage of
2161         wildcards in EXTRA_DIST.
2162         * tests/extra12.test: New test, check usage of wildcards in
2163         EXTRA_DIST when $builddir != $srcdir.
2164         * tests/Makefile.am (TESTS): Updated accordingly.
2165         Necessity of these new tests suggested by Braden McDaniel
2166         and Ralf Wildenhues.
2167
2168 2010-02-08  Simon Josefsson  <simon@josefsson.org>
2169
2170         Fix copyright statement in gnupload script.
2171         * lib/gnupload: Fix copyright statement.
2172
2173 2010-02-06  Dmitry V. Levin  <ldv@altlinux.org>  (tiny change)
2174             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2175
2176         Fix exit status of signal handlers in shell scripts.
2177         The value of `$?' on entrance to signal handlers in shell scripts
2178         cannot be relied upon, so set the exit code explicitly to
2179         128 + SIG<SIGNAL>.
2180         * lib/am/check.am (am__check_pre): Use `exit 143' in signal handler.
2181         * lib/elisp-comp: Likewise.
2182         * lib/install-sh: Likewise.
2183         * lib/ylwrap: Likewise.  Also, fix script to trap signal 13, not 3.
2184         * NEWS, THANKS: Update.
2185         Bug report, analysis, and initial patch by Dmitry V. Levin.
2186
2187 2010-02-06  Karl Berry  <karl@gnu.org>
2188
2189         Improve gnupload usage text.
2190         * gnupload (usage): Shorten to make more likely to fit on a tty
2191         line.  Mention CMD in the synopsis.  With ..., plural is implied.
2192
2193 2010-01-28  Christos Kontas  <xakon@yahoo.com>  (tiny change)
2194
2195         Fix some typos in the manual
2196         * doc/automake.texi (Nested Packages, Rebuilding): Fix typos.
2197
2198 2010-01-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
2199
2200         Slighty improve tests acoutbs.test and acoutbs2.test.
2201         * tests/acoutbs2.test: Enable `errexit' shell flag.  Check that
2202         autoconf and configure work, that the file `zot' is created by
2203         configure, and that no file containing a backslash in its name is
2204         created.
2205         * tests/acoutbs.test: Likewise, plus updated copyright years.
2206
2207         Fix test acoutbs2.test.
2208         * tests/acoutbs2: In the generated configure.in: add proper calls
2209         to AC_INIT and AM_INIT_AUTOMAKE, and remove explicit definition of
2210         PACKAGE and VERSION. Add a call to aclocal before calling automake.
2211         Updated copyright years.
2212         * tests/Makefile.am (XFAIL_TESTS): Removed acoutbs2.test.
2213
2214         Add forgotten test scripts to $(TESTS).
2215         * tests/Makefile.am (TESTS): Added test scripts present on the
2216         filesystem, which were erroneously left out from $(TESTS):
2217         acoutbs2.test, badopt.test, extra2.test.
2218         (XFAIL_TESTS): Added acoutbs2.test.
2219
2220 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2221
2222         Sync auxiliary files from upstream.
2223         * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub:
2224         Sync from upstream.
2225
2226         Bump copyright years.
2227         * aclocal.in (write_aclocal, version): Bump copyright years.
2228         * automake.in (gen_copyright, version): Likewise.
2229         * doc/automake.texi: Likewise.
2230
2231         Rotate ChangeLog.
2232         * ChangeLog.09: New file, rotated from ...
2233         * ChangeLog: ... here.
2234         * Makefile.am (EXTRA_DIST): Distribute ChangeLog.09.
2235
2236 -----
2237
2238 Copyright (C) 2010  Free Software Foundation, Inc.
2239
2240 Copying and distribution of this file, with or without modification, are
2241 permitted provided the copyright notice and this notice are preserved.
2242
2243 ;; Variables:
2244 ;; coding: utf-8
2245 ;; End: