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