Append $(EXEEXT) to programs that may be listed in TESTS.
[platform/upstream/automake.git] / ChangeLog
1 2006-01-29  Alexandre Duret-Lutz  <adl@gnu.org>
2
3         Append $(EXEEXT) to programs that may be listed in TESTS.
4         Report from Simon Josefsson.
5
6         * automake.in (%known_programs): New global.
7         (initialize_per_input): Reset it.
8         (append_exeext): Take a predicate as first argument to select
9         the filename to rewrite.
10         (handle_programs): Fill %known_programs.
11         (handle_tests): Append $(EXEEXT) to all tests that are in
12         %known_programs.
13         (am_install_var): Update call to append_exeext.
14         * doc/automake.texi (EXEEXT): TESTS is also rewritten.
15         (Tests): More about the difference between check_PROGRAMS and TESTS.
16         Give an example of TEST_ENVIRONMENT.
17         * tests/cond32.test: Augment with a nested condition.
18         * tests/exeext4.test: Also check TESTS.
19         * tests/check5.test: New file.
20         * tests/Makefile.am (TESTS): Add check5.test.
21
22 2006-01-12  Paul Eggert  <eggert@cs.ucla.edu>
23
24         * lib/install-sh (dstdir): Don't use semicolons inside { } in
25         sed scripts, as Posix says it's not portable.
26         * lib/missing (file): Likewise.
27         * lib/am/distdir.am (distcheck): Likewise.
28         * tests/comment7.test, tests/comment9.test, tests/confh.test: Likewise
29         * tests/distcom2.test, tests/distcom3.test: Likewise.
30         * tests/distcom4.test, tests/distcom5.test: Likewise.
31         * tests/distcom6.test, tests/include.test, tests/pluseq8.test: Likewise.
32
33 2006-01-12  Alexandre Duret-Lutz  <adl@gnu.org>
34
35         * ChangeLog: Move 2004's entries to ...
36         * ChangeLog.04: ... this new file.
37         * Makefile.am (EXTRA_DIST): Add ChangeLog.04.
38
39         * tests/txinfo13.test: Test fix below.
40
41 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42
43         * lib/am/texinfos.am (dist-info): Tighten glob to avoid unwanted
44         extra files in distribution.  Reported by Vincent Lefevre.
45
46 2006-01-06  Alexandre Duret-Lutz  <adl@gnu.org>
47
48         * doc/automake.texi (Linking, Program and Library Variables):
49         Mention the file extensions that usually appear in _DEPENDENCIES,
50         and point to BUILT_SOURCES and example of _DEPENDENCIES uses.  A
51         couple of people have been listing sources files in _DEPENDENCIES
52         lately.
53
54         * doc/automake.texi: Bump copyright year.
55         * automake.in ($gen_copyright, version): Likewise.
56         * aclocal.in (write_aclocal, version): Likewise.
57
58 2006-01-05  Stepan Kasal  <kasal@ucw.cz>
59             Alexandre Duret-Lutz  <adl@gnu.org>
60
61         * automake.in (top_srcdir): New global.
62         (generate_makefile): Compute it.
63         (fill_dist_dirs): New function extracted from handle_dist.
64         (handle_dist, handle_configure): Use fill_dist_dirs.
65         * tests/distdir.test: Test for cases where $(top_srcdir) or
66         $(srcdir) appear in EXTRA_DIST.  Report from Sander Niemeijer.
67
68 2006-01-05  Zack Weinberg  <zackw@panix.com>
69             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70
71         * lib/depcomp: Add 'ia64hp' dependency style.
72         Zack's original patch was contributed to GCC on 2005-06-13.
73         (tru64): Typo.
74
75 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
76
77         * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
78         the code is portable to both POSIX and pre-POSIX shells.
79
80 2005-10-17  Alexandre Duret-Lutz  <adl@gnu.org>
81
82         * tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
83         suggested by Eric Blake.
84
85 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
86
87         * doc/automake.texi (Program and Library Variables): Typo.
88         * lib/Automake/Variable.pm (transform_variable_recursively): Typo
89         in a comment.
90
91 2005-10-03  Stepan Kasal  <kasal@ucw.cz>
92
93         * ChangeLog.03, automake.in, tests/overrid.test: Typos.
94
95 2005-10-03  Alexandre Duret-Lutz  <adl@gnu.org>
96
97         * tests/nobase.test: Exercise previous patch.
98
99 2005-10-03  Peter O'Gorman  <peter@pogma.com>  (tiny change)
100
101         * lib/am/distdir.am: Remove $(SHELL) when calling install_sh
102         * m4/strip.m4: Ditto.
103         * m4/install-sh.m4: Add $(SHELL) to the definition of install_sh
104
105 2005-09-13  Paul Eggert  <eggert@cs.ucla.edu>
106
107         * doc/automake.texi (limitations on file names): New section.
108         * lib/install-sh: Rewrite to support '*' in file names.
109         Also, tune so that we don't invoke so many commands in the usual case.
110         * tests/instspc.test: The "*" test is now fixed.
111
112 2005-09-13  Stepan Kasal  <kasal@ucw.cz>
113
114         * automake.in (Languages) <cppasm>: Fix typo in the comment.
115
116 2005-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
117
118         * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
119         shell in verbose mode.
120
121 2005-08-07  Alexandre Duret-Lutz  <adl@gnu.org>
122
123         * lib/Automake/Variable.pm (variable_value): Do not read the TRUE
124         value of a conditionally defined variable.
125         Report from Juergen Leising.
126
127         * automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
128         $(MAKE) invocations.
129         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
130         Likewise.
131         * lib/am/texi-vers.am (%STAMPVTI%): Likewise.
132         * lib/am/remake-hdr.am (%CONFIG_H%): Likewise.
133         * Makefile.am (maintainer-check): Check for this.
134         Report from Stepan Kasal.
135
136         * m4/mkdirp.m4: Update misleading comment about `mkdir -p .'.
137         Prompted by Stepan Kasal.
138
139 2005-08-07  Stepan Kasal  <kasal@ucw.cz>
140
141         * lib/am/texinfos.am (uninstall-info-am): Call install-info only if
142         the $(infodir) exists.
143
144 2005-07-31  Stepan Kasal  <kasal@ucw.cz>
145
146         * tests/library3.test: Fix a typo which made the test fail.
147
148 2005-07-27  Alexandre Duret-Lutz  <adl@gnu.org>
149
150         * doc/automake.texi (Linking, Program and Library Variables):
151         Suggest reserving -l for third-party libraries.
152
153         * lib/Automake/Variable.pm (require_variables): Mention aclocal's
154         search path when suggesting to add a macro in configure.ac.
155         People are confused when Automake suggests adding a macro (such as
156         AC_PROG_LIBTOOL) that is already in configure.ac.
157         * automake.in (require_file_internal): Suggest `automake --add-missing'
158         for missing files that can be installed.
159         * tests/library3.test: Adjust.
160
161 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
162
163         * tests/defs.in: When required matches both `*libtool*' and
164         `*gettext*', check for both m4 files.
165
166         * doc/automake.texi (Auxiliary Programs): Fix a typo.
167         * tests/suffix11.test: Fix a typo.
168         * tests/colon3.test: s/EGREP/FGREP/.
169
170 2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
171
172         * tests/instspc.test: Major rewrite to test for many other
173         problematic file names, e.g., '$', '"', '('.  Automake and
174         Autoconf can't handle many of them, so do not report a failure
175         if the usual candidates show up.
176
177 2005-07-19  Stepan Kasal  <kasal@ucw.cz>
178
179         * Makefile.am (automake, aclocal): Merge the rules.
180
181 2005-07-10  Alexandre Duret-Lutz  <adl@gnu.org>
182
183         * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
184         versions.
185
186 2005-07-09  Alexandre Duret-Lutz  <adl@gnu.org>
187
188         * lib/install-sh: Use IFS=/ to split directories on /, don't translate
189         / into % as it prevents directory names using %...
190
191 2005-07-09  Stepan Kasal  <kasal@ucw.cz>
192
193         * doc/automake.texi (Public macros): Typo.
194         * aclocal.in: Typo in comment.
195
196 2005-07-09  Zack Weinberg  <zack@codesourcery.com>  (tiny change)
197
198         * lib/depcomp: Handle "#line" markers as well as "# " markers in
199         "cpp" style, so it can work with newer HP compilers (for their
200         ia64 systems).
201
202 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
203
204         * doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
205         fix an underful hbox.
206         * lib/INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
207         New upstream versions.
208
209 2005-07-01  Alexandre Duret-Lutz  <adl@gnu.org>
210
211         * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.
212
213 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
214
215         * automake.in (make_paragraphs): Do not define %TOPDIR%, now that
216         lib/am/header-vars.am no longer uses it.
217         * lib/am/libtool.am (distclean-am, distclean-libtool): Define
218         if TOPDIR_P is true, not TOPDIR.
219         Suggested by Stepan Kasal.
220
221         * automake.in (read_am_file): Correctly diagnose comments following
222         trailing backslash.
223         * tests/commen10.test: New file.
224         * tests/Makefile.am (TESTS): Add commen10.test.
225         Report from Harald Dunkel.
226
227         * automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
228         of AC_SUBST.
229         * lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL):
230         Do not define, they are AC_SUBST_TRACEd by Autoconf.
231         * m4/init.m4 (AM_INIT_AUTOMAKE): Require Autoconf 2.59c.
232         * tests/include.test: Call AC_OUTPUT.
233
234 2005-06-29  Alexandre Duret-Lutz  <adl@gnu.org>
235
236         * lib/mkinstalldirs: Fix support for directory name with spaces if
237         `mkdir -p' does not work.
238         * tests/Makefile.am (TESTS): Add mkinst3.test.
239         * tests/mkinst3.test: New file.
240         Report from Noah Friedman.
241
242         * doc/automake.texi (Include, Extending aclocal): Typos.
243         Report from Karl Berry.
244
245 2005-06-28  Stepan Kasal  <kasal@ucw.cz>
246             Alexandre Duret-Lutz  <adl@gnu.org>
247
248         * lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
249         * tests/txinfo28.test: Set TIME_STYLE.
250         Report from Vincent Lefevre and James Youngman.
251
252 2005-06-24  Alexandre Duret-Lutz  <adl@gnu.org>
253
254         * lib/Automake/Variable.pm (define, _new): Remember the helper
255         variable created for the last conditional += on each variable, and
256         only append further += in the same condition to this last helper
257         variable, not to older helper variables.  This way the order of
258         the items appended to the variable is preserved.
259         * tests/cond21.test: Adjust.
260         * tests/cond38.test: New file.
261         * tests/Makefile.am (TESTS): Add cond38.test.
262         Report from Ed Hartnett.
263
264 2005-06-22  Alexandre Duret-Lutz  <adl@gnu.org>
265
266         * tests/aclocal5.test: Adjust to recent CVS Autoconf changes.
267
268         * automake.in (handle_footer): Do not output an unformatted
269         definition of SOURCES, it is already done correctly in
270         generate_makefile.  This superfluous definition introduced long
271         lines in some Makefiles, hence breakages in tools with a limited
272         line length.  Report from Mathias Froehlich.
273
274 2005-06-11  Alexandre Duret-Lutz  <adl@gnu.org>
275
276         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
277         Fix redirections in previous patch.
278
279 2005-06-08  Alexandre Duret-Lutz  <adl@gnu.org>
280
281         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
282         Do not backup any file if makeinfo is not installed.
283         * lib/missing (makeinfo): Do not touch a missing info file.
284         * tests/txinfo30.test: New file.
285         * tests/Makefile.am (TESTS): Add txinfo30.test.
286         Report from Bob Proulx.
287
288         * doc/automake.texi (Extending aclocal): Typo.
289
290 2005-05-24  Brian Gough  <bjg@network-theory.co.uk>  (tiny change)
291
292         * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
293
294 2005-05-15  Alexandre Duret-Lutz  <adl@gnu.org>
295
296         Fix PR automake/461:
297         * automake.in (require_build_directory): Canonicalize directories
298         with different names, such as `foo/bar' and `./foo//bar'.
299         * tests/subobj9.test: Augment to test that.
300         Report from Tom Tromey.
301
302 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
303
304         * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
305         ChangeLog.03, ChangeLog.96, ChangeLog.98, HACKING, Makefile.am,
306         NEWS, README, TODO, aclocal.in, automake.in, bootstrap, configure,
307         configure.ac, doc/Makefile.am, doc/fdl.texi, lib/COPYING,
308         lib/Makefile.am, lib/acinstall, lib/compile, lib/config-ml.in,
309         lib/config.guess, lib/config.sub, lib/depcomp, lib/elisp-comp,
310         lib/gnupload, lib/mdate-sh, lib/missing, lib/py-compile,
311         lib/symlink-tree, lib/texinfo.tex, lib/ylwrap,
312         lib/Automake/ChannelDefs.pm, lib/Automake/Channels.pm,
313         lib/Automake/Condition.pm, lib/Automake/Config.in,
314         lib/Automake/Configure_ac.pm, lib/Automake/DisjConditions.pm,
315         lib/Automake/FileUtils.pm, lib/Automake/General.pm,
316         lib/Automake/Item.pm, lib/Automake/ItemDef.pm,
317         lib/Automake/Location.pm, lib/Automake/Makefile.am,
318         lib/Automake/Options.pm, lib/Automake/Rule.pm,
319         lib/Automake/RuleDef.pm, lib/Automake/Struct.pm,
320         lib/Automake/VarDef.pm, lib/Automake/Variable.pm,
321         lib/Automake/Version.pm, lib/Automake/Wrap.pm,
322         lib/Automake/XFile.pm, lib/Automake/tests/Condition.pl,
323         lib/Automake/tests/DisjConditions.pl,
324         lib/Automake/tests/Makefile.am, lib/Automake/tests/Version.pl,
325         lib/Automake/tests/Wrap.pl, lib/am/Makefile.am,
326         lib/am/ansi2knr.am, lib/am/check.am, lib/am/clean-hdr.am,
327         lib/am/clean.am, lib/am/compile.am, lib/am/configure.am,
328         lib/am/data.am, lib/am/dejagnu.am, lib/am/depend.am,
329         lib/am/depend2.am, lib/am/distdir.am, lib/am/footer.am,
330         lib/am/header-vars.am, lib/am/header.am, lib/am/inst-vars.am,
331         lib/am/install.am, lib/am/java.am, lib/am/lang-compile.am,
332         lib/am/lex.am, lib/am/library.am, lib/am/libs.am,
333         lib/am/libtool.am, lib/am/lisp.am, lib/am/ltlib.am,
334         lib/am/ltlibrary.am, lib/am/mans-vars.am, lib/am/mans.am,
335         lib/am/multilib.am, lib/am/program.am, lib/am/progs.am,
336         lib/am/python.am, lib/am/remake-hdr.am, lib/am/scripts.am,
337         lib/am/subdirs.am, lib/am/tags.am, lib/am/texi-vers.am,
338         lib/am/texibuild.am, lib/am/texinfos.am, lib/am/yacc.am,
339         m4/Makefile.am, tests/aclibobj.test, tests/acloca10.test,
340         tests/acloca11.test, tests/acloca12.test, tests/acloca13.test,
341         tests/acloca14.test, tests/acloca15.test, tests/acloca16.test,
342         tests/acloca17.test, tests/acloca18.test, tests/acloca19.test,
343         tests/aclocal.test, tests/aclocal3.test, tests/aclocal4.test,
344         tests/aclocal5.test, tests/aclocal6.test, tests/aclocal7.test,
345         tests/aclocal8.test, tests/aclocal9.test, tests/acoutbs.test,
346         tests/acoutbs2.test, tests/acoutnoq.test, tests/acoutpt.test,
347         tests/acoutpt2.test, tests/acoutqnl.test, tests/acsilent.test,
348         tests/acsubst.test, tests/acsubst2.test, tests/all.test,
349         tests/alloca.test, tests/alloca2.test, tests/alpha.test,
350         tests/alpha2.test, tests/amassign.test, tests/ammissing.test,
351         tests/ansi.test, tests/ansi10.test, tests/ansi2.test,
352         tests/ansi3.test, tests/ansi3b.test, tests/ansi4.test,
353         tests/ansi5.test, tests/ansi6.test, tests/ansi7.test,
354         tests/ansi8.test, tests/ansi9.test, tests/ar.test, tests/ar2.test,
355         tests/asm.test, tests/autohdr.test, tests/autohdr2.test,
356         tests/autohdr3.test, tests/autohdr4.test, tests/automake.test,
357         tests/auxdir.test, tests/auxdir2.test, tests/auxdir3.test,
358         tests/auxdir4.test, tests/backsl.test, tests/backsl2.test,
359         tests/backsl3.test, tests/backsl4.test, tests/badline.test,
360         tests/badopt.test, tests/badprog.test, tests/block.test,
361         tests/bsource.test, tests/canon.test, tests/canon2.test,
362         tests/canon3.test, tests/canon4.test, tests/canon5.test,
363         tests/ccnoco.test, tests/check.test, tests/check2.test,
364         tests/check3.test, tests/check4.test, tests/checkall.test,
365         tests/clean.test, tests/clean2.test, tests/colneq.test,
366         tests/colneq2.test, tests/colon.test, tests/colon2.test,
367         tests/colon3.test, tests/colon4.test, tests/colon5.test,
368         tests/colon6.test, tests/colon7.test, tests/comment.test,
369         tests/comment2.test, tests/comment3.test, tests/comment4.test,
370         tests/comment5.test, tests/comment6.test, tests/comment7.test,
371         tests/comment8.test, tests/comment9.test, tests/compile.test,
372         tests/compile_f90_c_cxx.test, tests/compile_f_c_cxx.test,
373         tests/cond.test, tests/cond10.test, tests/cond11.test,
374         tests/cond13.test, tests/cond14.test, tests/cond15.test,
375         tests/cond16.test, tests/cond17.test, tests/cond18.test,
376         tests/cond19.test, tests/cond2.test, tests/cond20.test,
377         tests/cond21.test, tests/cond22.test, tests/cond23.test,
378         tests/cond24.test, tests/cond25.test, tests/cond26.test,
379         tests/cond27.test, tests/cond28.test, tests/cond29.test,
380         tests/cond3.test, tests/cond30.test, tests/cond31.test,
381         tests/cond32.test, tests/cond33.test, tests/cond34.test,
382         tests/cond35.test, tests/cond36.test, tests/cond37.test,
383         tests/cond4.test, tests/cond5.test, tests/cond6.test,
384         tests/cond7.test, tests/cond8.test, tests/cond9.test,
385         tests/condd.test, tests/condhook.test, tests/condinc.test,
386         tests/condinc2.test, tests/condlib.test, tests/condman.test,
387         tests/condman2.test, tests/conf2.test, tests/confdeps.test,
388         tests/conff.test, tests/conff2.test, tests/confh.test,
389         tests/confh4.test, tests/confh5.test, tests/config.test,
390         tests/confincl.test, tests/conflnk.test, tests/conflnk2.test,
391         tests/conflnk3.test, tests/confsub.test, tests/confvar.test,
392         tests/confvar2.test, tests/copy.test, tests/ctarget1.test,
393         tests/cxx.test, tests/cxx2.test, tests/cxxansi.test,
394         tests/cxxcpp.test, tests/cxxlibobj.test, tests/cxxlink.test,
395         tests/cxxnoc.test, tests/cxxo.test, tests/cygwin32.test,
396         tests/dash.test, tests/defs.in, tests/defun.test,
397         tests/defun2.test, tests/dejagnu.test, tests/dejagnu2.test,
398         tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test,
399         tests/dejagnu6.test, tests/dejagnu7.test, tests/depacl2.test,
400         tests/depcomp.test, tests/depcomp2.test, tests/depcomp3.test,
401         tests/depcomp4.test, tests/depcomp5.test, tests/depdist.test,
402         tests/depend.test, tests/depend2.test, tests/depend3.test,
403         tests/depend4.test, tests/destdir.test, tests/dirforbid.test,
404         tests/dirlist.test, tests/discover.test, tests/distcom2.test,
405         tests/distcom3.test, tests/distcom4.test, tests/distcom5.test,
406         tests/distcom6.test, tests/distcom7.test, tests/distdir.test,
407         tests/distname.test, tests/dollar.test, tests/double.test,
408         tests/dup2.test, tests/else.test, tests/empty.test,
409         tests/empty2.test, tests/empty3.test, tests/empty4.test,
410         tests/exdir.test, tests/exdir2.test, tests/exeext.test,
411         tests/exeext2.test, tests/exeext3.test, tests/exeext4.test,
412         tests/exsource.test, tests/ext.test, tests/ext2.test,
413         tests/extra.test, tests/extra2.test, tests/extra3.test,
414         tests/extra4.test, tests/extra5.test, tests/extra6.test,
415         tests/extra7.test, tests/f90only.test, tests/flibs.test,
416         tests/fn99.test, tests/fnoc.test, tests/fo.test, tests/fonly.test,
417         tests/fortdep.test, tests/fpinst2.test, tests/fpinstall.test,
418         tests/gcj.test, tests/gcj2.test, tests/gcj3.test, tests/gcj4.test,
419         tests/gcj5.test, tests/getopt.test, tests/gettext.test,
420         tests/gettext2.test, tests/gnits.test, tests/gnits2.test,
421         tests/gnits3.test, tests/gnumake.test, tests/gnuwarn.test,
422         tests/gnuwarn2.test, tests/header.test, tests/help.test,
423         tests/hfs.test, tests/hosts.test, tests/implicit.test,
424         tests/include.test, tests/include2.test, tests/info.test,
425         tests/insh2.test, tests/install2.test, tests/installdir.test,
426         tests/instdat.test, tests/instdat2.test, tests/instexec.test,
427         tests/insthook.test, tests/instman.test, tests/instman2.test,
428         tests/instsh.test, tests/instsh2.test, tests/instspc.test,
429         tests/interp.test, tests/interp2.test, tests/java.test,
430         tests/java2.test, tests/java3.test, tests/javaprim.test,
431         tests/javasubst.test, tests/ldadd.test, tests/ldflags.test,
432         tests/lex.test, tests/lex2.test, tests/lex3.test, tests/lex4.test,
433         tests/lex5.test, tests/libobj10.test, tests/libobj11.test,
434         tests/libobj12.test, tests/libobj13.test, tests/libobj14.test,
435         tests/libobj2.test, tests/libobj3.test, tests/libobj4.test,
436         tests/libobj5.test, tests/libobj7.test, tests/libobj8.test,
437         tests/library.test, tests/library2.test, tests/library3.test,
438         tests/libtool.test, tests/libtool2.test, tests/libtool3.test,
439         tests/libtool4.test, tests/libtool5.test, tests/libtool6.test,
440         tests/libtool7.test, tests/libtool8.test, tests/libtool9.test,
441         tests/license.test, tests/link_c_cxx.test, tests/link_dist.test,
442         tests/link_f90_only.test, tests/link_f_only.test,
443         tests/link_fc.test, tests/link_fccxx.test, tests/link_fcxx.test,
444         tests/lisp2.test, tests/lisp3.test, tests/lisp4.test,
445         tests/lisp5.test, tests/lisp6.test, tests/lisp7.test,
446         tests/lisp8.test, tests/listval.test, tests/location.test,
447         tests/longlin2.test, tests/longline.test, tests/ltcond.test,
448         tests/ltcond2.test, tests/ltconv.test, tests/ltdeps.test,
449         tests/ltlibobjs.test, tests/ltlibsrc.test, tests/maintclean.test,
450         tests/make.test, tests/makej.test, tests/makevars.test,
451         tests/man.test, tests/man2.test, tests/mclean.test,
452         tests/mdate.test, tests/mdate2.test, tests/mdate3.test,
453         tests/mdate4.test, tests/missing.test, tests/missing2.test,
454         tests/missing3.test, tests/mkinst2.test, tests/mkinstall.test,
455         tests/mmodely.test, tests/multlib.test, tests/nobase.test,
456         tests/nodef.test, tests/nodef2.test, tests/nodep.test,
457         tests/nodepcomp.test, tests/nodist.test, tests/nodist2.test,
458         tests/nodist3.test, tests/nogzip.test, tests/nogzip2.test,
459         tests/noinst.test, tests/noinstdir.test, tests/nolink.test,
460         tests/nostdinc.test, tests/number.test, tests/obsolete.test,
461         tests/order.test, tests/outdir.test, tests/output.test,
462         tests/output10.test, tests/output11.test, tests/output12.test,
463         tests/output2.test, tests/output3.test, tests/output4.test,
464         tests/output5.test, tests/output6.test, tests/output7.test,
465         tests/output8.test, tests/output9.test, tests/overrid.test,
466         tests/parse.test, tests/percent.test, tests/percent2.test,
467         tests/phony.test, tests/pluseq.test, tests/pluseq10.test,
468         tests/pluseq2.test, tests/pluseq3.test, tests/pluseq4.test,
469         tests/pluseq5.test, tests/pluseq6.test, tests/pluseq7.test,
470         tests/pluseq8.test, tests/pluseq9.test, tests/postproc.test,
471         tests/ppf77.test, tests/pr2.test, tests/pr204.test,
472         tests/pr211.test, tests/pr220.test, tests/pr224.test,
473         tests/pr229.test, tests/pr243.test, tests/pr266.test,
474         tests/pr279-2.test, tests/pr279.test, tests/pr287.test,
475         tests/pr300-lib.test, tests/pr300-ltlib.test,
476         tests/pr300-prog.test, tests/pr307.test, tests/pr401.test,
477         tests/pr401b.test, tests/pr401c.test, tests/pr72.test,
478         tests/pr87.test, tests/pr9.test, tests/prefix.test,
479         tests/primary.test, tests/primary2.test, tests/primary3.test,
480         tests/proginst.test, tests/python.test, tests/python10.test,
481         tests/python11.test, tests/python12.test, tests/python2.test,
482         tests/python3.test, tests/python4.test, tests/python5.test,
483         tests/python6.test, tests/python7.test, tests/python8.test,
484         tests/python9.test, tests/recurs.test, tests/recurs2.test,
485         tests/regex.test, tests/remake.test, tests/remake2.test,
486         tests/remake3.test, tests/remake4.test, tests/remake5.test,
487         tests/req.test, tests/reqd.test, tests/reqd2.test,
488         tests/rulepat.test, tests/scripts.test, tests/seenc.test,
489         tests/sinclude.test, tests/space.test, tests/specflg.test,
490         tests/specflg2.test, tests/specflg3.test, tests/specflg6.test,
491         tests/specflg7.test, tests/specflg8.test, tests/specflg9.test,
492         tests/spell.test, tests/spell2.test, tests/spell3.test,
493         tests/spelling.test, tests/spy.test, tests/srcsub.test,
494         tests/srcsub2.test, tests/stamph2.test, tests/stdlib.test,
495         tests/stdlib2.test, tests/strip.test, tests/subcond.test,
496         tests/subcond2.test, tests/subcond3.test, tests/subdir.test,
497         tests/subdir2.test, tests/subdir3.test, tests/subdir4.test,
498         tests/subdir5.test, tests/subdir6.test, tests/subdir7.test,
499         tests/subdir8.test, tests/subdir9.test,
500         tests/subdirbuiltsources.test, tests/subobj.test,
501         tests/subobj2.test, tests/subobj3.test, tests/subobj4.test,
502         tests/subobj5.test, tests/subobj6.test, tests/subobj7.test,
503         tests/subobj8.test, tests/subobj9.test, tests/subobjname.test,
504         tests/subpkg.test, tests/subpkg2.test, tests/subst.test,
505         tests/subst2.test, tests/substre2.test, tests/substref.test,
506         tests/substtarg.test, tests/suffix.test, tests/suffix10.test,
507         tests/suffix11.test, tests/suffix2.test, tests/suffix3.test,
508         tests/suffix4.test, tests/suffix5.test, tests/suffix6.test,
509         tests/suffix7.test, tests/suffix8.test, tests/suffix9.test,
510         tests/symlink.test, tests/symlink2.test, tests/symlink3.test,
511         tests/syntax.test, tests/tags.test, tests/tagsub.test,
512         tests/tar.test, tests/tar2.test, tests/tar3.test,
513         tests/target-cflags.test, tests/targetclash.test,
514         tests/transform.test, tests/txinfo.test, tests/txinfo10.test,
515         tests/txinfo13.test, tests/txinfo16.test, tests/txinfo17.test,
516         tests/txinfo18.test, tests/txinfo19.test, tests/txinfo2.test,
517         tests/txinfo20.test, tests/txinfo21.test, tests/txinfo22.test,
518         tests/txinfo23.test, tests/txinfo24.test, tests/txinfo25.test,
519         tests/txinfo26.test, tests/txinfo27.test, tests/txinfo28.test,
520         tests/txinfo29.test, tests/txinfo3.test, tests/txinfo4.test,
521         tests/txinfo5.test, tests/txinfo6.test, tests/txinfo7.test,
522         tests/txinfo8.test, tests/txinfo9.test, tests/unused.test,
523         tests/vars.test, tests/vars3.test, tests/vartar.test,
524         tests/version.test, tests/version2.test, tests/version3.test,
525         tests/version4.test, tests/version6.test, tests/version7.test,
526         tests/version8.test, tests/vpath.test, tests/vtexi.test,
527         tests/vtexi2.test, tests/warnopts.test, tests/werror.test,
528         tests/werror2.test, tests/whoami.test, tests/xsource.test,
529         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
530         tests/yacc4.test, tests/yacc5.test, tests/yacc6.test,
531         tests/yacc7.test, tests/yacc8.test, tests/yaccpp.test,
532         tests/yaccvpath.test: Update FSF postal mail address.
533
534         * tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
535         Autoconf currently defines a CCC variable.
536
537         * tests/output11.test, tests/output12.test: Use rm -f.
538
539 2005-04-25  Gary V. Vaughan  <gary@gnu.org>
540             Alexandre Duret-Lutz  <adl@gnu.org>
541
542         Support for remote LIBOBJS (and friends) with subdir-objects.
543         Fixes PR automake/401.
544
545         * automake.in (config_libobj_dir): New variable.
546         (scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
547         (handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
548         (handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
549         dependency files, possibly in a subdirectory.
550         * tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
551         * tests/Makefile.am (TESTS): Add them.
552         * doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
553         (LIBOBJS): Document changes in behaviour of
554         LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
555         subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.
556
557 2005-04-18  Jim Meyering  <jim@meyering.net>
558
559         * doc/automake.texi (Dist): Correct English.
560
561 2005-03-31  Stepan Kasal  <kasal@ucw.cz>
562
563         * doc/automake.texi: When the phrase "for instance" introduces a
564         sentence, it should be delimited by a comma.
565
566         * doc/automake.texi: Fix a few typos.
567
568 2005-03-30  Alexandre Duret-Lutz  <adl@gnu.org>
569
570         * doc/automake.texi (Uniform): Use xmldir instead of htmldir as
571         example, since the GCS now define htmldir.
572         (Auxiliary Programs): Mention config-ml.in and symlink-tree.
573         Give a URL for texinfo.tex.
574         (Public macros): Sort alphabetically, and move obsolete macros...
575         (Obsolete macros): ... here.
576         Prompted by Karl Berry.
577
578 2005-03-29  Alexandre Duret-Lutz  <adl@gnu.org>
579
580         * doc/automake.texi (Multiple Outputs): Fix mistakes reported by
581         Jim Meyering.
582
583         * lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
584         rule is run with `make -j'.
585         * doc/automake.texi (Multiple Outputs): Adjust.
586         * tests/lisp6.test: Augment it.
587         * tests/lisp8.test: New file.
588         * tests/Makefile.am (TESTS): Add lisp8.test.
589         Suggested by Bruno Haible.
590
591 2005-03-27  Alexandre Duret-Lutz  <adl@gnu.org>
592
593         * doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
594
595 2005-03-16  Alexandre Duret-Lutz  <adl@gnu.org>
596
597         * lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
598         a missing *.elc file if it cannot be created because emacs does
599         not exist.
600         * tests/lisp7.test: New file.
601         * tests/Makefile.am (TESTS): Add lisp7.test.
602         Report from Greg Schafer.
603
604 2005-03-05  Alexandre Duret-Lutz  <adl@gnu.org>
605
606         * doc/automake.texi: Replace wicked whiches by thats.
607
608 2005-03-04  Alexandre Duret-Lutz  <adl@gnu.org>
609
610         * aclocal.in (scan_configure_dep, scan_file): Include file names
611         are relative to the directory of configure.ac, not to the
612         directory of the file doing the include.  Remove code for this
613         latter case.
614         * tests/acloca13.test: Run distcheck and make sure all macros are
615         actually distributed.
616
617 2005-03-03  Alexandre Duret-Lutz  <adl@gnu.org>
618
619         For PR automake/450:
620         * aclocal.in (scan_file, scan_configure_dep): Skip missing sincluded
621         files.
622         * automake.in (scan_autoconf_traces): Likewise.
623         * tests/sinclude.test: Augment.
624         Report from Peter Breitenlohner.
625
626         For PR automake/450:
627         * aclocal.in (write_aclocal, trace_used_macros): Do not add/remove
628         acinclude.m4 and configure.ac to the include map in these two
629         places ...
630         (strip_redundant_includes): ... do it here.  This completes the
631         previous change from 2005-03-01, that did not update
632         write_aclocal.
633         * tests/acloca19.test: Augment.
634         Report from Peter Breitenlohner.
635
636 2005-03-02  Alexandre Duret-Lutz  <adl@gnu.org>
637
638         * tests/comment9.test: Typo.
639
640 2005-03-01  Alexandre Duret-Lutz  <adl@gnu.org>
641
642         * automake.in (read_am_file): Preserve backslashes preceding ##-lines.
643         * tests/comment9.test: New file.
644         * tests/Makefile.am (TESTS): Add comment9.test.
645         Report from Julien Sopena.
646
647         For PR automake/450:
648         * aclocal.in (trace_used_macros): Do not explicitly trace files
649         included by configure.ac.
650         * tests/acloca19.test: New file.
651         * tests/Makefile.am (TESTS): Add acloca19.test.
652         Report from Peter Breitenlohner.
653
654 2005-02-27  Alexandre Duret-Lutz  <adl@gnu.org>
655
656         Fix for PR automake/448:
657         * automake.in (handle_factored_dependencies): Flag install-hook as
658         an error.
659         * tests/insthook.test: Exercise this.
660
661         * m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
662         * doc/automake.texi (Hard-Coded Install Paths): Adjust.
663
664         * doc/automake.texi: Replace many uses of @samp by @code, and
665         vice versa.  Use @command, @option, and @env where appropriate.
666
667 2005-02-26  Alexandre Duret-Lutz  <adl@gnu.org>
668
669         * doc/automake.texi: "filename" -> "file name", for consistency
670         with GNU Coding Standards.  See also Paul's change on 2004-08-20
671         in Autoconf.
672
673         * doc/automake.texi (A Library, Libtool Libraries): Show how to link
674         a program with a static or libtool library.
675         (Program and Library Variables): Make clearer that _LDADD and
676         _LIBADD may also list libraries.
677         Prompted by a mail from Bruce Korb.
678
679         * doc/automake.texi (Alternative): Show how to rewrite nobase_
680         variables using custom directory variables, and link to node
681         Uniform.  Suggested by Leonardo Boiko.
682
683         * doc/automake.texi (Flag Variables Ordering, User Variables):
684         Make clearer who the maintainer is, and that he can AC_SUBST AM_
685         variables in configure.ac.  Suggested by Norman Gray.
686         (Uniform, Public macros, Libtool Issues, Java Support,
687         Conditionals): Use `---' for em dash, and stick them to the
688         enclosing text.
689
690         * doc/automake.texi: Reword a few sentences to fix all underflow
691         and overflow warnings during `make dvi'.
692         (Auxiliary Programs) <configure.guess, config.sub>: Update URL.
693         (Public macros) <AM_WITH_DMALLOC>: Likewise.
694
695 2005-02-12  Alexandre Duret-Lutz  <adl@gnu.org>
696
697         * lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
698         lib/texinfo.tex: New upstream versions.
699
700         * doc/automake.texi (Hard-Coded Install Paths): New node.
701         (Extending, Extending aclocal, Python): Link to it.
702         (Extending): Don't show how to install a file in /etc/ directly,
703         this is insane.
704
705         * automake.in (read_am_file): Define variables containing long
706         lines as VAR_PRETTY to work around tools with limited input width.
707         * tests/longlin2.test: New file.
708         * tests/Makefile.am (TESTS): Add it.
709         Report from Albert Chin.
710
711 2005-02-09  Alexandre Duret-Lutz  <adl@gnu.org>
712
713         Fix for PR automake/447:
714         * lib/depcomp (tru64) [libtool]: Also check for $dir.libs/$base.o.d.
715         Report from Mathias Doreille.  Add some old comments from
716         Nicolas Joly for reference.
717
718 2005-02-08  Stepan Kasal  <kasal@ucw.cz>
719
720         * lib/mdate-sh: Check the size of the word following the month to
721         catch Darwin.  This way the filename can contain spaces.
722
723         * doc/automake.texi (Requirements, Options): Typos.
724
725 2005-02-08  Alexandre Duret-Lutz  <adl@gnu.org>
726
727         * lib/missing (makeinfo): Compute the output file if neither -o
728         nor @setfilename is used.
729         Reported by Miroslaw Dobrzanski-Neumann and Bruno Haible.
730
731 2005-02-07  Alexandre Duret-Lutz  <adl@gnu.org>
732
733         * doc/automake.texi (Requirements): Show one example of
734         AC_CONFIG_FILES with multiple outputs, and correct a few typos.
735
736         * aclocal.in ($serial_line_rx): Expect at least one space between
737         `serial' and the following number.
738         Report from Jim Meyering.
739
740         * lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
741         Report from Peter O'Gorman.
742
743 2005-02-06  Alexandre Duret-Lutz  <adl@gnu.org>
744
745         * aclocal.in (usage, parse_arguments): New --dry-run and --diff
746         options.
747         (install_file, write_aclocal): Honor --dry-run and --diff.
748         * doc/automake.texi (aclocal options): Document --dry-run and --diff.
749         (Serials): Mention --diff.
750         * lib/Automake/FileUtils.pm (handle_exec_errors): Accept an
751         $expected_exit_code argument.
752         (xsystem): Take a list of arguments, not a string.
753         * tests/acloca18.test: Use --dry-run and --diff.
754         Suggested by Paul Eggert.
755
756         * doc/automake.texi (aclocal options, Macro search path,
757         Extending aclocal, Local Macros, Serials, Future of aclocal): Make
758         these subsection of ...
759         (Invoking aclocal): ... this.
760
761         * aclocal.in ($serial_line_rx): Allow trailing garbage after the
762         serial number.
763         (scan_file): Explicitly mark the "ill-formed serial" message
764         as a warning.
765         * doc/automake.texi (aclocal options, Local Macros): Link to...
766         (Serials): ... this new section.
767
768 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
769
770         * lib/compile: Likewise.
771
772 2005-02-02  Alexandre Duret-Lutz  <adl@gnu.org>
773
774         * lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
775         see 2004-12-17.
776         * lib/mdate-sh, lib/py-compile, lib/ylwrap: Exit with nonzero
777         status if a write failure occurs with --help or --version option,
778         as below.
779
780 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
781
782         * lib/depcomp: Exit with nonzero status if a write failure occurs
783         with --help or --version option.
784         * lib/elisp-comp: Likewise.
785         * lib/gnupload: Likewise.
786         * lib/install-sh: Likewise.
787         * lib/missing: Likewise.
788         * lib/mkinstalldirs: Likewise.
789
790 2005-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
791
792         * doc/automake.texi (aclocal options): Typo.
793
794         * aclocal.in (list_compare): New functions.
795         (scan_file): Honor #serial lines.
796         * tests/acloca18.test: New test.
797         * tests/Makefile.am (TESTS): Add it.
798         * doc/automake.texi (aclocal options, Local Macros): Document
799         #serial.
800
801 2005-01-30  Alexandre Duret-Lutz  <adl@gnu.org>
802
803         Preliminary support for `aclocal --install'.
804         This still lacks #serial support.
805         * aclocal.in (reset_maps, install_file): New functions.
806         (write_aclocal): Copy files if --install.
807         (usage, parse_arguments): Recognize --install.
808         ("MAIN"): Start aclocal again if some file were installed.
809         * tests/acloca10.test: Augment to test --install.
810         * tests/aclocal.in, tests/defs.in: Add support for
811         ACLOCAL_TESTSUITE_FLAGS, used by acloca10.test.
812         * doc/automake.texi (aclocal options, Local Macros): Document
813         --install.
814         (Future of aclocal): Adjust.
815
816         * doc/automake.texi (Macro search path): Using --acdir is not
817         obvious, it's erroneous.
818
819         * doc/automake.texi (direntry): Let `info Automake' point to the
820         manual, and `info automake' to the `Invoking automake' node.  Like
821         in Autoconf.
822
823 2005-01-27  Akim Demaille  <akim@epita.fr>
824
825         * lib/Automake/Configure_ac.pm: s/filename/file_name/g.
826         From Paul Eggert.
827
828 2005-01-24  Akim Demaille  <akim@epita.fr>
829
830         * lib/Automake/FileUtils.pm: Rename filename as file_name to be
831         consistent with the terminology of the GNU coding standards.
832         From Paul Eggert.
833         (update_file): Accept a $force argument, so that --force always
834         updates the time stamps.
835
836 2005-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
837
838         * doc/automake.texi (How the Linker is Chosen): Explain how the
839         linker is chosen without diagram, and update to match the code.
840         Suggestion from Adrian Bunk.
841
842 2005-01-16  Alexandre Duret-Lutz  <adl@gnu.org>
843
844         * lib/am/subdirs.am ($(RECURSIVE_TARGETS), $(RECURSIVE_CLEAN_TARGETS)):
845         Process all words of $MAKEFLAGS when checking for -k.
846         * tests/check4.test: New file.
847         * tests/Makefile.am (TESTS): Add check4.test.
848         Report from Eric Blake.
849
850 2005-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
851
852         * m4/amversion.in (AM_AUTOMAKE_VERSION): Point users to
853         AM_INIT_AUTOMAKE if the version passed is incorrect.
854         * tests/version8.test: New file.
855         * tests/Makefile.am (TESTS): Add version8.test.
856
857 2005-01-09  Alexandre Duret-Lutz  <adl@gnu.org>
858
859         * m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
860         m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/gcj.m4,
861         m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lead-dot.m4,
862         m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4,
863         m4/minuso.m4, m4/missing.m4, m4/mkdirp.m4, m4/multi.m4,
864         m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4, m4/options.m4,
865         m4/protos.m4, m4/python.m4, m4/regex.m4, m4/runlog.m4,
866         m4/sanity.m4, m4/strip.m4, m4/tar.m4: Use the same all-permissive
867         license that is used in aclocal.m4.  Relicensing backed by RMS.
868
869         * doc/automake.texi (A Library, LIBOBJS): Mention that empty
870         libraries are not portable.
871
872 2005-01-05  Akim Demaille  <akim@epita.fr>
873
874         * aclocal.in ($ac_defun_rx): Match AU_ALIAS.
875         * tests/aclocal5.test (MORE_DEFS): Rename as...
876         (AM_TEST): this so that undefined macros are caught.
877         And make it an alias of AC_SUBST.
878         Test AU_ALIAS.
879         Reported by Martin Bravenboer.
880
881 2005-01-03  Alexandre Duret-Lutz  <adl@gnu.org>
882
883         Fix handling of per-target flags in link rules.
884         * automake.in (define_per_target_linker_variable): New function.
885         (handle_programs, handle_ltlibraries): Use it.
886         (%link_languages): New map.
887         (register_language): Fill it.
888         * lib/am/ltlibrary.am (%LTLIBRARY%): Do not append
889         $(%XLTLIBRARY%_LDFLAGS) to the command, this is now done by
890         define_per_target_linker_variable if needed.
891         * lib/am/program.am (%PROGRAM%%EXEEXT%): Likewise with
892         $(%XPROGRAM%_LDFLAGS).
893         * doc/automake.texi (Program and Library Variables): Mention
894         AM_LDFLAGS and AM_LIBTOOLFLAGS in the definition of maude_LDFLAGS
895         and maude_LIBTOOLFLAGS.
896         * tests/libtool9.test: New file.
897         * tests/Makefile.am (TESTS): Add it.
898         * NEWS: Explain the backward incompatibility.
899         Report from Akim Demaille.
900
901 2005-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
902
903         * doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
904         specifications with shell variables.
905         (Optional) <AC_CONFIG_HEADERS, AC_CONFIG_LINKS>: Point to
906         AC_CONFIG_FILES for this explanation.
907         * automake.in (substitute_ac_subst_variables_worker,
908         substitute_ac_subst_variables): Mew functions.
909         (rewrite_inputs_into_dependencies): Use substitute_ac_subst_variables
910         to ignore dependencies that contain unAC_SUBSTed shell variables.
911         (handle_configure): Likewise, do not output rules for
912         AC_CONFIG_HEADERS, AC_CONFIG_FILES, and AC_CONFIG_LINKS targets that
913         unAC_SUBSTed contain shell variables.
914         * tests/autohdr4.test: Use an AC_SUBST variable in a specification.
915         * tests/output11.test, tests/output12.test: New files.
916         * tests/Makefile.am (TESTS): Add output11.test and output12.test.
917
918         * aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
919         * automake.in ($gen_copyright, version): Likewise.
920
921 -----
922
923 Copyright (C) 2005, 2006  Free Software Foundation, Inc.
924
925 This file is part of GNU Automake.
926
927 GNU Automake is free software; you can redistribute it and/or modify
928 it under the terms of the GNU General Public License as published by
929 the Free Software Foundation; either version 2, or (at your option)
930 any later version.
931
932 GNU Automake is distributed in the hope that it will be useful,
933 but WITHOUT ANY WARRANTY; without even the implied warranty of
934 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
935 GNU General Public License for more details.
936
937 You should have received a copy of the GNU General Public License
938 along with autoconf; see the file COPYING.  If not, write to
939 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
940 Boston, MA 02110-1301, USA.
941
942 ;; Variables:
943 ;; coding: utf-8
944 ;; End: