* lib/gnupload: Provide also a simple example.
[automake/plouj.git] / ChangeLog
blobadd56b2e47351e468fa18253c886eae936fe57d4
1 2008-08-02  Karl Berry  <karl@freefriends.org>
3         * lib/gnupload: Provide also a simple example.
5 2008-06-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
7         Small doc fix.
8         * doc/automake.texi (Public Macros): Close open paren.
10 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12         Introduce macro $(am__mv) to facilitate 'libtool --dry-run'.
13         * lib/am/depend.am (am__mv): New macro, set to 'mv -f'.
14         * lib/am/depend2.am: Use throughout to move the temporary
15         depfile *.Tpo to its final destination *.Po.
17 2008-06-18  Rafael Espindola  <espindola@google.com>
19         * lib/config-ml.in: don't handle --enable-shared and --enable-static.
21 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23         * lib/am/inst-vars.am (am__install_max): New variable.
24         (am__nobase_list): Use it.
26         Fix conditional rules competing with config.status rules.
27         * automake.in (handle_configure): Teach targets about the
28         conditional config.status rule.
29         * tests/cond39.test: Adjust test to expose this.
31         For AC_CONFIG_LINKS(X,X), do not clean X in a non-VPATH build.
32         * automake.in (rewrite_inputs_into_dependencies): Do distribute
33         inputs where input and output name are equal.  This relies on
34         the assumption that it only happens with AC_CONFIG_LINKS.
35         (handle_configure) <CONFIG_CLEAN_VPATH_FILES>: New variable, for
36         links where source and dest are equal.
37         * lib/am/clean.am (distclean-generic): Remove, if build tree not
38         equal source tree.
39         * tests/conflnk4.test: New test.
40         * tests/Makefile.am: Adjust.
41         * NEWS: Update.
43 2008-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45         * doc/automake.texi (Extending): Fix ambivalent wording.
46         Report by Ben Pfaff.
48 2008-06-04  Karl Berry  <karl@freefriends.org>
50         * doc/automake.texi (Install, Hard-Coded Install Paths):  Fix
51         punctuation and markup.
52         (Extending): Improve wording and clarify order semantics of
53         *-local and *-hook targets.
55 2008-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57         * doc/automake.texi (Extending): Fix grammar.
58         Report by Karl Berry.
60 2008-05-13  Stepan Kasal  <skasal@redhat.com>
62         Fix typos.
63         * doc/automake.texi (Timeline): Reported by Reuben Thomas.
64         * lib/am/remake-hdr.am: A few typos in comments.
66 2008-04-10  Eric Blake  <ebb9@byu.net>
68         Prefer a released version of autoconf.
69         * NEWS: Bump requirement to autoconf 2.62.
70         * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
71         * configure.ac: Likewise.
72         (AC_PREREQ): Remove check, done by AM_INIT_AUTOMAKE instead.
74         AC_AUTOCONF_VERSION can inadvertently expand to a macro name.
75         * m4/amversion.in (AM_SET_CURRENT_AUTOMAKE_VERSION): Use proper
76         m4 quoting.
77         * aclocal.in (write_aclocal): Likewise.
78         * tests/missing6.test: New test.
79         * tests/Makefile.am (TESTS): Run it.
80         * tests/missing4.test: Adjust.
82 2008-04-02  Eric Blake  <ebb9@byu.net>
84         Make gnupload friendlier for VPATH usage.
85         * lib/gnupload: Allow uploads from separate directory.
87 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89         Implement conditional AC_CONFIG_FILES: AM_COND_IF.
90         * automake.in (%ac_config_files_condition): New.
91         (scan_autoconf_config_files): Record condition if any.
92         (scan_autoconf_traces): Trace _AM_COND_IF, _AM_COND_ELSE,
93         _AM_COND_ENDIF, updating @cond_stack as appropriate.
94         (handle_configure): Prefix config.status rule with condition.
95         Check that m4 quotation is done consistently.
96         * m4/cond.m4 (AM_CONDITION): Define `_AM_COND_VALUE_name'
97         with `name' being the name of the condition, to its shell
98         condition.
99         * m4/cond-if.m4: New file.
100         (_AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF): New trace helpers.
101         (AM_COND_IF): New macro, implements conditionals.
102         * m4/Makefile.am: Adjust.
103         * doc/automake.texi (Requirements, Optional, Conditionals):
104         Document AM_COND_IF.
105         * NEWS: Update.
106         * tests/cond39.test, tests/cond40.test, tests/cond41.test,
107         tests/cond42.test, tests/cond43.test: New tests.
108         * tests/Makefile.am: Adjust.
110 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
112         * doc/automake.texi (@ovar): New macro, from autoconf.texi.
113         (Python): Use it.
114         Suggestion by Eric Blake.
116 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
118         * lib/texinfo.tex: Sync from upstream.
120 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
122         * doc/automake.texi (Requirements, Linking, Extending):
123         Fix underfull and overfull lines, fix wording a bit.
125         * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from
126         upstream.
128         * Makefile.am (WGET_SV_GIT_CF): New.
129         (fetch): Pull config.guess and config.sub from git repo now.
131         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
132         $hint, show if the executing program does not exist.
133         (xsystem_hint): New function, like xsystem but allows to pass
134         a hint.
136 2008-03-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
138         Implement the `notrans_' prefix for untransformed manpages.
139         * automake.in (handle_man_pages), lib/am/mans.am: Implement
140         notrans_ prefix for MANS primary and rework dependencies for
141         install-man%SECTION%; use only vars defined in Makefile.am.
142         * doc/automake.texi (Renaming, Uniform, Man pages):
143         Document notrans_ prefix.
144         * NEWS: Update.
145         * tests/notrans.test: New test.
146         * tests/Makefile.am: Update.
148         * automake.in (handle_man_pages): Reindent, for next patch.
150 2008-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
152         Use `install' with multiple files at once for some primaries.
153         With nobase targets, at most 50 files are installed at once,
154         to avoid quadratic string concatenation and line length limits.
155         This isn't yet done with base targets.  One hope is that there,
156         the typical file name length is lower.  If this turns out to be
157         a problem, it should be revisited.
159         * lib/am/inst-vars.am (am__nobase_list): New helper macro for
160         installation of multiple nobase files at once: sorts and lists
161         files keyed by their target directory.
162         * lib/am/data.am (%DIR%%PRIMARY%_INSTALL): No need to set it to
163         $(install_sh_DATA) any more, not even for nobase targets.
164         (install-%DIR%%PRIMARY%): Split base and nobase cases.
165         Rewrite to pass lists of files which all go in the same
166         directory to `install'.  In the nobase case, make use of
167         $(am__nobase_list) and $(MKDIR_P) each directory before
168         populating it.  Take care of files in source and build trees,
169         and avoid creating directories where no files are to be
170         installed.
171         * lib/am/libs.am (%DIR%LIBRARIES_INSTALL): Likewise.
172         (install-%DIR%LIBRARIES): Likewise.
173         * lib/am/python.am (%DIR%PYTHON_INSTALL): Likewise.
174         (install-%DIR%PYTHON): Likewise.  Also take care to keep note of
175         a list for byte compilation after installation.
176         * lib/am/texinfos.am (install-dvi-am, install-html-am)
177         (install-info-am, install-pdf-am, install-ps-am): Use file lists
178         to install multiple files at once.
179         * NEWS: Update.
180         Suggested by Akim Demaille.
182 2008-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
184         Require unreleased Autoconf for fixed AC_PROG_INSTALL.
185         * m4/init.m4 (AM_INIT_AUTOMAKE): Bump AC_PREREQ to 2.61-341,
186         regenerate files.
187         * configure.ac: Also require Autoconf 2.61-341, to catch
188         failure early and provide a sensible error message.
190         Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT.
191         * tests/ansi4.test: Drop AC_OBJEXT and AC_EXEEXT.
192         * tests/ansi6.test: Likewise.
193         * tests/ansi7.test: Likewise.
194         * tests/condlib.test: Likewise.
195         * tests/cygwin32.test: Likewise.
196         * tests/exeext2.test: Likewise.
197         * tests/libobj11.test: Likewise.
198         * tests/library.test: Likewise.
199         * tests/txinfo5.test: Likewise.
201 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
203         Skip instsh3.test if `touch -t' does not work.
204         * tests/instsh3.test: Test for `touch -t', fails with Solaris
205         /usr/ucb/touch.
206         * THANKS: Update.
207         Report by Younes Younes.
209 2008-02-27  Reuben Thomas  <rrt@sc3d.org>
211         * doc/automake.texi (wildcards): Improve "Why doesn't Automake
212         support wildcards" node's English and sense.
214 2008-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
216         * lib/am/check.am (check-TESTS): In the case patterns for
217         XFAILed tests, add literal bracket expression for matching
218         whitespace, as NetBSD 4.99.54 ksh does not understand a
219         bracket expression resulting from variable expansion.
220         * README: Explain how to run the Automake test suite, including
221         setting MAKE to test gmake.
222         Report by Patrick Welche.
224 2008-02-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
226         PR automake/498
227         * m4/options.m4 (_AM_SET_OPTIONS): Use m4_foreach_w instead of
228         obsolete AC_FOREACH.
229         Report by NightStrike and gurganbl@rose-hulman.edu.
231 2008-02-17  Colin Watson  <cjwatson@debian.org>  (tiny change)
233         * lib/am/tags.am (ID): Fix typo in workaround for old awk.
235 2008-02-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
237         * doc/.gitignore: Ignore files generated by `make ps pdf html'.
239 2008-02-05  Reuben Thomas  <rrt@sc3d.org>
241         * doc/automake.texi (CVS): configure.ac will appear newer, not
242         older, than configure.  Use `lexical' instead of `alphabetical'.
244 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
246         * tests/man3.test: Avoid `make VAR=value'.
248         * tests/subst3.test: New test.
249         * tests/Makefile.am: Update.
251         * tests/instsh2.test: Split off testing of `install-sh -C' ...
252         * tests/instsh3.test: ... to this new test, requiring non-root.
253         * tests/Makefile.am: Adjust.
254         * THANKS: Update.
255         Report by Theodoros V. Kalamatianos.
257 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
259         * tests/nobase.test: Extend test to generated files.
261         * tests/nobase-python.test: New test, nobase for python files.
262         * tests/Makefile.am: Update.
264         * tests/nobase.test: Split off libtool part of nobase.test for
265         increased test exposure, to ...
266         * tests/nobase-libtool.test: ... this new test.
267         * tests/Makefile.am: Update.
269 2008-01-23  Eric Blake  <ebb9@byu.net>
271         Fix color.test when using BSD grep.
272         * tests/color.test: Ensure that grep can handle non-printing
273         characters.
275 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
277         * tests/lisp3.test: Fix typo.
279 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
281         * lib/am/mans.am (install-man%SECTION%): Prefer generated manpages
282         over distributed ones.
283         Report and patch by Peter Breitenlohner.
284         * tests/man3.test: New test.
285         * tests/Makefile.am: Update.
287 2008-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
289         * tests/tar.test: Skip if no appropriate tar was found.
291 2008-01-19  NightStrike  <nightstrike@gmail.com>
293         * doc/automake.texi (Dependency Tracking): Fix typo.
295 2008-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
297         * lib/config-ml.in, lib/config.guess, lib/config.sub,
298         lib/symlink-tree: Sync from upstream.
300         * Makefile.am (WGET_SV_CVS): Renamed from WGETSGO.
301         (WGET_SV_GIT_AC, WGET_SV_GIT_GL, WGET_GCC): New.
302         (fetch): Update to match current upstream locations.
304 2008-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
306         * doc/automake.texi (DESTDIR, Built sources example): Fix wording.
307         * THANKS: Update.
308         Reports and suggestions by William Pursell and nightstrike@gmail.com.
310 2008-01-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
312         Do not fail if `autoupdate' is not present.
313         * tests/obsolete.test: Check for presence of autoupdate.  Apparently,
314         FreeBSD may install the other Autoconf programs without a version
315         suffix but not autoupdate.
317         Fix Heisenbug trying to unset a sometimes-not-set variable.
318         * tests/check5.test: Do not error out upon `unset TESTS' due to
319         `set -e', in case TESTS was not set.
320         * tests/color.test: Likewise.
322         * doc/automake.texi (amhello Explained): Fix odd sentence.
323         Report by nightstrike@gmail.com.
325 2008-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
327         * m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Rewrite to be more
328         resistant to different quoting styles of $1.
330         Clarify texinfo.tex and TEXINFO_TEX semantics.
331         * doc/automake.texi (Texinfo): Clarify that by default,
332         texinfo.tex is searched in the same directory as the Makefile.am
333         that needs it.  Clarify that TEXINFO_TEX has precedence over
334         AC_CONFIG_AUX_DIR, and that it requires the user to install and
335         distribute it.
336         * tests/txinfo22.test: Ensure TEXINFO_TEX is not distributed.
337         * THANKS: Update.
338         Reports by Dilyan Palauzov and Roumen Petrov.
340 2008-01-11  Bruno Haible  <bruno@clisp.org>
341             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
343         * tests/output-order.test: New test, for the stable output fix.
344         * tests/Makefile.am: Update.
346 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
348         * Makefile.am (dist-hook): New, ensure world-executable tests.
349         * THANKS: Update.
350         Report by Arto C. Nirkko.
352         * tests/acloca20.test: Use `--force' with the second $AUTOCONF,
353         to force update on fast machines where both autoconf invocations
354         happen within the same second.
355         Report by Greg Schafer.
357 2008-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
359         * automake.in (scan_autoconf_files): Sort loop over
360         %required_aux_file, for stable verbose output.
361         Report by Bruno Haible.
363         * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from
364         upstream.
366         * tests/ccnoco.test (Mycomp): Use a tighter match for -c -o,
367         to avoid matching for example `LDFLAGS=-Wl,--sort-common'.
368         * THANKS: Update.
369         Report and analysis by Carsten Lohrke and Mike Frysinger.
371 2008-01-07  Stepan Kasal  <skasal@redhat.com>
373         * automake.in (handle_texinfo_helper, handle_lib_objects): Fix
374         typos in comments.
376 2008-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
378         Bump copyright years.
379         * aclocal.in (write_aclocal, version): Likewise.
380         * automake.in ($gen_copyright, version): Likewise.
381         * doc/automake.texi: Likewise.
383 2007-12-18  Jim Meyering  <meyering@redhat.com>
385         * lib/gnupload (GPG): Don't use an absolute path.
386         This reverts part of the 2004-01-28 change.
388 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
390         * lib/Automake/FileUtils.pm (open_quote): New function.
391         (update_file, contents): Use it.
393         Reword the copyright notices to match what's suggested in GPLv3.
395 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
397         * tests/defs.in: Quote $srcdir, $PATH; skip libtool and gettext
398         tests if the absolute source or build tree name contain whitespace.
400         Modify some tests for absolute trees containing whitespace.
401         * tests/missing.test: Use "./missing" instead of "`pwd`/missing".
402         * tests/missing2.test: Likewise.
403         * tests/mmodely.test: Add `pwd` to $PATH instead of absolute
404         references to myyacc.sh and mylex.sh.
405         * tests/multlib.test: Likewise for mycc.
406         * tests/txinfo26.test: Skip if `pwd` contains whitespace, as
407         an absolute --srcdir does not work there.
409         * INSTALL, lib/INSTALL, lib/config-ml.in, lib/config.guess,
410         lib/config.sub, lib/texinfo.tex: Sync from upstream.
412         Fix the distdir target to cope with spaces in absolute file names.
413         * lib/am/distdir.am: Quote all instances of $(distdir) and
414         $(top_distdir).  They could contain white space, coming from
415         a toplevel package bootstrapped with an older Automake version.
416         (am__relativize): New macro, taken from gnulib code, written by
417         Bruno Haible.
418         (distdir): Use it to compute relative paths to distdir and
419         top_distdir for enclosed subpackages.
420         Also, quote $(distuninstallcheck_dir).
421         * lib/am/texinfos.am: Likewise, quote $(distdir).
423 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
425         Quote file names in tests that can be absolute.
426         * tests/auxdir.test, tests/check3.test, tests/check4.test,
427         tests/compile.test, tests/cond33.test, tests/condhook.test,
428         tests/distdir.test, tests/dollar.test, tests/empty.test,
429         tests/gnits2.test, tests/gnits3.test, tests/include2.test,
430         tests/insthook.test, tests/java.test, tests/libtool7.test,
431         tests/lisp4.test, tests/lisp5.test, tests/lisp6.test,
432         tests/ltcond.test, tests/ltconv.test, tests/mkinst2.test,
433         tests/multlib.test, tests/nobase.test, tests/nodist2.test,
434         tests/obsolete.test, tests/pr287.test, tests/pr300-lib.test,
435         tests/pr300-ltlib.test, tests/pr300-prog.test, tests/python10.test,
436         tests/python3.test, tests/strip.test, tests/transform.test,
437         tests/txinfo13.test, tests/txinfo19.test, tests/txinfo22.test,
438         tests/txinfo23.test, tests/txinfo26.test, tests/txinfo27.test:
439         Likewise.
441         Quote @abs_top_builddir@ and @abs_top_srcdir@.
442         * tests/aclocal.in: Likewise.
443         * tests/automake.in: Likewise.
445         Fix TAGS and GTAGS rules to cope with whitespace in `pwd`.
446         * lib/am/tags.am (TAGS): Use positional parameters to avoid
447         the need to quote absolute file names.
448         (GTAGS): Quote absolute file name.
449         (CTAGS): Simplify, dropping unused variable `$tags'.
451 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
453         * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Fix another instance
454         of am__strip_dir.  Fixes nobase and pr300-ltlib test failures.
456 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
458         Several *-local in a rule do not work.
459         * tests/all.test: Check this case.
460         Use set -e.
461         * tests/Makefile.am (XFAIL_TESTS): Add it.
463 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
465         Fix uses of am__strip_dir.
466         * lib/am/libs.am, lib/am/ltlib.am: Catch up with the change of
467         definition of am__strip_dir.
469 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
471         Define and use register_action.
472         * lib/Automake/Rule.pm: Fix a few typos in the doc.
473         (&rule): Use || to simplify the code.
474         (&register_action): New.
475         Export it.
476         * automake.in (&handle_factored_dependencies, &file_contents_internal):
477         Use it.
479 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
481         * bootstrap: Fix typos on redirections.
483 2007-11-24  Akim Demaille  <akim@lrde.epita.fr>
485         Skip comments and empty lines in dirlist in the tests.
486         * defs.in (extra_includes): Skip comments and empty lines in dirlist.
488 2007-11-24  Akim Demaille  <akim@lrde.epita.fr>
490         Ternary operator in lib/am files.
491         * automake.in (&transform_token): New.
492         (&transform): Use it.
493         Support %KEY?TRUE:FALSE%.
494         (&make_paragraphs): Adjust the regexp to call %transform.
495         * lib/am/data.am, lib/am/libs.am, lib/am/lisp.am, lib/am/ltlib.am,
496         * lib/am/progs.am, lib/am/python.am, lib/am/scripts.am:
497         Use %KEY?TRUE:FALSE%.
498         * lib/am/inst-vars.am (am__strip_dir): Assign the result to f
499         to be more alike am__vpath_adj.
500         Adjust dependencies.
502 2007-11-24  Akim Demaille  <demaille@gostai.com>
504         * automake.in: Normalize white spaces.
506 2007-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
508         * configure.ac (ACLOCAL, AUTOMAKE): Fix quoting for rebuilding
509         rules, if the absolute build directory name contains white space.
511 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
513         * aclocal.in (trace_used_macros): Quote input files.
515         * lib/ylwrap: Cope with white space in `PROGRAM' and `pwd`.
517         * lib/am/tags.am (ID, TAGS, CTAGS): Make awk scripts portable again.
518         (CTAGS): Drop unneeded variable `here'.
520 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
522         * tests/output13.test: New test.
523         * tests/Makefile.am: Adjust.
524         Prompted by report from Bruno Haible in
525         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00479.html>.
527         Fix signal handling in aclocal.
528         * aclocal.in (unlink_tmp): If invoked by a signal, note so
529         in verbose mode.  Reinstall default signal handler and reraise,
530         to transport the interrupt information.
532 2007-11-13  Bob Proulx  <bob@proulx.com>
534         Fix color test failure on dumb (and other) terminals.
535         * tests/color.test: Set TERM to `ansi'.
537 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
539         Avoid spurious test failure with `make check TESTS=check5.test'.
540         * tests/check5.test: unset TESTS.
542         Fix maintainer-check failure.
543         * tests/color.test: unset TESTS, use `make -e' rather than
544         `make MACRO=val'.
546 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
548         * configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a.
550         * automake.in (handle_tests): Remove debugging leftover.
552         Run each test in a process-private subdirectory.
553         * tests/defs.in: Employ a trap to clean up at the end of the
554         test in case the test succeeded.  This needs to be revisited
555         because we would like to keep the output of XPASSing tests.
556         Also, note when we were interrupted by a signal.  Code taken
557         from Autoconf's _AC_INIT_PREPARE.
558         If $keep_testdirs is set, keep them even for successful tests.
559         * tests/Makefile.am (check-clean-local): New target.  Remove all
560         tests subdirs, but also make them writable first.  The latter
561         was already needed without per-test subdirs.
562         (distclean-local): Depend upon check-clean-local.
563         * tests/Makefile.in: Regenerate.
564         * tests/.cvsignore, tests/.gitignore: Adjust.
566         Fix default includes ordering to be `-I. -I$(srcdir) ...' again.
567         * automake.in (handle_compile): Put -I$(srcdir) before include
568         paths for config headers, as was done before Automake 1.10, but
569         keep uniquified list without multiple adjacent spaces.
570         * doc/automake.texi (Program variables): List include paths
571         in order.
572         * NEWS: Mention 1.10 regression.
573         * tests/stdinc.test: New test.
574         * tests/Makefile.am: Adjust.
575         * THANKS: Update.
576         Report by Kent Boortz.
578 2007-11-08  Akim Demaille  <akim@lrde.epita.fr>
579             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
580             Bob Proulx  <bob@proulx.com>
582         Implement colorized test output.
583         * automake.in (handle_tests): Set COLOR depending on `color-tests'.
584         * configure.ac (AM_INIT_AUTOMAKE): Use `color-tests'.
585         * doc/automake.texi (Tests, Options): Document test results,
586         document new option, document AM_COLOR_TESTS.
587         * lib/Automake/Options.pm (_process_option_list): Handle it.
588         * lib/am/check.am (am__tty_colors): New variable.  Enable colored
589         output if TERM is not dumb and depending on AM_COLOR_TESTS and
590         whether stdout is connected to a terminal.
591         (check-TESTS): Use am__tty_colors.
592         * NEWS: Mention color-tests.
593         * tests/color.test: New test.
594         * tests/Makefile.am: Adjust.
596 2007-11-08  NightStrike  <nightstrike@gmail.com>  (tiny change)
598         For PR automake/526:
599         * doc/automake.texi (Basic Installation): Fix typo.
601 2007-10-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
603         Accommodate for new macro AC_AUTOCONF_VERSION.
604         * aclocal.in (write_aclocal): Use AC_AUTOCONF_VERSION rather
605         than m4_PACKAGE_VERSION.  Define the former if not defined.
606         * m4/amversion.in (AM_SET_CURRENT_AUTOMAKE_VERSION): Likewise.
607         * tests/missing4.test: Use AC_AUTOCONF_VERSION.
609 2007-10-29  Bruno Haible  <bruno@clisp.org>
611         * doc/automake.texi (Program variables): Clarify that
612         Automake does not put DEFAULT_INCLUDES in AM_CPPFLAGS, but
613         passes it directly to compilation commands.
615 2007-10-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
617         Move to git as primary source repository.
618         * Makefile.am (git-dist, git-release): Renamed and adjusted from ...
619         (cvs-dist, cvs-release): ... these.
620         (git-diff): New target, taken and adjusted from cvs-diff.
621         * Makefile.in: Regenerate.
622         * bootstrap: Adjust.
623         * NEWS: Announce change.
624         * doc/automake.texi (General Operation): cvs-dist is git-dist now.
625         (Timeline): Mention change.
627 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
629         * automake.in: Treat extension .sx also like preprocessed
630         assembler (.S), following GCC.
631         * NEWS: Update.
632         * doc/automake.texi (Assembly Support): Adjust.
633         * tests/asm3.test: New test.
634         * tests/Makefile.am: Update.
636 2007-10-09  Jim Meyering  <meyering@redhat.com>
638         Add lzma compression support.
639         * NEWS: Mention it.
640         * automake.in (handle_dist): Recognize dist-lzma.
641         (make_paragraphs): Map LZMA to dist-lzma.
642         * doc/automake.texi (Dist): Add dist-lzma.
643         (Options): Likewise.
644         * lib/Automake/Options.pm (_process_option_list):
645         (dist dist-all): Add command to create an lzma-compressed tarball.
646         (distcheck): Handle lzma-compressed tarballs just like the others.
647         * tests/defs.in: Test for lzma, too.
648         * tests/lzma.test: New file, based on nogzip.test.
649         * tests/Makefile.am (TESTS): Add lzma.test.
650         Suggestion from Karl Berry.
652 2007-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
654         * automake.in (TARGET_PATTERN): Allow leading digit.
655         * tests/exeext3.test: Adjust to expose this.
656         Report by Claudio Fontana and Laurence Finston.
658 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
660         * tests/defs.in (required): For gcj, check whether `gcj -v'
661         works, to avoid broken installations without libgcj.spec.
662         Export $GCJ.
663         * tests/gcj4.test: Setting GCJ not needed any more.
664         * THANKS: Update.
665         Report by Jesse Chisholm.
667 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
669         * lib/config-ml.in, lib/config.guess, lib/config.sub,
670         lib/symlink-tree, lib/texinfo.tex: New upstream versions.
672 2007-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
674         * doc/automake.texi (gettext): Fix link to gettext manual.
676 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
678         In ChangeLog files, use more-permissive notice rather than GPL,
679         as per usual GNU standards these days.
681 2007-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
683         * automake.in (handle_programs): Also clean .libs/_libs
684         directory for _PROGRAMS.
685         * tests/libtoo10.test: New test.
686         * tests/Makefile.am: Update.
687         * THANKS: Update.
688         Report by Guillermo Ontañón.
690 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
692         * configure.ac: Actually require version 2.60 in the test for
693         Autoconf, and recommend it in the error messages.
694         * THANKS: Update.
695         Report by Robert Swafford.
697 2007-07-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
699         * doc/automake.texi (VPATH Builds): Fix wording.
700         Report by Reuben Thomas.
702 2007-07-22  Noah Misch  <noah@cs.caltech.edu>
704         * tests/subst.test: Move the AC_SUBST into a macro definition.
705         Avoids an error from CVS Autoconf.
706         * THANKS: Update.
707         Report by Benoit Sigoure.
709 2007-07-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
710             Alexandre Duret-Lutz  <adl@gnu.org>
712         * lib/am/configure.am (%?REGEN-ACLOCAL-M4%): New target
713         $(am__aclocal_m4_deps) without any dependencies, to avoid the
714         "deleted .m4 file" problem.
715         * tests/acloca22.test: New test.
716         * tests/Makefile.am: Update.
717         * NEWS: Update.
719 2007-07-22  Francesco Salvestrini  <salvestrini@gmail.com>
720             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
722         * lib/am/ltlib.am (install-%DIR%LTLIBRARIES)
723         (uninstall-%DIR%LTLIBRARIES): Use $(AM_LIBTOOLFLAGS) and
724         $(LIBTOOLFLAGS).
725         * lib/am/progs.am (install-%DIR%PROGRAMS)
726         (uninstall-%DIR%PROGRAMS): Likewise.
727         * tests/libtool7.test: Update test for `install' and
728         `uninstall' cases.
729         * NEWS, THANKS: Update.
731 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
733         * doc/automake.texi: Remove Front-Cover and Back-Cover Texts,
734         this manual is not printed by the FSF.
736 2007-07-16  Alexandre Duret-Lutz  <adl@gnu.org>
738         * NEWS: Clarify that COPYING files are not updated.
740 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
742         * doc/automake.texi: New Back-Cover Text.
743         Report by Karl Berry.
745 2007-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
747         * aclocal.in (version): Fix output to match GCS requirements.
748         * automake.in (version): Likewise.
749         Report by Eric Blake.
751         * COPYING, lib/COPYING: Update to GPLv3.  All uses changed.
752         * NEWS: Update.
754 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
756         * lib/gnupload: Fix shell portability issues with for loops.
757         Report by Karl Berry.
759 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
760             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
762         * aclocal.in (write_aclocal): Warn about autoconf
763         incompatibilities instead of making them fatal.
764         * tests/missing4.test: Adjust.
765         * NEWS: Update.
766         Problem reported by Bruno Haible in
767         <http://lists.gnu.org/archive/html/bug-automake/2007-06/msg00010.html>.
769 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
771         * doc/automake.texi, lib/Automake/Rule.pm: Fix typos.
772         * automake.in: Likewise.
773         (am_primary_prefixes): Keep the intentional typo there.
775 2007-04-25  Eric Blake  <ebb9@byu.net>
777         * doc/stamp-vti: Remove generated file from revision control.
778         * doc/version.texi: Likewise.
780 2007-04-23  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
782         * doc/automake.texi (Python): Fix typo.
784 2007-03-30  Eric Blake  <ebb9@byu.net>
785             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
787         * lib/mdate-sh (ls_command): Use -n when available to avoid
788         problems with spaces in user/group names.
789         * tests/mdate5.test: New test.
790         * tests/Makefile.am: Adjust.
792 2007-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
794         * automake.in (handle_tests): Rewrite XFAIL_TESTS just like
795         TESTS, appending $(EXEEXT), so that matching continues to work
796         on w32.
797         * NEWS: Mention this.
798         * doc/automake.texi (EXEEXT, Extending): Update.
799         * tests/check7.test: New test.
800         * tests/Makefile.am: Adjust.
801         Bug report by Ed Hartnett.
803 2007-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
805         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Again search
806         the whole file, but use sed to reduce the line length.
807         Fixes 1.10 regression.  Report by David Byron.
808         * THANKS, NEWS: Update.
810 2007-03-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
812         * lib/depcomp (aix): Rewrite depmode in the spirit of the tru64
813         one.  Fixes failure to catch dependencies with libtool and xlc
814         in case of enable_static=no (which is the default on AIX without
815         runtimelinking).
816         * tests/depcomp7.test: Run test once with --disable-shared and
817         once with --disable-static, to expose failure systematically.
818         * NEWS: Update.
820 2007-03-29  Stepan Kasal  <kasal@ucw.cz>
821             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
823         * automake.in (handle_LIBOBJS_or_ALLOCA): Fix the error message.
824         * tests/pr401.test: Update to expose the error.
825         * tests/pr401b.test: Likewise.
826         * tests/pr401c.test: Likewise.
828 2007-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
830         * automake.in (scan_autoconf_config_files): Warn about leading
831         `./' in config file names.
832         * tests/canon-name.test: New test.
833         * tests/Makefile.am: Update.
834         * THANKS: Update.
835         Suggestion by Claudio Fontana.
837         * tests/yacc6.test: Add the generated headers to `BUILT_SOURCES'
838         as documented in the manual.  Fixes parallel make failure.
839         Report by Dieter Jurzitza.
840         * THANKS: Update.
842         * ChangeLog, TODO, tests/exdir3.test: Fix copyright notice.
844         * TODO: Kill a couple of outdated items.
845         * tests/exdir3.test: New test.
846         * tests/Makefile.am: Update.
848 2007-01-27 Bruno Haible  <bruno@clisp.org>
850         * doc/automake.texi (Multiple Outputs): Fix the multiple outputs
851         with locking example.
853 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
855         * doc/automake.texi (Subpackages): Fix ambiguous wording.
856         Report and suggestions by Reuben Thomas.
857         * THANKS: Update.
859 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
861         * tests/defs.in (is_newest): Cope with multiple newer files.
862         * NEWS: mention `install-sh -C'.
864 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
866         * lib/install-sh (initialize_posix_glob): New var.
867         Use it instead of setting posix_glob inline.
868         (posix_glob): Use '?'/''/: instead of ''/yes/no, for convenience.
869         (cmpprog, CMPPROG): New vars, since we use cmp rather than the diff
870         of Akim's patch.
871         Use LC_ALL before invoking 'ls' when we depend on its output format.
872         Don't use awk; just use the shell's builtin features.
873         Clean up $dsttmp if -C detects no installation is needed.
874         * tests/defs.in (is_newest): Renamed from is_younger; the new
875         name is more accurate.  All uses changed.
876         (old_timestamp): New var.
877         * tests/instsh2.test: Rewrite to avoid the need for sleeping.
879 2006-12-25  Akim Demaille  <akim@epita.fr>
881         * lib/install-sh: Implement install-sh -C.
882         (This patch is the remaining part of the patch proposed in
883         <http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
884         (usage): Document it.
885         (copy_on_change): New var.
886         * tests/defs.in (is_younger): New function.
887         * tests/instsh2.test: Check install-sh -C.
889 2006-12-24  Paul Eggert  <eggert@cs.ucla.edu>
891         * lib/install-sh: Fix typo in previous patch for handling --.
892         Use more-consistent style for ';;'.
893         Prefer || to if-then-else-:.
894         * tests/install2.test: Rework to avoid set -e problems.
896 2006-12-24  Akim Demaille  <akim@epita.fr>
898         Simplify install-sh and its test.  This shouldn't change any behavior.
899         (This patch is a subset of the patch proposed in
900         <http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
901         * lib/install-sh (usage): Use usual GNU style.
902         (dstarg): Rename as...
903         (dst_arg): this for consistency.
904         Simplify quoting of assignments.
905         Sort them.
906         Don't use '\' to continue commands: && suffices.
907         Remove useless "continue" in the argument processing,
908         and factor the shifts.
909         * tests/defs.in: Some improvements to make it set -e clean.
910         Use the traditional ":" trick to protect loops from being empty.
911         Remove an empty straightforward piece of code prepared to define
912         additional variables.
913         Use test instead of [], for consistency.
914         * tests/install2.test: Use set -e, to simplify code.
916 2006-12-20  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
918         * doc/automake.texi: Fix typo.
920 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
922         * doc/Makefile.am: Use $(MAKE) $(AM_MAKEFLAGS) for building
923         amhello, to prevent gmake from invoking make with MAKEFLAGS
924         it does not understand.
925         Report by Patrick Welche.
927         * lib/gnupload: Revert last change.  Add pointer to upload
928         instructions of the GNU Maintenance Instructions.
929         Suggestion by Karl Berry.
931 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
933         * lib/gnupload: Add missing 'gnu' to example URL.
934         Report by Karl Berry.
936 2006-10-28  Bobby Jack <bobbykjack@yahoo.co.uk>  (tiny change)
938         * doc/automake.texi (amhello Explained): autoconf creates
939         configure, not configure.ac.
940         * THANKS: Update.
942 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
944         * doc/automake.texi (Dist, Dependency Tracking Evolution):
945         Fix some typos.
946         * lib/Automake/Condition.pm: Likewise.
947         * lib/Automake/DisjConditions.pm: Likewise.
948         * lib/Automake/ItemDef.pm: Likewise.
949         * lib/Automake/Options.pm: Likewise.
950         * lib/Automake/Rule.pm: Likewise.
951         * lib/Automake/VarDef.pm: Likewise.
952         * lib/Automake/Variable.pm: Likewise.
953         * lib/Automake/Wrap.pm: Likewise.
954         * lib/Automake/XFile.pm: Likewise.
955         * m4/substnot.m4: Likewise.
957 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
959         * lib/gnupload: Update to version 1.1 of directive file.
961 2006-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
963         * lib/am/depend2.am (%SOURCEFLAG%): New substitution, goes
964         right before the expanded source file name.
965         * automake.in (%sourceflags): New global: per-extension flag
966         to denote that the next compiler argument is the source file.
967         (scan_autoconf_traces): Trace AC_FC_SRCEXT; initialize
968         %sourceflags accordingly.
969         (handle_single_transform): Store source file extension in...
970         (%lang_specific_files): ...this and...
971         (handle_languages): ...adjust here.  Pass flag in SOURCEFLAG.
972         * doc/automake.texi (Optional): Add AC_FC_SRCEXT.
973         (Fortran 9x Support): Update.
974         * tests/fort2.test: New test.
975         * tests/Makefile.am: Adjust.
976         * NEWS, THANKS: Update.
977         Suggested by Steven G. Johnson.
979         For PR automake/480.
980         * automake.in (lang_f77_rewrite, lang_fc_rewrite)
981         (lang_ppfc_rewrite, lang_ppf77_rewrite, lang_ratfor_rewrite):
982         return `lang_sub_obj' to support subdir-object mode for the
983         Fortran dialects.
984         * tests/fort4.test, tests/fort5.test: New tests.
985         * tests/Makefile.am: Update.
986         * NEWS, THANKS: Update.
987         Report by Davyd Madeley and Shannon L. Brown.
989         * lib/am/header-vars.am (pkglibexecdir): New variable.
990         * automake.in (%standard_prefix): Add it.
991         * doc/automake.texi (Uniform): Document it.
992         (Program Sources): Adjust.
993         * NEWS: Update.
994         * tests/libexec.test: New test.
995         * tests/Makefile.am: Update.
996         Suggested by Eric Blake.
998 2006-10-15  Alexandre Duret-Lutz  <adl@gnu.org>
1000         * lib/gnupload: Update to version 1.1 of directive file.
1002         * configure.ac, NEWS: Bump version to 1.10a.
1004         * configure.ac, NEWS: Bump version to 1.10.
1005         * doc/automake.texi (Releases): Update for 1.10.
1007         * lib/config.sub, lib/texinfo.tex: New upstream versions.
1009         * lib/am/depend2.am: Typo.
1010         * lib/depcomp (scriptversion): Bump, to account for recent changes.
1012         * doc/automake.texi (Examples): Introduce the example, and point
1013         to Hello World.
1014         (Hello): Remove this obsolete node.
1016 2006-10-15  Hans Ulrich Niedermann  <hun@n-dimensional.de>
1017             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1019         For PR automake/507:
1020         * lib/am/distdir.am (distdir): filename-length-max check is not
1021         done in sub-packages.
1022         * doc/automake.texi (Options): Document this.
1023         * tests/fn99subdir.test: New test.
1024         * tests/Makefile.am: Update.
1025         * THANKS: Update.
1027 2006-10-14  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1029         * doc/automake.texi (Third-Party Makefiles): Fix typo.
1030         * THANKS: Update.
1032 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1034         * aclocal.in (write_aclocal): Improve warning for mismatched
1035         Autoconf version.
1037         * automake.in: For preprocessed assembler, add `$(DEFS)
1038         $(DEFAULT_INCLUDES) $(INCLUDES)' to the compile rule.
1039         * doc/automake.texi (Assembly Support): Update.
1040         * NEWS: Update.
1041         Suggested by Thomas Schwinge and Ralf Corsepius.
1043         For PR automake/492.
1044         * automake.in (output_flag): Set to `-o' for Assembler and
1045         preprocessed Assembler, assuming that all understand `-c -o'.
1046         * THANKS, NEWS: Update.
1047         * tests/subobj10.test: New test.
1048         * tests/Makefile.am: Update.
1049         Report by Thomas Schwinge.
1051         * automake.in (%_macro_for_cond): New variable.
1052         (cond_stack_if): Use it for better error message about
1053         missing dependency tracking conditionals.
1054         * tests/asm2.test: New test, modeled after asm.test.
1055         * tests/Makefile.am: Adjust.
1056         Report by Ralf Corsepius.
1058         * doc/automake.texi (Options): `no-dependencies' is similar
1059         to `--ignore-deps', not `--include-deps'.
1060         * m4/as.m4 (AM_PROG_AS): If `no-dependencies', do not invoke
1061         _AM_DEPENDENCIES.
1062         * tests/nodep2.test: New test.
1063         * tests/Makefile.am: Adjust.
1065         * automake.in (handle_LIBOBJS_or_ALLOCA): If we are in the
1066         LIBOBJDIR, then we should not add a DEPDIR prefix.
1067         * tests/pr401.test: Update test.
1068         * tests/pr401b.test: Likewise.
1069         * tests/pr401c.test: Likewise.
1070         Report by Jim Meyering and Eric Blake.
1072         * lib/depcomp (gcc3): Put dependency extraction flags before the
1073         `-c' flag, so they appear at the same position as in %FASTDEP%
1074         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
1075         which ignores unknown options only after the first non-option.
1076         Bug report against M4 by Nelson H. F. Beebe.
1078 2006-10-14  Bruno Haible  <bruno@clisp.org>
1079             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1081         * automake.in ($seen_gettext_intl): New variable.
1082         (handle_gettext): Consider it.
1083         (scan_autoconf_traces): Add AM_GNU_GETTEXT_INTL_SUBDIR to the list.
1084         Set $seen_gettext_intl when it is seen.
1085         * doc/automake.texi (gettext, Optional): Update.
1086         * tests/gettext3.test: New test.
1087         * tests/Makefile.am: Update.
1089 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1091         * lib/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1092         which incorrectly sets the mode of an existing destination
1093         directory.  In some cases the unpatched install-sh could do the
1094         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1095         system.  We hope this is rare in practice, but it's clearly worth
1096         fixing.  Problem reported by Alex Unleashed in
1097         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1098         Also, don't bother to check for -m bugs unless we're using -m;
1099         suggested by Stepan Kasal.
1101 2006-10-14  Geoffrey Keating  <geoffk@apple.com> (tiny change)
1103         * m4/multi.m4: Non-default multilibs may be cross compilation.
1105 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1107         * automake.in: Fix some typos in comments.
1108         * lib/Automake/Variable.pm: Likewise.
1110 2006-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1112         * automake.in (handle_compile): Use subst, for maintainer-check.
1114 2006-10-09  Andreas Köhler  <andi5.py@gmx.net>  (tiny change)
1116         For PR automake/505:
1117         * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES):
1118         Fix typo: `config.status.lineno', not `configure.status.lineno'.
1120 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1122         * NEWS: Mention that `install-sh' needs executable permissions.
1123         * tests/nobase.test: Adjust.
1124         Report by Patrick Welche.
1126 2006-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1128         * lib/am/check.am (check-TESTS): Fix matching of XFAIL_TESTS
1129         against currently running test for the first and last element
1130         of $(TESTS): add spacing so Solaris make does VPATH expansion
1131         on these words, too.
1132         * tests/check6.test: Update.
1134 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1136         For PR automake/501:
1137         * lib/am/depend2.am (?GENERIC?%EXT%.o, ?!GENERIC?%OBJ%):
1138         Abbreviate output a bit by not bothering to quote the .Po file
1139         name (the quoting doesn't suffice in general anyway), and by not
1140         bothering to remove junk .Tpo files (as they'll be removed later).
1141         This also lets 'make' run faster by avoiding a subshell.
1143 2006-08-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1145         * automake.in: Fortran 77 and Fortran should require variables
1146         F77 resp. FC to be defined, and suggest the respective Autoconf
1147         macros otherwise.
1148         * tests/fort1.test: New test.
1149         * tests/Makefile.am: Update.
1151         * tests/ext.test: Add extensions f95, F90, F95.
1153 2006-08-30  Alexandre Duret-Lutz  <adl@gnu.org>
1155         For PR automake/500:
1156         * automake.in (handle_compile) <$default_includes>: Do not output
1157         the same -I twice.  Use @am__isrc@ instead of ` -I$(srcdir)'.
1158         * m4/init.m4: Define am__isrc as ` -I$(srcdir)' only in
1159         non-VPATH builds since we always have `-I.'.
1160         * tests/subpkg.test: Make sure config headers are found in VPATH
1161         and non-VPATH builds.
1163 2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1165         * doc/automake.texi, lib/Automake/Rule.pm: Fix some typos.
1166         * NEWS: Likewise.  Clarify that only one LIBOBJDIR is supported.
1168 2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1170         * lib/Automake/ChannelDefs.pm (usage): Mention that -Wportability
1171         is enabled by default with gnu and gnits strictness.
1172         Report from Bruno Haible.
1174 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1176         * NEWS: Mark de-ANSI-fication as being obsolete.
1177         * doc/automake.texi: Likewise.
1179 2006-08-21  Stepan Kasal  <kasal@ucw.cz>
1181         * Makefile.am, THANKS: Fix typos.
1183 2006-08-20  Alexandre Duret-Lutz  <adl@gnu.org>
1185         * NEWS, configure.ac: Bump version to 1.9c.
1187         * NEWS, configure.ac: Bump version to 1.9b.
1189         * Makefile.am (maintainer-check): Check for mkdir_p in automake.in
1190         too.
1191         * automake.in (require_build_directory): Use MKDIR_P, not mkdir_p.
1193         * m4/mkdirp.m4: Typo in previous patch.
1195         * Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
1196         check so it doesn't complain about the '@ 's in node "Standard
1197         Directory Variables".
1199         * INSTALL, lib/INSTALL, lib/texinfo.tex, lib/config.sub: New
1200         upstream versions.
1202         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Prefix mkdir_p with
1203         $(top_builddir)/ if it is a relative directory.
1205 2006-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
1207         * lib/am/lex.am, lib/am/yacc.am: Drop the inline rules, always use
1208         ylwrap.  Suggested by Akim Demaille long ago, to ease maintenance.
1209         * automake.in (handle_languages): Do not define MORE-THAN-ONE.
1210         (yacc_lex_finish_helper, lang_yacc_finish, lang_lex_finish): Always
1211         require ylwrap.
1212         * doc/automake.texi (Auxiliary Programs, Yacc and Lex): Update the
1213         documentation of ylwrap.
1214         * tests/lex.test, tests/lex4.test, tests/mmodely.test,
1215         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
1216         tests/yaccpp.test: Adjust.
1218         * doc/automake.texi (Releases): Update statistics until 1.9.6.
1220         * Makefile.am (maintainer-check): Check for mkdir_p.
1221         * automake.texi (Obsolete macros): Document AM_PROG_MKDIR_P.
1222         * lib/am/data.am, lib/am/distdir.am, lib/am/install.am,
1223         lib/am/java.am, lib/am/libs.am, lib/am/lisp.am, lib/am/ltlib.am,
1224         lib/am/mans.am, lib/am/progs.am, lib/am/python.am,
1225         lib/am/scripts.am, lib/am/texinfos.am: Use MKDIR_P instead of mkdir_p.
1226         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Define mkdir_p using $MKDIR_P, not
1227         as '$(MKDIR_P)', otherwise it will break `Makefile.in's that use
1228         mkdir_p without defining MKDIR_P.
1229         * tests/distdir.test, tests/instman.test, tests/txinfo21.test:
1230         Adjust.
1232         * Makefile.am (SUBDIRS): Build lib first, for lib/Automake/Config.pm.
1233         * configure.ac (ACLOCAL): Use --acdir=m4 in addition to
1234         -I m4.  Running aclocal during the rebuild rules will fail
1235         if the default acdir does not exist.
1237         * NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4:
1238         Require Autoconf 2.60 instead of some intermediate development
1239         version.
1241         * doc/automake.texi (Standard Directory Variables): Fix multitable
1242         width.
1243         (Autotools Introduction): Fix @uref usage.
1245 2006-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1247         * doc/automake.texi: Fix some typos in the introduction,
1248         adjust some spacing; spell `GNU Build System' consistently.
1249         (menu): Unify node naming.
1250         (Standard Directory Variables): Clarify that this list is not
1251         exhaustive.
1252         (DESTDIR): Fix example.
1254 2006-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
1256         * doc/automake.texi (Autotools Introduction) New chapter.
1257         Thanks to Ben Pfaff and Ralf Wildenhues for comments.
1258         (Auxiliary Programs, Install, Dist, Third-Party Makefiles)
1259         (distcleancheck): More cross references.
1260         * doc/amhello/configure.ac, doc/amhello/README,
1261         doc/amhello/Makefile.am, doc/amhello/src/Makefile.am,
1262         doc/amhello/src/main.c: New files.
1263         * doc/Makefile.am (dist_noinst_DATA): Distribute them.
1264         ($(srcdir)/amhello-1.0.tar.gz): New rule.
1265         (dist_doc_DATA): Install amhello-1.0.tar.gz.
1266         * Makefile.am (SUBDIRS): Update comment.
1268 2006-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1270         * doc/automake.texi: Fix some typos.
1272 2006-08-14  Jonathan Higa <jthiga@gmail.com>
1274         * automake.in: Register "Unified Parallel C" as language.
1275         (lang_upc_rewrite): New function.
1276         (resolve_linker): Consider UPCLINK.
1277         * lib/Automake/Variable.pm (%_ac_macro_for_var): Suggest
1278         AM_PROG_UPC for UPC and UPCFLAGS.
1279         * m4/upc.m4: New file.
1280         * m4/depend.m4 (_AM_DEPENDENCIES): Add UPC case.
1281         * m4/Makefile.am (dist_m4data_DATA): Add upc.m4.
1282         * doc/automake.texi (Unified Parallel C Support): New node.
1283         (Public macros): Mention AM_PROG_UPC.
1284         (Program and Library Variables, Flag Variables Ordering):
1285         Mention UPCFLAGS.
1286         * tests/upc.test, tests/upc2.test, tests/upc3.test: New file.
1287         * tests/Makefile.am (TESTS): Add them.
1288         * tests/ext.test: Also test upc files.
1290 2006-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
1292         * doc/automake.texi (Scripts): Fix some errors in previous patch.
1294         * doc/automake.texi (Scripts): Revamp.  Show an example of script
1295         built from configure.ac.  Discuss CLEANFILES and EXTRA_DIST for
1296         other built scripts.
1298         * m4/init.m4: Suggest fixing the call to AC_INIT when
1299         AC_PACKAGE_NAME or AC_PACKAGE_VERSION is undefined.  This is for
1300         newcomers who call AC_INIT and AM_INIT_AUTOMAKE without arguments.
1301         * tests/init.test: New file.
1302         * tests/Makefile.am (TESTS): Add it.
1304 2006-08-04  Stepan Kasal  <kasal@ucw.cz>
1306         * automake.in (dist_dirs, fill_dist_dirs): Remove.
1307         * lib/am/distdir.am (DISTDIRS): Remove.
1308         * tests/distdir.test, tests/pr2.test: Do not grep, use
1309         `make distdir' instead.
1311 2006-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
1313         * doc/automake.texi (Conditionals): Split in two sections, "Usage"
1314         and "Portability", and add a third one, "Limits" to explain how
1315         conditional definitions inside multi-lines definitions can be
1316         handled.
1317         * automake.in (handle_options): Do not assume that
1318         AUTOMAKE_OPTIONS is defined in TRUE, but diagnose conditional
1319         definitions of AUTOMAKE_OPTIONS.
1320         Report from Bas Wijnen.
1321         * tests/amopt.test: New test.
1322         * tests/Makefile.am (TESTS): Add it.
1324         * aclocal.in (install_file): Cannot use /dev/null while diffing
1325         new files, because Tru64's diff do not handle /dev/null.  So
1326         create an empty destination file before running diff on a new
1327         file, and erase it afterward.  Fall back to using /dev/null only
1328         if we cannot create this file.
1329         Report and initial patch from Ralf Wildenhues.
1330         (unlink_tmp): New function.
1331         * test/acloca18.test: Make sure the empty file has been erased.
1333 2006-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1335         * automake.in (handle_LIBOBJS_or_ALLOCA): With subdir-objects,
1336         do not prefix `$(top_builddir)/' aka `./' to nonempty LIBOBJDIR,
1337         to help BSD Make find the files also in a VPATH build.
1338         Also return the same path, possibly prefixed, for correct
1339         depdir computation.
1340         * tests/pr401.test: Update to expose wrong depdir computation.
1341         Rewrite to not use the same file name for library object and
1342         main program.
1343         * tests/pr401b.test, tests/pr401c.test: Likewise.
1345 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1347         * lib/install-sh: Don't incorrectly claim that this implementation
1348         can install only one file at a time.
1349         (doit_exec): New var, for using 'exec' if possible, to save a process.
1350         (test_mode, intermediate_mode): Remove.
1351         (mode): Check for IFS or globbing characters in mode, since they might
1352         cause weird behavior with the other changes below.  All later uses
1353         of '"$mode"' changed to '$mode', since the ""s no longer matter.
1354         Use octal modes if the invoker specifies an octal mode, and use
1355         octal umask values if 'umask' outputs octal values; this is more
1356         likely to work with older operating systems since Automake uses
1357         octal modes, and also works around a bug with HP-UX 11.23
1358         'mkdir -p -m u=rwx,g=rx,o=rx,u+wx' reported by Ralf Wildenhues in
1359         <http://lists.gnu.org/archive/html/bug-automake/2006-06/msg00024.html>.
1360         (cp_umask, mkdir_umask): New variables, to avoid
1361         temporarily creating files or directories with too-permissive modes.
1362         (mkdir_mode): Use the FreeBSD 'install' method for computing modes of
1363         intermediate directories; this is safer.
1364         (posix_mkdir): Also test mkdir -p -m ... by making a directory in
1365         /tmp and checking the resulting mode with 'ls', to catch a bug in
1366         HP-UX 11.23 and IRIX 6.5 mkdir reported by Ralf in the same message.
1367         Use ':' for true, not 'true'; this is a bit faster on
1368         traditional implementations.
1370 2006-07-09  Jim Meyering  <jim@meyering.net>
1372         * lib/depcomp: "in in" -> "in" in comment.
1374 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1376         * tests/defs.in (AUTOMAKE_run): Redirect stdout before stderr,
1377         for consistency with the recommendation prompted by this report:
1378         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1380 2006-06-24  Stepan Kasal  <kasal@ucw.cz>
1381             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1383         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Set `mkdir_p' to
1384         `'$(MKDIR_P)'', so that it retains the per-directory value
1385         computed by config.status.
1386         * lib/am/distdir.am (distdir): do not use `$(mkdir_p)' from
1387         a changed directory.  Bugs reported by Ralf Menzel.
1388         * THANKS: Update.
1390 2006-06-24  Eric Dorland  <eric@debian.org>
1391             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1393         * automake.in (scan_texinfo_file): Fix matching file extension.
1394         * tests/txinfo31.test: New test.
1395         * tests/Makefile.am: Update.
1397 2006-06-07  Alexandre Duret-Lutz  <adl@gnu.org>
1399         * automake.in (handle_LIBOBJS): Don't rely on the caller defining $1.
1401 2006-06-07  Stepan Kasal  <kasal@ucw.cz>
1403         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Rewrite using AC_PROG_MKDIR_P.
1405 2006-06-06  Stepan Kasal  <kasal@ucw.cz>
1406             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1408         * lib/am/distdir.am: Do not call $(mkdir_p) for each
1409         distributed file, collect them and create them in one run,
1410         and strip $(srcdir) and $(top_srcdir) all at once.
1411         Fix some comment typos.
1413 2006-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1415         * m4/depend.m4 (_AM_DEPENDENCIES): The IRIX MIPSpro compiler
1416         7.4.4m may omit the first included header dependency information
1417         with `-MDupdate'.  Refine test to catch this.
1419         * configure.ac (ACLOCAL): Use `-I m4' to match `./bootstrap'
1420         procedure.
1422         * tests/gettext.test: AM_PROG_GETTEXT of gettext >= 0.14.3
1423         requires `config.rpath' to be present, and automake now enforces
1424         this.  Test this, but only if the gettext installation works and
1425         is recent enough to provide this diagnosis.
1426         * tests/gettext.test: Provide a dummy `config.rpath' for all
1427         subsequent checks.
1428         * tests/gettext2.test, tests/subcond.test: Likewise.
1430         * tests/pr401.test: Replace "perl -i" with sed and mv, for
1431         MinGW perl.
1432         * tests/pr401b.test, tests/pr401c.test, tests/python11.test,
1433         * tests/yacc6.test, tests/yacc8.test: Likewise.
1435         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use
1436         plain `grep' on the Makefile, as its line length may exceed that
1437         for grep.  Bug report against coreutils by Sam Sirlin.
1438         * THANKS: Update.
1440 2006-05-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
1442         * doc/automake.texi (Options): Add anchor `tar-formats'.
1444 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
1446         * lib/Automake/XFile.pm (lock): Allow EOPNOTSUPP, besides
1447         ENOLCK.  Only mention `make -j' when applicable.  Only raise
1448         fatal errors when `make -j' is involved.  Improve error message.
1450 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1452         * lib/Automake/Configure_ac.pm (find_configure_ac): Use
1453         `$configure_in' instead of `configure.in', to preserve
1454         directory component.
1455         * lib/Automake/Configure_ac.pm: Add note that Automake owns
1456         this file.
1457         * lib/Automake/Channels.pm: Likewise.
1458         * lib/Automake/FileUtils.pm: Likewise.
1459         * lib/Automake/Struct.pm: Likewise.
1461 2006-05-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1463         * INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
1464         New upstream versions.
1466 2006-05-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1468         * doc/automake.texi (Auxiliary Programs): Fix URL to GCC
1469         repository, they use SVN now.
1471 2006-05-13  Werner Lemberg  <wl@gnu.org>
1473         * lib/gnupload: Add support for savannah.gnu.org and
1474         savannah.nongnu.org.
1476 2006-05-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1478         * lib/Automake/Channels.pm, lib/Automake/Condition.pm,
1479         lib/Automake/DisjConditions.pm, lib/Automake/Options.pm,
1480         lib/Automake/VarDef.pm, lib/Automake/Wrap.pm: Fix some typos.
1482 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
1484         * lib/install-sh: Sync from Autoconf, as follows:
1485         Don't use 'path' to talk about file names,
1486         as per GNU coding standards.  Close a race condition reported by Ralf
1487         Wildenhues and Stepan Kasal.  There is still a race condition
1488         on hosts that predate Posix 1003.1-1992, but we can't help this.
1489         Don't mishandle weird characters like space on pre-Posix hosts.
1490         Invoke mkdir at most once per dir arg on pre-Posix hosts.
1492 2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1494         * tests/missing.test, tests/missing2.test: Do not require
1495         GNUmake.
1496         * Makefile.am (maintainer-check): Make sure `required=' does not
1497         follow `. ./defs' in the tests.
1499         * tests/ansi10.test: Use AC_PROG_CC_STDC.  Fix test that
1500         ac_cv_prog_cc_stdc isn't just used by Automake code in
1501         `configure'.
1502         * tests/ansi6.test, tests/ansi7.test: Likewise.
1503         * tests/ansi9.test: Likewise.  Do not override by setting
1504         $U and $(ANSI2KNR) at `make' time; that will be fragile.
1505         * tests/libobj8.test: Use AC_PROG_CC_STDC.
1506         * tests/subobj3.test: Likewise.  Use `set -e'.
1508         * lib/install-sh: Initialize IFS, so field splitting isn't
1509         turned off later.
1510         * lib/mkinstalldirs: Likewise.
1512         * lib/am/java.am (class%DIR%.stamp): Do not assume `$?' has
1513         the path of the prerequisite added; IRIX 6.5 make does not add
1514         it, Solaris 2.6 make is inconsistent about adding it.  Fixes
1515         java.test failure.
1517         * tests/distdir.test: Do not use leading `./' in EXTRA_DIST for
1518         files in the source tree.  Fixes failures with HP-UX and Tru64
1519         make.
1521         * lib/am/ansi2knr.am (ansi2knr): Rename target as...
1522         (./ansi2knr): ...this, for BSD make.
1523         (%ANSI2KNR-DIR%/ansi2knr): Adjust.
1525 2006-05-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1527         * tests/depcomp6.test, tests/depcomp7.test: Cater for OpenBSD
1528         /bin/sh -e issue with failing commands in if clauses.
1530         * tests/defs.in (Be Bourne compatible): Update from current
1531         Autoconf.
1533         * configure.ac: Recommend perl-5.8.2.
1534         * tests/automake.test: Do not fail because of buggy Getopt::Long
1535         in perl < 5.8.2.
1537         * tests/longlin2.test: Do not use `grep' on Makefile.am:
1538         it has long lines and is thus not a text file; AIX 5.1 grep
1539         fails to scan non-plain patterns from long lines.
1541         * tests/overrid.test: Change all regexes for warning messages to
1542         match after a colon, so that the prepended file names do not
1543         cause false matches.  Tighten overrides regex.  Fix typo
1544         `cleam-am-local' -> `clean-am-local'.
1546         * tests/java.test: `configure' uses a trap, so use `(exit 77);
1547         exit 77' to portably set the exit status similar to AS_EXIT.
1548         * tests/fn99.test: propagate nonzero exit status from subshell.
1550         * tests/mkinst3.test: Fix `mkdir' wrapper to not be confused
1551         if ``pwd`' contains the string `-p'.  Create the wrapper in a
1552         subdirectory so that `.' in $PATH does not lead to an endless
1553         loop.
1555         * lib/depcomp (ia64hp): Rename dependency style to..
1556         (hp2): ..this, as it works with aCC on HPPA, too; adjust
1557         comment.  Report by Olivier Fourdan (PR automake/481).
1558         * THANKS: Update.
1560         * tests/aclocal7.test: Add `$sleep's between file touching
1561         and automake resp aclocal+automake invocations, to ensure
1562         they complete with a time stamp strictly later than the touched
1563         file.
1565         * lib/missing: Remove superfluous quotes.  Replace all uses of
1566         `[' by `test', for consistency, and for..
1567         * tests/missing5.test: ..this new test.
1568         * tests/Makefile.am: Update.
1570         * lib/missing (sed_minuso, sed_output): New variables.
1571         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
1572         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
1573         Fixes `missing' to detect `--output' for help2man.  Fixes
1574         PR automake/483.  Report by Dennis J. Linse.
1575         (autom4te): Document in `missing --help'.
1576         * THANKS: Update.
1578 2006-04-26  Thien-Thi Nguyen  <ttn@gnu.org>  (tiny change)
1580         * doc/automake.texi (Dependency Tracking Evolution): Fix typo.
1582 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1584         * lib/install-sh: Simplify the expr implementation of dirname.
1586 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
1588         * lib/install-sh: Handle --, and diagnose unknown options.
1589         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): In the normal case, set
1590         mkdir_p='mkdir -p', not to 'mkdir -p --', for consistency with
1591         the other ways that mkdir_p might be set.
1593 2006-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
1595         * m4/amversion.in (_AM_AUTOCONF_VERSION): New macro.
1596         (AM_SET_CURRENT_AUTOMAKE_VERSION): Call it.
1597         * aclocal.in (trace_used_macros): Trace _AM_AUTOCONF_VERSION.
1598         (write_aclocal): Output a check for Autoconf's version in aclocal.m4.
1599         Doing so ensures that users cannot build configure and Makefiles
1600         with two different autoconf versions.  Report from Noah Misch.
1601         * tests/missing4.test: New file.
1602         * tests/Makefile.am (TESTS): Add it.
1604 2006-04-20  Paul Lunau  <temp@lunau.me.uk>  (tiny change)
1605             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1607         * lib/am/dejagnu.am (check-DEJAGNU): Fail when at least one test
1608         failed, instead of when the last one failed (PR automake/488).
1609         Report from Paul Lunau.
1610         * tests/dejagnu4.test: Update to expose this.
1611         * THANKS: Update.
1613 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1615         * lib/am/check.am (check-TESTS): Match XFAIL_TESTS delimited by
1616         TABs as well as spaces.  Fixes PR automake/490.
1617         * tests/check6.test: New test.
1618         * tests/Makefile.am, THANKS: Update.
1619         Report from Diab Jerius <djerius@cfa.harvard.edu>.
1621 2006-04-17  Stepan Kasal  <kasal@ucw.cz>
1623         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1624         description; eliminate the duplicate error message.
1625         * doc/automake.texi (@direntry): `Invoking Automake' is the name
1626         of the usage node for `automake'
1627         * lib/Automake/Variable.pm (%_gen_varname): Fix typos in the
1628         comment.
1630 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1632         * m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c,
1633         because it uses `datarootdir'.  Bump copyright year and serial.
1635 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1637         * NEWS: Fix typo.
1639 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1641         * lib/Automake/Variable.pm (_hash_varname, _hash_values): New functions.
1642         (_gen_varname): Use _hash_values, and return a flag indicating whether
1643         the variable name was generated or reused.
1644         (transform_variable_recursively): Do not redefine variables that
1645         are reused, and try to reuse the variable being transformed.
1646         * tests/check2.test: Make sure TESTS hasn't been redefined.
1647         * tests/check5.test, tests/exeext4.test: Make sure variables have
1648         been reused.
1649         * tests/subst2.test: Make sure bin_PROGRAMS gets rewritten.
1651         * automake.in (%ignored_configure_vars): New variable.
1652         (scan_autoconf_traces): Trace for _AM_SUBST_NOTMAKE and fill
1653         %ignored_configure_vars.
1654         (define_configure_variable): Declare ignored configure variables
1655         as VAR_SILENT.  Do not special-case AMDEPBACKSLASH and ANSI2KNR
1656         w.r.t. VAR_SILENT.
1657         * m4/substign.m4: New file.
1658         * m4/Makefile.am (dist_m4data_DATA): Add substign.m4.
1659         * m4/cond.m4: _AM_SUBST_NOTMAKE $1_TRUE and $1_FALSE (PR automake/477).
1660         * m4/depend.m4: _AM_SUBST_NOTMAKE AMDEPBACKSLASH.
1661         * m4/protos.m4: _AM_SUBST_NOTMAKE ANSI2KNR.
1662         * tests/cond.test: Make sure TEST_FALSE and TEST_TRUE are not defined.
1663         * tests/amsubst.test: New file.
1664         * tests/Makefile.am (TESTS): Add it.
1666 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
1667             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1669         * automake.in (handle_single_transform): Preserve directories in
1670         direct suffix rules.
1671         * tests/suffix12.test: New test.
1672         * tests/Makefile.am (TESTS): Add it.
1673         Report from John Ratliff.
1675 2006-03-25  Mike Frysinger  <vapier@gentoo.org>  (tiny change)
1676             Alexandre Duret-Lutz  <adl@gnu.org>
1678         * aclocal.in ($m4_include_rx): Do not recognize `include', and
1679         adjust scan_configure_dep and scan_file accordingly.
1680         (scan_configure_dep): Do not search white lines.
1681         (scan_file): Strip comments from current line after checking
1682         for serial, so that aclocal does not trip on `m4_include' macros
1683         in comments.  Report from Mike Frysinger.
1684         * tests/acloca21.test: New file.
1685         * tests/Makefile.am (TESTS): Add it.
1687 2006-03-24  Stepan Kasal  <kasal@ucw.cz>
1689         * tests/mmodely.test: Fix the test on systems with no lex.
1691 2006-03-23  Stepan Kasal  <kasal@ucw.cz>
1693         * automake.in (libtool_new_api): Fix a typo in the comment.
1694         * lib/Automake/Makefile.am (Config.pm): Likewise.
1695         * lib/am/depend2.am: Likewise.
1696         * tests/xsource.test: With `set -e', `|| exit 1' is no longer
1697         needed.
1699 2006-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1701         * tests/depcomp6.test, tests/depcomp7.test: Change back to
1702         using `$MAKE && exit 1', but make sure the last command in the
1703         test is successful.
1705 2006-03-21  Clifford Wolf  <clifford@clifford.at>  (tiny change)
1706             Stepan Kasal  <kasal@ucw.cz>
1707             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1709         * aclocal.in (parse_arguments): Added wildcard support to the
1710         dirlist parser.
1711         * doc/automake.texi (Macro search path): Document it.
1712         * tests/dirlist2.test: New test.
1713         * m4/dirlist, tests/Makefile.am: Adjust.
1715 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1717         * m4/init.m4 (AM_INIT_AUTOMAKE): Add `_AM_DEPENDENCIES(OBJC)'
1718         to `AC_PROG_OBJC' if provided, to fix Objective C depmode
1719         handling.
1720         * lib/Automake/Variable.pm (%_ac_macro_for_var): Add entries for
1721         OBJC and OBJCFLAGS.
1722         * tests/ext.test: Adjust.
1723         * tests/objc.test, tests/objc2.test: New tests.
1724         * tests/Makefile.am: Adjust.
1725         * doc/automake.texi (Objective C Support): New node.
1726         (Support for Other Languages): Adjust.
1728 2006-03-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1730         * lib/Automake/RuleDef.pm (DESCRIPTION): Typo.
1732         * tests/depcomp6.test, tests/depcomp7.test: Fix failure logic
1733         to work with `set -e'.
1735         * tests/depcomp6.test, tests/depcomp7.test: New tests,
1736         for general `depcomp' functionality, with and without
1737         `subdir-objects', with and without `libtool'.
1738         * tests/Makefile.am: Adjust.
1740         * aclocal.in (write_aclocal): Unlink `aclocal.m4' before
1741         writing into it, to break a symlinked file.
1742         * tests/acloca20.test: New test.
1743         * tests/Makefile.am: Updated.
1745 2006-03-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1747         Allow package trees (packages with subpackages) to share
1748         common distributed auxiliary files (and directories) that
1749         reside within a subpackage.
1751         * lib/am/distdir.am (distdir %?TOPDIR_P%): Do not fail if
1752         `$(distdir)' already exists.
1753         (%?SUBDIRS%): Set `am__remove_distdir' to `:' to prevent
1754         removal of subpackage trees for distribution.
1755         * tests/subpkg3.test: New test.
1756         * tests/Makefile.am: Update.
1758 2006-03-18  Alexandre Duret-Lutz  <adl@gnu.org>
1760         * tests/check5.test, tests/nobast.test: Fix $MAKE and rm
1761         invocations to please maintainer-check.
1763 2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1765         * automake.in (lang_c_rewrite): Typo in previous change.
1766         * tests/ccnoco2.test: New file.
1767         * tests/Makefile.am (TESTS): Add ccnoco2.test.
1769         * automake.in (lang_c_rewrite): Make the AM_PROG_CC_C_O requirement
1770         a 'portability' warning, so that people can ignore it.  Suggested
1771         by Ralf Wildenhues.
1773         * lib/Automake/ChannelDefs.pm: Make -Wportability the default in
1774         gnu and gnits modes.
1775         * doc/automake.texi (Invoking Automake): Adjust.
1777 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1779         * doc/automake.texi (Yacc and Lex): Document that `.ypp' and
1780         `.lpp' file extensions are recognized.
1782 2006-02-21  Alexandre Duret-Lutz  <adl@gnu.org>
1784         * doc/automake.texi (Complete, Extending aclocal, Public macros)
1785         (Python, Conditionals, API versioning): Always quote macro arguments.
1786         Report from Stepan Kasal.
1788 2006-02-16  Alexandre Duret-Lutz  <adl@gnu.org>
1790         * doc/automake.texi (Python): More examples.
1792 2006-02-05  Alexandre Duret-Lutz  <adl@gnu.org>
1794         * doc/automake.texi (distcleancheck): Fix bad wording.  Report
1795         from Bob Rossi.
1796         (Man pages): Show dist_man_MANS, not EXTRA_DIST = $(man_MANS).
1798 2006-01-29  Alexandre Duret-Lutz  <adl@gnu.org>
1800         Append $(EXEEXT) to programs that may be listed in TESTS.
1801         Report from Simon Josefsson.
1803         * automake.in (%known_programs): New global.
1804         (initialize_per_input): Reset it.
1805         (append_exeext): Take a predicate as first argument to select
1806         the filename to rewrite.
1807         (handle_programs): Fill %known_programs.
1808         (handle_tests): Append $(EXEEXT) to all tests that are in
1809         %known_programs.
1810         (am_install_var): Update call to append_exeext.
1811         * doc/automake.texi (EXEEXT): TESTS is also rewritten.
1812         (Tests): More about the difference between check_PROGRAMS and TESTS.
1813         Give an example of TEST_ENVIRONMENT.
1814         * tests/cond32.test: Augment with a nested condition.
1815         * tests/exeext4.test: Also check TESTS.
1816         * tests/check5.test: New file.
1817         * tests/Makefile.am (TESTS): Add check5.test.
1819 2006-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1821         * lib/install-sh (dstdir): Don't use semicolons inside { } in
1822         sed scripts, as Posix says it's not portable.
1823         * lib/missing (file): Likewise.
1824         * lib/am/distdir.am (distcheck): Likewise.
1825         * tests/comment7.test, tests/comment9.test, tests/confh.test: Likewise
1826         * tests/distcom2.test, tests/distcom3.test: Likewise.
1827         * tests/distcom4.test, tests/distcom5.test: Likewise.
1828         * tests/distcom6.test, tests/include.test, tests/pluseq8.test: Likewise.
1830 2006-01-12  Alexandre Duret-Lutz  <adl@gnu.org>
1832         * ChangeLog: Move 2004's entries to ...
1833         * ChangeLog.04: ... this new file.
1834         * Makefile.am (EXTRA_DIST): Add ChangeLog.04.
1836         * tests/txinfo13.test: Test fix below.
1838 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1840         * lib/am/texinfos.am (dist-info): Tighten glob to avoid unwanted
1841         extra files in distribution.  Reported by Vincent Lefevre.
1843 2006-01-06  Alexandre Duret-Lutz  <adl@gnu.org>
1845         * doc/automake.texi (Linking, Program and Library Variables):
1846         Mention the file extensions that usually appear in _DEPENDENCIES,
1847         and point to BUILT_SOURCES and example of _DEPENDENCIES uses.  A
1848         couple of people have been listing sources files in _DEPENDENCIES
1849         lately.
1851         * doc/automake.texi: Bump copyright year.
1852         * automake.in ($gen_copyright, version): Likewise.
1853         * aclocal.in (write_aclocal, version): Likewise.
1855 2006-01-05  Stepan Kasal  <kasal@ucw.cz>
1856             Alexandre Duret-Lutz  <adl@gnu.org>
1858         * automake.in (topsrcdir): New global.
1859         (generate_makefile): Compute it.
1860         (fill_dist_dirs): New function extracted from handle_dist.
1861         (handle_dist, handle_configure): Use fill_dist_dirs.
1862         * tests/distdir.test: Test for cases where $(top_srcdir) or
1863         $(srcdir) appear in EXTRA_DIST.  Report from Sander Niemeijer.
1865 2006-01-05  Zack Weinberg  <zackw@panix.com>
1866             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1868         * lib/depcomp: Add 'ia64hp' dependency style.
1869         Zack's original patch was contributed to GCC on 2005-06-13.
1870         (tru64): Typo.
1872 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
1874         * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
1875         the code is portable to both POSIX and pre-POSIX shells.
1877 2005-10-17  Alexandre Duret-Lutz  <adl@gnu.org>
1879         * tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
1880         suggested by Eric Blake.
1882 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
1884         * doc/automake.texi (Program and Library Variables): Typo.
1885         * lib/Automake/Variable.pm (transform_variable_recursively): Typo
1886         in a comment.
1888 2005-10-03  Stepan Kasal  <kasal@ucw.cz>
1890         * ChangeLog.03, automake.in, tests/overrid.test: Typos.
1892 2005-10-03  Alexandre Duret-Lutz  <adl@gnu.org>
1894         * tests/nobase.test: Exercise previous patch.
1896 2005-10-03  Peter O'Gorman  <peter@pogma.com>  (tiny change)
1898         * lib/am/distdir.am: Remove $(SHELL) when calling install_sh
1899         * m4/strip.m4: Ditto.
1900         * m4/install-sh.m4: Add $(SHELL) to the definition of install_sh
1902 2005-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1904         * doc/automake.texi (limitations on file names): New section.
1905         * lib/install-sh: Rewrite to support '*' in file names.
1906         Also, tune so that we don't invoke so many commands in the usual case.
1907         This has the side effect of fixing `install-sh -d' to not fail if it
1908         loses the race in creating the last path component against another
1909         process.
1910         * tests/instspc.test: The "*" test is now fixed.
1912 2005-09-13  Stepan Kasal  <kasal@ucw.cz>
1914         * automake.in (Languages) <cppasm>: Fix typo in the comment.
1916 2005-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1918         * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
1919         shell in verbose mode.
1921 2005-08-07  Alexandre Duret-Lutz  <adl@gnu.org>
1923         * lib/Automake/Variable.pm (variable_value): Do not read the TRUE
1924         value of a conditionally defined variable.
1925         Report from Juergen Leising.
1927         * automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
1928         $(MAKE) invocations.
1929         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
1930         Likewise.
1931         * lib/am/texi-vers.am (%STAMPVTI%): Likewise.
1932         * lib/am/remake-hdr.am (%CONFIG_H%): Likewise.
1933         * Makefile.am (maintainer-check): Check for this.
1934         Report from Stepan Kasal.
1936         * m4/mkdirp.m4: Update misleading comment about `mkdir -p .'.
1937         Prompted by Stepan Kasal.
1939 2005-08-07  Stepan Kasal  <kasal@ucw.cz>
1941         * lib/am/texinfos.am (uninstall-info-am): Call install-info only if
1942         the $(infodir) exists.
1944 2005-07-31  Stepan Kasal  <kasal@ucw.cz>
1946         * tests/library3.test: Fix a typo which made the test fail.
1948 2005-07-27  Alexandre Duret-Lutz  <adl@gnu.org>
1950         * doc/automake.texi (Linking, Program and Library Variables):
1951         Suggest reserving -l for third-party libraries.
1953         * lib/Automake/Variable.pm (require_variables): Mention aclocal's
1954         search path when suggesting to add a macro in configure.ac.
1955         People are confused when Automake suggests adding a macro (such as
1956         AC_PROG_LIBTOOL) that is already in configure.ac.
1957         * automake.in (require_file_internal): Suggest `automake --add-missing'
1958         for missing files that can be installed.
1959         * tests/library3.test: Adjust.
1961 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
1963         * tests/defs.in: When required matches both `*libtool*' and
1964         `*gettext*', check for both m4 files.
1966         * doc/automake.texi (Auxiliary Programs): Fix a typo.
1967         * tests/suffix11.test: Fix a typo.
1968         * tests/colon3.test: s/EGREP/FGREP/.
1970 2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
1972         * tests/instspc.test: Major rewrite to test for many other
1973         problematic file names, e.g., '$', '"', '('.  Automake and
1974         Autoconf can't handle many of them, so do not report a failure
1975         if the usual candidates show up.
1977 2005-07-19  Stepan Kasal  <kasal@ucw.cz>
1979         * Makefile.am (automake, aclocal): Merge the rules.
1981 2005-07-10  Alexandre Duret-Lutz  <adl@gnu.org>
1983         * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
1984         versions.
1986 2005-07-09  Alexandre Duret-Lutz  <adl@gnu.org>
1988         * lib/install-sh: Use IFS=/ to split directories on /, don't translate
1989         / into % as it prevents directory names using %...
1991 2005-07-09  Stepan Kasal  <kasal@ucw.cz>
1993         * doc/automake.texi (Public macros): Typo.
1994         * aclocal.in: Typo in comment.
1996 2005-07-09  Zack Weinberg  <zack@codesourcery.com>  (tiny change)
1998         * lib/depcomp: Handle "#line" markers as well as "# " markers in
1999         "cpp" style, so it can work with newer HP compilers (for their
2000         ia64 systems).
2002 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2004         * doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
2005         fix an underful hbox.
2006         * lib/INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
2007         New upstream versions.
2009 2005-07-01  Alexandre Duret-Lutz  <adl@gnu.org>
2011         * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.
2013 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2015         * automake.in (make_paragraphs): Do not define %TOPDIR%, now that
2016         lib/am/header-vars.am no longer uses it.
2017         * lib/am/libtool.am (distclean-am, distclean-libtool): Define
2018         if TOPDIR_P is true, not TOPDIR.
2019         Suggested by Stepan Kasal.
2021         * automake.in (read_am_file): Correctly diagnose comments following
2022         trailing backslash.
2023         * tests/commen10.test: New file.
2024         * tests/Makefile.am (TESTS): Add commen10.test.
2025         Report from Harald Dunkel.
2027         * automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
2028         of AC_SUBST.
2029         * lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL):
2030         Do not define, they are AC_SUBST_TRACEd by Autoconf.
2031         * m4/init.m4 (AM_INIT_AUTOMAKE): Require Autoconf 2.59c.
2032         * tests/include.test: Call AC_OUTPUT.
2034 2005-06-29  Alexandre Duret-Lutz  <adl@gnu.org>
2036         * lib/mkinstalldirs: Fix support for directory name with spaces if
2037         `mkdir -p' does not work.
2038         * tests/Makefile.am (TESTS): Add mkinst3.test.
2039         * tests/mkinst3.test: New file.
2040         Report from Noah Friedman.
2042         * doc/automake.texi (Include, Extending aclocal): Typos.
2043         Report from Karl Berry.
2045 2005-06-28  Stepan Kasal  <kasal@ucw.cz>
2046             Alexandre Duret-Lutz  <adl@gnu.org>
2048         * lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
2049         * tests/txinfo28.test: Set TIME_STYLE.
2050         Report from Vincent Lefevre and James Youngman.
2052 2005-06-24  Alexandre Duret-Lutz  <adl@gnu.org>
2054         * lib/Automake/Variable.pm (define, _new): Remember the helper
2055         variable created for the last conditional += on each variable, and
2056         only append further += in the same condition to this last helper
2057         variable, not to older helper variables.  This way the order of
2058         the items appended to the variable is preserved.
2059         * tests/cond21.test: Adjust.
2060         * tests/cond38.test: New file.
2061         * tests/Makefile.am (TESTS): Add cond38.test.
2062         Report from Ed Hartnett.
2064 2005-06-22  Alexandre Duret-Lutz  <adl@gnu.org>
2066         * tests/aclocal5.test: Adjust to recent CVS Autoconf changes.
2068         * automake.in (handle_footer): Do not output an unformatted
2069         definition of SOURCES, it is already done correctly in
2070         generate_makefile.  This superfluous definition introduced long
2071         lines in some Makefiles, hence breakages in tools with a limited
2072         line length.  Report from Mathias Froehlich.
2074 2005-06-11  Alexandre Duret-Lutz  <adl@gnu.org>
2076         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
2077         Fix redirections in previous patch.
2079 2005-06-08  Alexandre Duret-Lutz  <adl@gnu.org>
2081         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
2082         Do not backup any file if makeinfo is not installed.
2083         * lib/missing (makeinfo): Do not touch a missing info file.
2084         * tests/txinfo30.test: New file.
2085         * tests/Makefile.am (TESTS): Add txinfo30.test.
2086         Report from Bob Proulx.
2088         * doc/automake.texi (Extending aclocal): Typo.
2090 2005-05-24  Brian Gough  <bjg@network-theory.co.uk>  (tiny change)
2092         * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
2094 2005-05-15  Alexandre Duret-Lutz  <adl@gnu.org>
2096         Fix PR automake/461:
2097         * automake.in (require_build_directory): Canonicalize directories
2098         with different names, such as `foo/bar' and `./foo//bar'.
2099         * tests/subobj9.test: Augment to test that.
2100         Report from Tom Tromey.
2102 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
2104         * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
2105         ChangeLog.03, ChangeLog.96, ChangeLog.98, HACKING, Makefile.am,
2106         NEWS, README, TODO, aclocal.in, automake.in, bootstrap, configure,
2107         configure.ac, doc/Makefile.am, doc/fdl.texi, lib/COPYING,
2108         lib/Makefile.am, lib/acinstall, lib/compile, lib/config-ml.in,
2109         lib/config.guess, lib/config.sub, lib/depcomp, lib/elisp-comp,
2110         lib/gnupload, lib/mdate-sh, lib/missing, lib/py-compile,
2111         lib/symlink-tree, lib/texinfo.tex, lib/ylwrap,
2112         lib/Automake/ChannelDefs.pm, lib/Automake/Channels.pm,
2113         lib/Automake/Condition.pm, lib/Automake/Config.in,
2114         lib/Automake/Configure_ac.pm, lib/Automake/DisjConditions.pm,
2115         lib/Automake/FileUtils.pm, lib/Automake/General.pm,
2116         lib/Automake/Item.pm, lib/Automake/ItemDef.pm,
2117         lib/Automake/Location.pm, lib/Automake/Makefile.am,
2118         lib/Automake/Options.pm, lib/Automake/Rule.pm,
2119         lib/Automake/RuleDef.pm, lib/Automake/Struct.pm,
2120         lib/Automake/VarDef.pm, lib/Automake/Variable.pm,
2121         lib/Automake/Version.pm, lib/Automake/Wrap.pm,
2122         lib/Automake/XFile.pm, lib/Automake/tests/Condition.pl,
2123         lib/Automake/tests/DisjConditions.pl,
2124         lib/Automake/tests/Makefile.am, lib/Automake/tests/Version.pl,
2125         lib/Automake/tests/Wrap.pl, lib/am/Makefile.am,
2126         lib/am/ansi2knr.am, lib/am/check.am, lib/am/clean-hdr.am,
2127         lib/am/clean.am, lib/am/compile.am, lib/am/configure.am,
2128         lib/am/data.am, lib/am/dejagnu.am, lib/am/depend.am,
2129         lib/am/depend2.am, lib/am/distdir.am, lib/am/footer.am,
2130         lib/am/header-vars.am, lib/am/header.am, lib/am/inst-vars.am,
2131         lib/am/install.am, lib/am/java.am, lib/am/lang-compile.am,
2132         lib/am/lex.am, lib/am/library.am, lib/am/libs.am,
2133         lib/am/libtool.am, lib/am/lisp.am, lib/am/ltlib.am,
2134         lib/am/ltlibrary.am, lib/am/mans-vars.am, lib/am/mans.am,
2135         lib/am/multilib.am, lib/am/program.am, lib/am/progs.am,
2136         lib/am/python.am, lib/am/remake-hdr.am, lib/am/scripts.am,
2137         lib/am/subdirs.am, lib/am/tags.am, lib/am/texi-vers.am,
2138         lib/am/texibuild.am, lib/am/texinfos.am, lib/am/yacc.am,
2139         m4/Makefile.am, tests/aclibobj.test, tests/acloca10.test,
2140         tests/acloca11.test, tests/acloca12.test, tests/acloca13.test,
2141         tests/acloca14.test, tests/acloca15.test, tests/acloca16.test,
2142         tests/acloca17.test, tests/acloca18.test, tests/acloca19.test,
2143         tests/aclocal.test, tests/aclocal3.test, tests/aclocal4.test,
2144         tests/aclocal5.test, tests/aclocal6.test, tests/aclocal7.test,
2145         tests/aclocal8.test, tests/aclocal9.test, tests/acoutbs.test,
2146         tests/acoutbs2.test, tests/acoutnoq.test, tests/acoutpt.test,
2147         tests/acoutpt2.test, tests/acoutqnl.test, tests/acsilent.test,
2148         tests/acsubst.test, tests/acsubst2.test, tests/all.test,
2149         tests/alloca.test, tests/alloca2.test, tests/alpha.test,
2150         tests/alpha2.test, tests/amassign.test, tests/ammissing.test,
2151         tests/ansi.test, tests/ansi10.test, tests/ansi2.test,
2152         tests/ansi3.test, tests/ansi3b.test, tests/ansi4.test,
2153         tests/ansi5.test, tests/ansi6.test, tests/ansi7.test,
2154         tests/ansi8.test, tests/ansi9.test, tests/ar.test, tests/ar2.test,
2155         tests/asm.test, tests/autohdr.test, tests/autohdr2.test,
2156         tests/autohdr3.test, tests/autohdr4.test, tests/automake.test,
2157         tests/auxdir.test, tests/auxdir2.test, tests/auxdir3.test,
2158         tests/auxdir4.test, tests/backsl.test, tests/backsl2.test,
2159         tests/backsl3.test, tests/backsl4.test, tests/badline.test,
2160         tests/badopt.test, tests/badprog.test, tests/block.test,
2161         tests/bsource.test, tests/canon.test, tests/canon2.test,
2162         tests/canon3.test, tests/canon4.test, tests/canon5.test,
2163         tests/ccnoco.test, tests/check.test, tests/check2.test,
2164         tests/check3.test, tests/check4.test, tests/checkall.test,
2165         tests/clean.test, tests/clean2.test, tests/colneq.test,
2166         tests/colneq2.test, tests/colon.test, tests/colon2.test,
2167         tests/colon3.test, tests/colon4.test, tests/colon5.test,
2168         tests/colon6.test, tests/colon7.test, tests/comment.test,
2169         tests/comment2.test, tests/comment3.test, tests/comment4.test,
2170         tests/comment5.test, tests/comment6.test, tests/comment7.test,
2171         tests/comment8.test, tests/comment9.test, tests/compile.test,
2172         tests/compile_f90_c_cxx.test, tests/compile_f_c_cxx.test,
2173         tests/cond.test, tests/cond10.test, tests/cond11.test,
2174         tests/cond13.test, tests/cond14.test, tests/cond15.test,
2175         tests/cond16.test, tests/cond17.test, tests/cond18.test,
2176         tests/cond19.test, tests/cond2.test, tests/cond20.test,
2177         tests/cond21.test, tests/cond22.test, tests/cond23.test,
2178         tests/cond24.test, tests/cond25.test, tests/cond26.test,
2179         tests/cond27.test, tests/cond28.test, tests/cond29.test,
2180         tests/cond3.test, tests/cond30.test, tests/cond31.test,
2181         tests/cond32.test, tests/cond33.test, tests/cond34.test,
2182         tests/cond35.test, tests/cond36.test, tests/cond37.test,
2183         tests/cond4.test, tests/cond5.test, tests/cond6.test,
2184         tests/cond7.test, tests/cond8.test, tests/cond9.test,
2185         tests/condd.test, tests/condhook.test, tests/condinc.test,
2186         tests/condinc2.test, tests/condlib.test, tests/condman.test,
2187         tests/condman2.test, tests/conf2.test, tests/confdeps.test,
2188         tests/conff.test, tests/conff2.test, tests/confh.test,
2189         tests/confh4.test, tests/confh5.test, tests/config.test,
2190         tests/confincl.test, tests/conflnk.test, tests/conflnk2.test,
2191         tests/conflnk3.test, tests/confsub.test, tests/confvar.test,
2192         tests/confvar2.test, tests/copy.test, tests/ctarget1.test,
2193         tests/cxx.test, tests/cxx2.test, tests/cxxansi.test,
2194         tests/cxxcpp.test, tests/cxxlibobj.test, tests/cxxlink.test,
2195         tests/cxxnoc.test, tests/cxxo.test, tests/cygwin32.test,
2196         tests/dash.test, tests/defs.in, tests/defun.test,
2197         tests/defun2.test, tests/dejagnu.test, tests/dejagnu2.test,
2198         tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test,
2199         tests/dejagnu6.test, tests/dejagnu7.test, tests/depacl2.test,
2200         tests/depcomp.test, tests/depcomp2.test, tests/depcomp3.test,
2201         tests/depcomp4.test, tests/depcomp5.test, tests/depdist.test,
2202         tests/depend.test, tests/depend2.test, tests/depend3.test,
2203         tests/depend4.test, tests/destdir.test, tests/dirforbid.test,
2204         tests/dirlist.test, tests/discover.test, tests/distcom2.test,
2205         tests/distcom3.test, tests/distcom4.test, tests/distcom5.test,
2206         tests/distcom6.test, tests/distcom7.test, tests/distdir.test,
2207         tests/distname.test, tests/dollar.test, tests/double.test,
2208         tests/dup2.test, tests/else.test, tests/empty.test,
2209         tests/empty2.test, tests/empty3.test, tests/empty4.test,
2210         tests/exdir.test, tests/exdir2.test, tests/exeext.test,
2211         tests/exeext2.test, tests/exeext3.test, tests/exeext4.test,
2212         tests/exsource.test, tests/ext.test, tests/ext2.test,
2213         tests/extra.test, tests/extra2.test, tests/extra3.test,
2214         tests/extra4.test, tests/extra5.test, tests/extra6.test,
2215         tests/extra7.test, tests/f90only.test, tests/flibs.test,
2216         tests/fn99.test, tests/fnoc.test, tests/fo.test, tests/fonly.test,
2217         tests/fortdep.test, tests/fpinst2.test, tests/fpinstall.test,
2218         tests/gcj.test, tests/gcj2.test, tests/gcj3.test, tests/gcj4.test,
2219         tests/gcj5.test, tests/getopt.test, tests/gettext.test,
2220         tests/gettext2.test, tests/gnits.test, tests/gnits2.test,
2221         tests/gnits3.test, tests/gnumake.test, tests/gnuwarn.test,
2222         tests/gnuwarn2.test, tests/header.test, tests/help.test,
2223         tests/hfs.test, tests/hosts.test, tests/implicit.test,
2224         tests/include.test, tests/include2.test, tests/info.test,
2225         tests/insh2.test, tests/install2.test, tests/installdir.test,
2226         tests/instdat.test, tests/instdat2.test, tests/instexec.test,
2227         tests/insthook.test, tests/instman.test, tests/instman2.test,
2228         tests/instsh.test, tests/instsh2.test, tests/instspc.test,
2229         tests/interp.test, tests/interp2.test, tests/java.test,
2230         tests/java2.test, tests/java3.test, tests/javaprim.test,
2231         tests/javasubst.test, tests/ldadd.test, tests/ldflags.test,
2232         tests/lex.test, tests/lex2.test, tests/lex3.test, tests/lex4.test,
2233         tests/lex5.test, tests/libobj10.test, tests/libobj11.test,
2234         tests/libobj12.test, tests/libobj13.test, tests/libobj14.test,
2235         tests/libobj2.test, tests/libobj3.test, tests/libobj4.test,
2236         tests/libobj5.test, tests/libobj7.test, tests/libobj8.test,
2237         tests/library.test, tests/library2.test, tests/library3.test,
2238         tests/libtool.test, tests/libtool2.test, tests/libtool3.test,
2239         tests/libtool4.test, tests/libtool5.test, tests/libtool6.test,
2240         tests/libtool7.test, tests/libtool8.test, tests/libtool9.test,
2241         tests/license.test, tests/link_c_cxx.test, tests/link_dist.test,
2242         tests/link_f90_only.test, tests/link_f_only.test,
2243         tests/link_fc.test, tests/link_fccxx.test, tests/link_fcxx.test,
2244         tests/lisp2.test, tests/lisp3.test, tests/lisp4.test,
2245         tests/lisp5.test, tests/lisp6.test, tests/lisp7.test,
2246         tests/lisp8.test, tests/listval.test, tests/location.test,
2247         tests/longlin2.test, tests/longline.test, tests/ltcond.test,
2248         tests/ltcond2.test, tests/ltconv.test, tests/ltdeps.test,
2249         tests/ltlibobjs.test, tests/ltlibsrc.test, tests/maintclean.test,
2250         tests/make.test, tests/makej.test, tests/makevars.test,
2251         tests/man.test, tests/man2.test, tests/mclean.test,
2252         tests/mdate.test, tests/mdate2.test, tests/mdate3.test,
2253         tests/mdate4.test, tests/missing.test, tests/missing2.test,
2254         tests/missing3.test, tests/mkinst2.test, tests/mkinstall.test,
2255         tests/mmodely.test, tests/multlib.test, tests/nobase.test,
2256         tests/nodef.test, tests/nodef2.test, tests/nodep.test,
2257         tests/nodepcomp.test, tests/nodist.test, tests/nodist2.test,
2258         tests/nodist3.test, tests/nogzip.test, tests/nogzip2.test,
2259         tests/noinst.test, tests/noinstdir.test, tests/nolink.test,
2260         tests/nostdinc.test, tests/number.test, tests/obsolete.test,
2261         tests/order.test, tests/outdir.test, tests/output.test,
2262         tests/output10.test, tests/output11.test, tests/output12.test,
2263         tests/output2.test, tests/output3.test, tests/output4.test,
2264         tests/output5.test, tests/output6.test, tests/output7.test,
2265         tests/output8.test, tests/output9.test, tests/overrid.test,
2266         tests/parse.test, tests/percent.test, tests/percent2.test,
2267         tests/phony.test, tests/pluseq.test, tests/pluseq10.test,
2268         tests/pluseq2.test, tests/pluseq3.test, tests/pluseq4.test,
2269         tests/pluseq5.test, tests/pluseq6.test, tests/pluseq7.test,
2270         tests/pluseq8.test, tests/pluseq9.test, tests/postproc.test,
2271         tests/ppf77.test, tests/pr2.test, tests/pr204.test,
2272         tests/pr211.test, tests/pr220.test, tests/pr224.test,
2273         tests/pr229.test, tests/pr243.test, tests/pr266.test,
2274         tests/pr279-2.test, tests/pr279.test, tests/pr287.test,
2275         tests/pr300-lib.test, tests/pr300-ltlib.test,
2276         tests/pr300-prog.test, tests/pr307.test, tests/pr401.test,
2277         tests/pr401b.test, tests/pr401c.test, tests/pr72.test,
2278         tests/pr87.test, tests/pr9.test, tests/prefix.test,
2279         tests/primary.test, tests/primary2.test, tests/primary3.test,
2280         tests/proginst.test, tests/python.test, tests/python10.test,
2281         tests/python11.test, tests/python12.test, tests/python2.test,
2282         tests/python3.test, tests/python4.test, tests/python5.test,
2283         tests/python6.test, tests/python7.test, tests/python8.test,
2284         tests/python9.test, tests/recurs.test, tests/recurs2.test,
2285         tests/regex.test, tests/remake.test, tests/remake2.test,
2286         tests/remake3.test, tests/remake4.test, tests/remake5.test,
2287         tests/req.test, tests/reqd.test, tests/reqd2.test,
2288         tests/rulepat.test, tests/scripts.test, tests/seenc.test,
2289         tests/sinclude.test, tests/space.test, tests/specflg.test,
2290         tests/specflg2.test, tests/specflg3.test, tests/specflg6.test,
2291         tests/specflg7.test, tests/specflg8.test, tests/specflg9.test,
2292         tests/spell.test, tests/spell2.test, tests/spell3.test,
2293         tests/spelling.test, tests/spy.test, tests/srcsub.test,
2294         tests/srcsub2.test, tests/stamph2.test, tests/stdlib.test,
2295         tests/stdlib2.test, tests/strip.test, tests/subcond.test,
2296         tests/subcond2.test, tests/subcond3.test, tests/subdir.test,
2297         tests/subdir2.test, tests/subdir3.test, tests/subdir4.test,
2298         tests/subdir5.test, tests/subdir6.test, tests/subdir7.test,
2299         tests/subdir8.test, tests/subdir9.test,
2300         tests/subdirbuiltsources.test, tests/subobj.test,
2301         tests/subobj2.test, tests/subobj3.test, tests/subobj4.test,
2302         tests/subobj5.test, tests/subobj6.test, tests/subobj7.test,
2303         tests/subobj8.test, tests/subobj9.test, tests/subobjname.test,
2304         tests/subpkg.test, tests/subpkg2.test, tests/subst.test,
2305         tests/subst2.test, tests/substre2.test, tests/substref.test,
2306         tests/substtarg.test, tests/suffix.test, tests/suffix10.test,
2307         tests/suffix11.test, tests/suffix2.test, tests/suffix3.test,
2308         tests/suffix4.test, tests/suffix5.test, tests/suffix6.test,
2309         tests/suffix7.test, tests/suffix8.test, tests/suffix9.test,
2310         tests/symlink.test, tests/symlink2.test, tests/symlink3.test,
2311         tests/syntax.test, tests/tags.test, tests/tagsub.test,
2312         tests/tar.test, tests/tar2.test, tests/tar3.test,
2313         tests/target-cflags.test, tests/targetclash.test,
2314         tests/transform.test, tests/txinfo.test, tests/txinfo10.test,
2315         tests/txinfo13.test, tests/txinfo16.test, tests/txinfo17.test,
2316         tests/txinfo18.test, tests/txinfo19.test, tests/txinfo2.test,
2317         tests/txinfo20.test, tests/txinfo21.test, tests/txinfo22.test,
2318         tests/txinfo23.test, tests/txinfo24.test, tests/txinfo25.test,
2319         tests/txinfo26.test, tests/txinfo27.test, tests/txinfo28.test,
2320         tests/txinfo29.test, tests/txinfo3.test, tests/txinfo4.test,
2321         tests/txinfo5.test, tests/txinfo6.test, tests/txinfo7.test,
2322         tests/txinfo8.test, tests/txinfo9.test, tests/unused.test,
2323         tests/vars.test, tests/vars3.test, tests/vartar.test,
2324         tests/version.test, tests/version2.test, tests/version3.test,
2325         tests/version4.test, tests/version6.test, tests/version7.test,
2326         tests/version8.test, tests/vpath.test, tests/vtexi.test,
2327         tests/vtexi2.test, tests/warnopts.test, tests/werror.test,
2328         tests/werror2.test, tests/whoami.test, tests/xsource.test,
2329         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
2330         tests/yacc4.test, tests/yacc5.test, tests/yacc6.test,
2331         tests/yacc7.test, tests/yacc8.test, tests/yaccpp.test,
2332         tests/yaccvpath.test: Update FSF postal mail address.
2334         * tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
2335         Autoconf currently defines a CCC variable.
2337         * tests/output11.test, tests/output12.test: Use rm -f.
2339 2005-04-25  Gary V. Vaughan  <gary@gnu.org>
2340             Alexandre Duret-Lutz  <adl@gnu.org>
2342         Support for remote LIBOBJS (and friends) with subdir-objects.
2343         Fixes PR automake/401.
2345         * automake.in (config_libobj_dir): New variable.
2346         (scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
2347         (handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
2348         (handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
2349         dependency files, possibly in a subdirectory.
2350         * tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
2351         * tests/Makefile.am (TESTS): Add them.
2352         * doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
2353         (LIBOBJS): Document changes in behaviour of
2354         LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
2355         subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.
2357 2005-04-18  Jim Meyering  <jim@meyering.net>
2359         * doc/automake.texi (Dist): Correct English.
2361 2005-03-31  Stepan Kasal  <kasal@ucw.cz>
2363         * doc/automake.texi: When the phrase "for instance" introduces a
2364         sentence, it should be delimited by a comma.
2366         * doc/automake.texi: Fix a few typos.
2368 2005-03-30  Alexandre Duret-Lutz  <adl@gnu.org>
2370         * doc/automake.texi (Uniform): Use xmldir instead of htmldir as
2371         example, since the GCS now define htmldir.
2372         (Auxiliary Programs): Mention config-ml.in and symlink-tree.
2373         Give a URL for texinfo.tex.
2374         (Public macros): Sort alphabetically, and move obsolete macros...
2375         (Obsolete macros): ... here.
2376         Prompted by Karl Berry.
2378 2005-03-29  Alexandre Duret-Lutz  <adl@gnu.org>
2380         * doc/automake.texi (Multiple Outputs): Fix mistakes reported by
2381         Jim Meyering.
2383         * lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
2384         rule is run with `make -j'.
2385         * doc/automake.texi (Multiple Outputs): Adjust.
2386         * tests/lisp6.test: Augment it.
2387         * tests/lisp8.test: New file.
2388         * tests/Makefile.am (TESTS): Add lisp8.test.
2389         Suggested by Bruno Haible.
2391 2005-03-27  Alexandre Duret-Lutz  <adl@gnu.org>
2393         * doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
2395 2005-03-16  Alexandre Duret-Lutz  <adl@gnu.org>
2397         * lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
2398         a missing *.elc file if it cannot be created because emacs does
2399         not exist.
2400         * tests/lisp7.test: New file.
2401         * tests/Makefile.am (TESTS): Add lisp7.test.
2402         Report from Greg Schafer.
2404 2005-03-05  Alexandre Duret-Lutz  <adl@gnu.org>
2406         * doc/automake.texi: Replace wicked whiches by thats.
2408 2005-03-04  Alexandre Duret-Lutz  <adl@gnu.org>
2410         * aclocal.in (scan_configure_dep, scan_file): Include file names
2411         are relative to the directory of configure.ac, not to the
2412         directory of the file doing the include.  Remove code for this
2413         latter case.
2414         * tests/acloca13.test: Run distcheck and make sure all macros are
2415         actually distributed.
2417 2005-03-03  Alexandre Duret-Lutz  <adl@gnu.org>
2419         For PR automake/450:
2420         * aclocal.in (scan_file, scan_configure_dep): Skip missing sincluded
2421         files.
2422         * automake.in (scan_autoconf_traces): Likewise.
2423         * tests/sinclude.test: Augment.
2424         Report from Peter Breitenlohner.
2426         For PR automake/450:
2427         * aclocal.in (write_aclocal, trace_used_macros): Do not add/remove
2428         acinclude.m4 and configure.ac to the include map in these two
2429         places ...
2430         (strip_redundant_includes): ... do it here.  This completes the
2431         previous change from 2005-03-01, that did not update
2432         write_aclocal.
2433         * tests/acloca19.test: Augment.
2434         Report from Peter Breitenlohner.
2436 2005-03-02  Alexandre Duret-Lutz  <adl@gnu.org>
2438         * tests/comment9.test: Typo.
2440 2005-03-01  Alexandre Duret-Lutz  <adl@gnu.org>
2442         * automake.in (read_am_file): Preserve backslashes preceding ##-lines.
2443         * tests/comment9.test: New file.
2444         * tests/Makefile.am (TESTS): Add comment9.test.
2445         Report from Julien Sopena.
2447         For PR automake/450:
2448         * aclocal.in (trace_used_macros): Do not explicitly trace files
2449         included by configure.ac.
2450         * tests/acloca19.test: New file.
2451         * tests/Makefile.am (TESTS): Add acloca19.test.
2452         Report from Peter Breitenlohner.
2454 2005-02-27  Alexandre Duret-Lutz  <adl@gnu.org>
2456         Fix for PR automake/448:
2457         * automake.in (handle_factored_dependencies): Flag install-hook as
2458         an error.
2459         * tests/insthook.test: Exercise this.
2461         * m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
2462         * doc/automake.texi (Hard-Coded Install Paths): Adjust.
2464         * doc/automake.texi: Replace many uses of @samp by @code, and
2465         vice versa.  Use @command, @option, and @env where appropriate.
2467 2005-02-26  Alexandre Duret-Lutz  <adl@gnu.org>
2469         * doc/automake.texi: "filename" -> "file name", for consistency
2470         with GNU Coding Standards.  See also Paul's change on 2004-08-20
2471         in Autoconf.
2473         * doc/automake.texi (A Library, Libtool Libraries): Show how to link
2474         a program with a static or libtool library.
2475         (Program and Library Variables): Make clearer that _LDADD and
2476         _LIBADD may also list libraries.
2477         Prompted by a mail from Bruce Korb.
2479         * doc/automake.texi (Alternative): Show how to rewrite nobase_
2480         variables using custom directory variables, and link to node
2481         Uniform.  Suggested by Leonardo Boiko.
2483         * doc/automake.texi (Flag Variables Ordering, User Variables):
2484         Make clearer who the maintainer is, and that he can AC_SUBST AM_
2485         variables in configure.ac.  Suggested by Norman Gray.
2486         (Uniform, Public macros, Libtool Issues, Java Support,
2487         Conditionals): Use `---' for em dash, and stick them to the
2488         enclosing text.
2490         * doc/automake.texi: Reword a few sentences to fix all underflow
2491         and overflow warnings during `make dvi'.
2492         (Auxiliary Programs) <configure.guess, config.sub>: Update URL.
2493         (Public macros) <AM_WITH_DMALLOC>: Likewise.
2495 2005-02-12  Alexandre Duret-Lutz  <adl@gnu.org>
2497         * lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
2498         lib/texinfo.tex: New upstream versions.
2500         * doc/automake.texi (Hard-Coded Install Paths): New node.
2501         (Extending, Extending aclocal, Python): Link to it.
2502         (Extending): Don't show how to install a file in /etc/ directly,
2503         this is insane.
2505         * automake.in (read_am_file): Define variables containing long
2506         lines as VAR_PRETTY to work around tools with limited input width.
2507         * tests/longlin2.test: New file.
2508         * tests/Makefile.am (TESTS): Add it.
2509         Report from Albert Chin.
2511 2005-02-09  Alexandre Duret-Lutz  <adl@gnu.org>
2513         Fix for PR automake/447:
2514         * lib/depcomp (tru64) [libtool]: Also check for $dir.libs/$base.o.d.
2515         Report from Mathias Doreille.  Add some old comments from
2516         Nicolas Joly for reference.
2518 2005-02-08  Stepan Kasal  <kasal@ucw.cz>
2520         * lib/mdate-sh: Check the size of the word following the month to
2521         catch Darwin.  This way the filename can contain spaces.
2523         * doc/automake.texi (Requirements, Options): Typos.
2525 2005-02-08  Alexandre Duret-Lutz  <adl@gnu.org>
2527         * lib/missing (makeinfo): Compute the output file if neither -o
2528         nor @setfilename is used.
2529         Reported by Miroslaw Dobrzanski-Neumann and Bruno Haible.
2531 2005-02-07  Alexandre Duret-Lutz  <adl@gnu.org>
2533         * doc/automake.texi (Requirements): Show one example of
2534         AC_CONFIG_FILES with multiple outputs, and correct a few typos.
2536         * aclocal.in ($serial_line_rx): Expect at least one space between
2537         `serial' and the following number.
2538         Report from Jim Meyering.
2540         * lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
2541         Report from Peter O'Gorman.
2543 2005-02-06  Alexandre Duret-Lutz  <adl@gnu.org>
2545         * aclocal.in (usage, parse_arguments): New --dry-run and --diff
2546         options.
2547         (install_file, write_aclocal): Honor --dry-run and --diff.
2548         * doc/automake.texi (aclocal options): Document --dry-run and --diff.
2549         (Serials): Mention --diff.
2550         * lib/Automake/FileUtils.pm (handle_exec_errors): Accept an
2551         $expected_exit_code argument.
2552         (xsystem): Take a list of arguments, not a string.
2553         * tests/acloca18.test: Use --dry-run and --diff.
2554         Suggested by Paul Eggert.
2556         * doc/automake.texi (aclocal options, Macro search path,
2557         Extending aclocal, Local Macros, Serials, Future of aclocal): Make
2558         these subsection of ...
2559         (Invoking aclocal): ... this.
2561         * aclocal.in ($serial_line_rx): Allow trailing garbage after the
2562         serial number.
2563         (scan_file): Explicitly mark the "ill-formed serial" message
2564         as a warning.
2565         * doc/automake.texi (aclocal options, Local Macros): Link to...
2566         (Serials): ... this new section.
2568 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2570         * lib/compile: Likewise.
2572 2005-02-02  Alexandre Duret-Lutz  <adl@gnu.org>
2574         * lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
2575         see 2004-12-17.
2576         * lib/mdate-sh, lib/py-compile, lib/ylwrap: Exit with nonzero
2577         status if a write failure occurs with --help or --version option,
2578         as below.
2580 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2582         * lib/depcomp: Exit with nonzero status if a write failure occurs
2583         with --help or --version option.
2584         * lib/elisp-comp: Likewise.
2585         * lib/gnupload: Likewise.
2586         * lib/install-sh: Likewise.
2587         * lib/missing: Likewise.
2588         * lib/mkinstalldirs: Likewise.
2590 2005-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
2592         * doc/automake.texi (aclocal options): Typo.
2594         * aclocal.in (list_compare): New functions.
2595         (scan_file): Honor #serial lines.
2596         * tests/acloca18.test: New test.
2597         * tests/Makefile.am (TESTS): Add it.
2598         * doc/automake.texi (aclocal options, Local Macros): Document
2599         #serial.
2601 2005-01-30  Alexandre Duret-Lutz  <adl@gnu.org>
2603         Preliminary support for `aclocal --install'.
2604         This still lacks #serial support.
2605         * aclocal.in (reset_maps, install_file): New functions.
2606         (write_aclocal): Copy files if --install.
2607         (usage, parse_arguments): Recognize --install.
2608         ("MAIN"): Start aclocal again if some file were installed.
2609         * tests/acloca10.test: Augment to test --install.
2610         * tests/aclocal.in, tests/defs.in: Add support for
2611         ACLOCAL_TESTSUITE_FLAGS, used by acloca10.test.
2612         * doc/automake.texi (aclocal options, Local Macros): Document
2613         --install.
2614         (Future of aclocal): Adjust.
2616         * doc/automake.texi (Macro search path): Using --acdir is not
2617         obvious, it's erroneous.
2619         * doc/automake.texi (direntry): Let `info Automake' point to the
2620         manual, and `info automake' to the `Invoking automake' node.  Like
2621         in Autoconf.
2623 2005-01-27  Akim Demaille  <akim@epita.fr>
2625         * lib/Automake/Configure_ac.pm: s/filename/file_name/g.
2626         From Paul Eggert.
2628 2005-01-24  Akim Demaille  <akim@epita.fr>
2630         * lib/Automake/FileUtils.pm: Rename filename as file_name to be
2631         consistent with the terminology of the GNU coding standards.
2632         From Paul Eggert.
2633         (update_file): Accept a $force argument, so that --force always
2634         updates the time stamps.
2636 2005-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
2638         * doc/automake.texi (How the Linker is Chosen): Explain how the
2639         linker is chosen without diagram, and update to match the code.
2640         Suggestion from Adrian Bunk.
2642 2005-01-16  Alexandre Duret-Lutz  <adl@gnu.org>
2644         * lib/am/subdirs.am ($(RECURSIVE_TARGETS), $(RECURSIVE_CLEAN_TARGETS)):
2645         Process all words of $MAKEFLAGS when checking for -k.
2646         * tests/check4.test: New file.
2647         * tests/Makefile.am (TESTS): Add check4.test.
2648         Report from Eric Blake.
2650 2005-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
2652         * m4/amversion.in (AM_AUTOMAKE_VERSION): Point users to
2653         AM_INIT_AUTOMAKE if the version passed is incorrect.
2654         * tests/version8.test: New file.
2655         * tests/Makefile.am (TESTS): Add version8.test.
2657 2005-01-09  Alexandre Duret-Lutz  <adl@gnu.org>
2659         * m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
2660         m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/gcj.m4,
2661         m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lead-dot.m4,
2662         m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4,
2663         m4/minuso.m4, m4/missing.m4, m4/mkdirp.m4, m4/multi.m4,
2664         m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4, m4/options.m4,
2665         m4/protos.m4, m4/python.m4, m4/regex.m4, m4/runlog.m4,
2666         m4/sanity.m4, m4/strip.m4, m4/tar.m4: Use the same all-permissive
2667         license that is used in aclocal.m4.  Relicensing backed by RMS.
2669         * doc/automake.texi (A Library, LIBOBJS): Mention that empty
2670         libraries are not portable.
2672 2005-01-05  Akim Demaille  <akim@epita.fr>
2674         * aclocal.in ($ac_defun_rx): Match AU_ALIAS.
2675         * tests/aclocal5.test (MORE_DEFS): Rename as...
2676         (AM_TEST): this so that undefined macros are caught.
2677         And make it an alias of AC_SUBST.
2678         Test AU_ALIAS.
2679         Reported by Martin Bravenboer.
2681 2005-01-03  Alexandre Duret-Lutz  <adl@gnu.org>
2683         Fix handling of per-target flags in link rules.
2684         * automake.in (define_per_target_linker_variable): New function.
2685         (handle_programs, handle_ltlibraries): Use it.
2686         (%link_languages): New map.
2687         (register_language): Fill it.
2688         * lib/am/ltlibrary.am (%LTLIBRARY%): Do not append
2689         $(%XLTLIBRARY%_LDFLAGS) to the command, this is now done by
2690         define_per_target_linker_variable if needed.
2691         * lib/am/program.am (%PROGRAM%%EXEEXT%): Likewise with
2692         $(%XPROGRAM%_LDFLAGS).
2693         * doc/automake.texi (Program and Library Variables): Mention
2694         AM_LDFLAGS and AM_LIBTOOLFLAGS in the definition of maude_LDFLAGS
2695         and maude_LIBTOOLFLAGS.
2696         * tests/libtool9.test: New file.
2697         * tests/Makefile.am (TESTS): Add it.
2698         * NEWS: Explain the backward incompatibility.
2699         Report from Akim Demaille.
2701 2005-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
2703         * doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
2704         specifications with shell variables.
2705         (Optional) <AC_CONFIG_HEADERS, AC_CONFIG_LINKS>: Point to
2706         AC_CONFIG_FILES for this explanation.
2707         * automake.in (substitute_ac_subst_variables_worker,
2708         substitute_ac_subst_variables): Mew functions.
2709         (rewrite_inputs_into_dependencies): Use substitute_ac_subst_variables
2710         to ignore dependencies that contain unAC_SUBSTed shell variables.
2711         (handle_configure): Likewise, do not output rules for
2712         AC_CONFIG_HEADERS, AC_CONFIG_FILES, and AC_CONFIG_LINKS targets that
2713         unAC_SUBSTed contain shell variables.
2714         * tests/autohdr4.test: Use an AC_SUBST variable in a specification.
2715         * tests/output11.test, tests/output12.test: New files.
2716         * tests/Makefile.am (TESTS): Add output11.test and output12.test.
2718         * aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
2719         * automake.in ($gen_copyright, version): Likewise.
2721 -----
2723 Copyright (C) 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
2725 Copying and distribution of this file, with or without modification, are
2726 permitted provided the copyright notice and this notice are preserved.
2728 ;; Variables:
2729 ;; coding: utf-8
2730 ;; End: