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