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