remove amversion.m4
[platform/upstream/automake.git] / ChangeLog
1 2005-07-27  Alexandre Duret-Lutz  <adl@gnu.org>
2
3         * lib/Automake/Variable.pm (require_variables): Mention aclocal's
4         search path when suggesting to add a macro in configure.ac.
5         People are confused when Automake suggests adding a macro (such as
6         AC_PROG_LIBTOOL) that is already in configure.ac.
7         * automake.in (require_file_internal): Suggest `automake --add-missing'
8         for missing files that can be installed.
9         * tests/library3.test: Adjust.
10
11 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
12
13         * tests/defs.in: When required matches both `*libtool*' and
14         `*gettext*', check for both m4 files.
15
16         * doc/automake.texi (Auxiliary Programs): Fix a typo.
17         * tests/suffix11.test: Fix a typo.
18         * tests/colon3.test: s/EGREP/FGREP/.
19
20 2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
21
22         * tests/instspc.test: Major rewrite to test for many other
23         problematic file names, e.g., '$', '"', '('.  Automake and
24         Autoconf can't handle many of them, so do not report a failure
25         if the usual candidates show up.
26
27 2005-07-19  Stepan Kasal  <kasal@ucw.cz>
28
29         * Makefile.am (automake, aclocal): Merge the rules.
30
31 2005-07-10  Alexandre Duret-Lutz  <adl@gnu.org>
32
33         * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
34         versions.
35
36 2005-07-09  Alexandre Duret-Lutz  <adl@gnu.org>
37
38         * lib/install-sh: Use IFS=/ to split directories on /, don't translate
39         / into % as it prevents directory names using %...
40
41 2005-07-09  Stepan Kasal  <kasal@ucw.cz>
42
43         * doc/automake.texi (Public macros): Typo.
44         * aclocal.in: Typo in comment.
45
46 2005-07-09  Zack Weinberg  <zack@codesourcery.com>  (tiny change)
47
48         * lib/depcomp: Handle "#line" markers as well as "# " markers in
49         "cpp" style, so it can work with newer HP compilers (for their
50         ia64 systems).
51
52 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
53
54         * doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
55         fix an underful hbox.
56         * lib/INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
57         New upstream versions.
58
59 2005-07-01  Alexandre Duret-Lutz  <adl@gnu.org>
60
61         * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.
62
63 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
64
65         * automake.in (make_paragraphs): Do not define %TOPDIR%, now that
66         lib/am/header-vars.am no longer uses it.
67         * lib/am/libtool.am (distclean-am, distclean-libtool): Define
68         if TOPDIR_P is true, not TOPDIR.
69         Suggested by Stepan Kasal.
70
71         * automake.in (read_am_file): Correctly diagnose comments following
72         trailing backslash.
73         * tests/commen10.test: New file.
74         * tests/Makefile.am (TESTS): Add commen10.test.
75         Report from Harald Dunkel.
76
77         * automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
78         of AC_SUBST.
79         * lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL):
80         Do not define, they are AC_SUBST_TRACEd by Autoconf.
81         * m4/init.m4 (AM_INIT_AUTOMAKE): Require Autoconf 2.59c.
82         * tests/include.test: Call AC_OUTPUT.
83
84 2005-06-29  Alexandre Duret-Lutz  <adl@gnu.org>
85
86         * lib/mkinstalldirs: Fix support for directory name with spaces if
87         `mkdir -p' does not work.
88         * tests/Makefile.am (TESTS): Add mkinst3.test.
89         * tests/mkinst3.test: New file.
90         Report from Noah Friedman.
91
92         * doc/automake.texi (Include, Extending aclocal): Typos.
93         Report from Karl Berry.
94
95 2005-06-28  Stepan Kasal  <kasal@ucw.cz>
96             Alexandre Duret-Lutz  <adl@gnu.org>
97
98         * lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
99         * tests/txinfo28.test: Set TIME_STYLE.
100         Report from Vincent Lefevre and James Youngman.
101
102 2005-06-24  Alexandre Duret-Lutz  <adl@gnu.org>
103
104         * lib/Automake/Variable.pm (define, _new): Remember the helper
105         variable created for the last conditional += on each variable, and
106         only append further += in the same condition to this last helper
107         variable, not to older helper variables.  This way the order of
108         the items appended to the variable is preserved.
109         * tests/cond21.test: Adjust.
110         * tests/cond38.test: New file.
111         * tests/Makefile.am (TESTS): Add cond38.test.
112         Report from Ed Hartnett.
113
114 2005-06-22  Alexandre Duret-Lutz  <adl@gnu.org>
115
116         * tests/aclocal5.test: Adjust to recent CVS Autoconf changes.
117
118         * automake.in (handle_footer): Do not output an unformatted
119         definition of SOURCES, it is already done correctly in
120         generate_makefile.  This superfluous definition introduced long
121         lines in some Makefiles, hence breakages in tools with a limited
122         line length.  Report from Mathias Froehlich.
123
124 2005-06-11  Alexandre Duret-Lutz  <adl@gnu.org>
125
126         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
127         Fix redirections in previous patch.
128
129 2005-06-08  Alexandre Duret-Lutz  <adl@gnu.org>
130
131         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
132         Do not backup any file if makeinfo is not installed.
133         * lib/missing (makeinfo): Do not touch a missing info file.
134         * tests/txinfo30.test: New file.
135         * tests/Makefile.am (TESTS): Add txinfo30.test.
136         Report from Bob Proulx.
137
138         * doc/automake.texi (Extending aclocal): Typo.
139
140 2005-05-24  Brian Gough  <bjg@network-theory.co.uk>  (tiny change)
141
142         * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
143
144 2005-05-15  Alexandre Duret-Lutz  <adl@gnu.org>
145
146         Fix PR automake/461:
147         * automake.in (require_build_directory): Canonicalize directories
148         with different names, such as `foo/bar' and `./foo//bar'.
149         * tests/subobj9.test: Augment to test that.
150         Report from Tom Tromey.
151
152 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
153
154         * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
155         ChangeLog.03, ChangeLog.96, ChangeLog.98, HACKING, Makefile.am,
156         NEWS, README, TODO, aclocal.in, automake.in, bootstrap, configure,
157         configure.ac, doc/Makefile.am, doc/fdl.texi, lib/COPYING,
158         lib/Makefile.am, lib/acinstall, lib/compile, lib/config-ml.in,
159         lib/config.guess, lib/config.sub, lib/depcomp, lib/elisp-comp,
160         lib/gnupload, lib/mdate-sh, lib/missing, lib/py-compile,
161         lib/symlink-tree, lib/texinfo.tex, lib/ylwrap,
162         lib/Automake/ChannelDefs.pm, lib/Automake/Channels.pm,
163         lib/Automake/Condition.pm, lib/Automake/Config.in,
164         lib/Automake/Configure_ac.pm, lib/Automake/DisjConditions.pm,
165         lib/Automake/FileUtils.pm, lib/Automake/General.pm,
166         lib/Automake/Item.pm, lib/Automake/ItemDef.pm,
167         lib/Automake/Location.pm, lib/Automake/Makefile.am,
168         lib/Automake/Options.pm, lib/Automake/Rule.pm,
169         lib/Automake/RuleDef.pm, lib/Automake/Struct.pm,
170         lib/Automake/VarDef.pm, lib/Automake/Variable.pm,
171         lib/Automake/Version.pm, lib/Automake/Wrap.pm,
172         lib/Automake/XFile.pm, lib/Automake/tests/Condition.pl,
173         lib/Automake/tests/DisjConditions.pl,
174         lib/Automake/tests/Makefile.am, lib/Automake/tests/Version.pl,
175         lib/Automake/tests/Wrap.pl, lib/am/Makefile.am,
176         lib/am/ansi2knr.am, lib/am/check.am, lib/am/clean-hdr.am,
177         lib/am/clean.am, lib/am/compile.am, lib/am/configure.am,
178         lib/am/data.am, lib/am/dejagnu.am, lib/am/depend.am,
179         lib/am/depend2.am, lib/am/distdir.am, lib/am/footer.am,
180         lib/am/header-vars.am, lib/am/header.am, lib/am/inst-vars.am,
181         lib/am/install.am, lib/am/java.am, lib/am/lang-compile.am,
182         lib/am/lex.am, lib/am/library.am, lib/am/libs.am,
183         lib/am/libtool.am, lib/am/lisp.am, lib/am/ltlib.am,
184         lib/am/ltlibrary.am, lib/am/mans-vars.am, lib/am/mans.am,
185         lib/am/multilib.am, lib/am/program.am, lib/am/progs.am,
186         lib/am/python.am, lib/am/remake-hdr.am, lib/am/scripts.am,
187         lib/am/subdirs.am, lib/am/tags.am, lib/am/texi-vers.am,
188         lib/am/texibuild.am, lib/am/texinfos.am, lib/am/yacc.am,
189         m4/Makefile.am, tests/aclibobj.test, tests/acloca10.test,
190         tests/acloca11.test, tests/acloca12.test, tests/acloca13.test,
191         tests/acloca14.test, tests/acloca15.test, tests/acloca16.test,
192         tests/acloca17.test, tests/acloca18.test, tests/acloca19.test,
193         tests/aclocal.test, tests/aclocal3.test, tests/aclocal4.test,
194         tests/aclocal5.test, tests/aclocal6.test, tests/aclocal7.test,
195         tests/aclocal8.test, tests/aclocal9.test, tests/acoutbs.test,
196         tests/acoutbs2.test, tests/acoutnoq.test, tests/acoutpt.test,
197         tests/acoutpt2.test, tests/acoutqnl.test, tests/acsilent.test,
198         tests/acsubst.test, tests/acsubst2.test, tests/all.test,
199         tests/alloca.test, tests/alloca2.test, tests/alpha.test,
200         tests/alpha2.test, tests/amassign.test, tests/ammissing.test,
201         tests/ansi.test, tests/ansi10.test, tests/ansi2.test,
202         tests/ansi3.test, tests/ansi3b.test, tests/ansi4.test,
203         tests/ansi5.test, tests/ansi6.test, tests/ansi7.test,
204         tests/ansi8.test, tests/ansi9.test, tests/ar.test, tests/ar2.test,
205         tests/asm.test, tests/autohdr.test, tests/autohdr2.test,
206         tests/autohdr3.test, tests/autohdr4.test, tests/automake.test,
207         tests/auxdir.test, tests/auxdir2.test, tests/auxdir3.test,
208         tests/auxdir4.test, tests/backsl.test, tests/backsl2.test,
209         tests/backsl3.test, tests/backsl4.test, tests/badline.test,
210         tests/badopt.test, tests/badprog.test, tests/block.test,
211         tests/bsource.test, tests/canon.test, tests/canon2.test,
212         tests/canon3.test, tests/canon4.test, tests/canon5.test,
213         tests/ccnoco.test, tests/check.test, tests/check2.test,
214         tests/check3.test, tests/check4.test, tests/checkall.test,
215         tests/clean.test, tests/clean2.test, tests/colneq.test,
216         tests/colneq2.test, tests/colon.test, tests/colon2.test,
217         tests/colon3.test, tests/colon4.test, tests/colon5.test,
218         tests/colon6.test, tests/colon7.test, tests/comment.test,
219         tests/comment2.test, tests/comment3.test, tests/comment4.test,
220         tests/comment5.test, tests/comment6.test, tests/comment7.test,
221         tests/comment8.test, tests/comment9.test, tests/compile.test,
222         tests/compile_f90_c_cxx.test, tests/compile_f_c_cxx.test,
223         tests/cond.test, tests/cond10.test, tests/cond11.test,
224         tests/cond13.test, tests/cond14.test, tests/cond15.test,
225         tests/cond16.test, tests/cond17.test, tests/cond18.test,
226         tests/cond19.test, tests/cond2.test, tests/cond20.test,
227         tests/cond21.test, tests/cond22.test, tests/cond23.test,
228         tests/cond24.test, tests/cond25.test, tests/cond26.test,
229         tests/cond27.test, tests/cond28.test, tests/cond29.test,
230         tests/cond3.test, tests/cond30.test, tests/cond31.test,
231         tests/cond32.test, tests/cond33.test, tests/cond34.test,
232         tests/cond35.test, tests/cond36.test, tests/cond37.test,
233         tests/cond4.test, tests/cond5.test, tests/cond6.test,
234         tests/cond7.test, tests/cond8.test, tests/cond9.test,
235         tests/condd.test, tests/condhook.test, tests/condinc.test,
236         tests/condinc2.test, tests/condlib.test, tests/condman.test,
237         tests/condman2.test, tests/conf2.test, tests/confdeps.test,
238         tests/conff.test, tests/conff2.test, tests/confh.test,
239         tests/confh4.test, tests/confh5.test, tests/config.test,
240         tests/confincl.test, tests/conflnk.test, tests/conflnk2.test,
241         tests/conflnk3.test, tests/confsub.test, tests/confvar.test,
242         tests/confvar2.test, tests/copy.test, tests/ctarget1.test,
243         tests/cxx.test, tests/cxx2.test, tests/cxxansi.test,
244         tests/cxxcpp.test, tests/cxxlibobj.test, tests/cxxlink.test,
245         tests/cxxnoc.test, tests/cxxo.test, tests/cygwin32.test,
246         tests/dash.test, tests/defs.in, tests/defun.test,
247         tests/defun2.test, tests/dejagnu.test, tests/dejagnu2.test,
248         tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test,
249         tests/dejagnu6.test, tests/dejagnu7.test, tests/depacl2.test,
250         tests/depcomp.test, tests/depcomp2.test, tests/depcomp3.test,
251         tests/depcomp4.test, tests/depcomp5.test, tests/depdist.test,
252         tests/depend.test, tests/depend2.test, tests/depend3.test,
253         tests/depend4.test, tests/destdir.test, tests/dirforbid.test,
254         tests/dirlist.test, tests/discover.test, tests/distcom2.test,
255         tests/distcom3.test, tests/distcom4.test, tests/distcom5.test,
256         tests/distcom6.test, tests/distcom7.test, tests/distdir.test,
257         tests/distname.test, tests/dollar.test, tests/double.test,
258         tests/dup2.test, tests/else.test, tests/empty.test,
259         tests/empty2.test, tests/empty3.test, tests/empty4.test,
260         tests/exdir.test, tests/exdir2.test, tests/exeext.test,
261         tests/exeext2.test, tests/exeext3.test, tests/exeext4.test,
262         tests/exsource.test, tests/ext.test, tests/ext2.test,
263         tests/extra.test, tests/extra2.test, tests/extra3.test,
264         tests/extra4.test, tests/extra5.test, tests/extra6.test,
265         tests/extra7.test, tests/f90only.test, tests/flibs.test,
266         tests/fn99.test, tests/fnoc.test, tests/fo.test, tests/fonly.test,
267         tests/fortdep.test, tests/fpinst2.test, tests/fpinstall.test,
268         tests/gcj.test, tests/gcj2.test, tests/gcj3.test, tests/gcj4.test,
269         tests/gcj5.test, tests/getopt.test, tests/gettext.test,
270         tests/gettext2.test, tests/gnits.test, tests/gnits2.test,
271         tests/gnits3.test, tests/gnumake.test, tests/gnuwarn.test,
272         tests/gnuwarn2.test, tests/header.test, tests/help.test,
273         tests/hfs.test, tests/hosts.test, tests/implicit.test,
274         tests/include.test, tests/include2.test, tests/info.test,
275         tests/insh2.test, tests/install2.test, tests/installdir.test,
276         tests/instdat.test, tests/instdat2.test, tests/instexec.test,
277         tests/insthook.test, tests/instman.test, tests/instman2.test,
278         tests/instsh.test, tests/instsh2.test, tests/instspc.test,
279         tests/interp.test, tests/interp2.test, tests/java.test,
280         tests/java2.test, tests/java3.test, tests/javaprim.test,
281         tests/javasubst.test, tests/ldadd.test, tests/ldflags.test,
282         tests/lex.test, tests/lex2.test, tests/lex3.test, tests/lex4.test,
283         tests/lex5.test, tests/libobj10.test, tests/libobj11.test,
284         tests/libobj12.test, tests/libobj13.test, tests/libobj14.test,
285         tests/libobj2.test, tests/libobj3.test, tests/libobj4.test,
286         tests/libobj5.test, tests/libobj7.test, tests/libobj8.test,
287         tests/library.test, tests/library2.test, tests/library3.test,
288         tests/libtool.test, tests/libtool2.test, tests/libtool3.test,
289         tests/libtool4.test, tests/libtool5.test, tests/libtool6.test,
290         tests/libtool7.test, tests/libtool8.test, tests/libtool9.test,
291         tests/license.test, tests/link_c_cxx.test, tests/link_dist.test,
292         tests/link_f90_only.test, tests/link_f_only.test,
293         tests/link_fc.test, tests/link_fccxx.test, tests/link_fcxx.test,
294         tests/lisp2.test, tests/lisp3.test, tests/lisp4.test,
295         tests/lisp5.test, tests/lisp6.test, tests/lisp7.test,
296         tests/lisp8.test, tests/listval.test, tests/location.test,
297         tests/longlin2.test, tests/longline.test, tests/ltcond.test,
298         tests/ltcond2.test, tests/ltconv.test, tests/ltdeps.test,
299         tests/ltlibobjs.test, tests/ltlibsrc.test, tests/maintclean.test,
300         tests/make.test, tests/makej.test, tests/makevars.test,
301         tests/man.test, tests/man2.test, tests/mclean.test,
302         tests/mdate.test, tests/mdate2.test, tests/mdate3.test,
303         tests/mdate4.test, tests/missing.test, tests/missing2.test,
304         tests/missing3.test, tests/mkinst2.test, tests/mkinstall.test,
305         tests/mmodely.test, tests/multlib.test, tests/nobase.test,
306         tests/nodef.test, tests/nodef2.test, tests/nodep.test,
307         tests/nodepcomp.test, tests/nodist.test, tests/nodist2.test,
308         tests/nodist3.test, tests/nogzip.test, tests/nogzip2.test,
309         tests/noinst.test, tests/noinstdir.test, tests/nolink.test,
310         tests/nostdinc.test, tests/number.test, tests/obsolete.test,
311         tests/order.test, tests/outdir.test, tests/output.test,
312         tests/output10.test, tests/output11.test, tests/output12.test,
313         tests/output2.test, tests/output3.test, tests/output4.test,
314         tests/output5.test, tests/output6.test, tests/output7.test,
315         tests/output8.test, tests/output9.test, tests/overrid.test,
316         tests/parse.test, tests/percent.test, tests/percent2.test,
317         tests/phony.test, tests/pluseq.test, tests/pluseq10.test,
318         tests/pluseq2.test, tests/pluseq3.test, tests/pluseq4.test,
319         tests/pluseq5.test, tests/pluseq6.test, tests/pluseq7.test,
320         tests/pluseq8.test, tests/pluseq9.test, tests/postproc.test,
321         tests/ppf77.test, tests/pr2.test, tests/pr204.test,
322         tests/pr211.test, tests/pr220.test, tests/pr224.test,
323         tests/pr229.test, tests/pr243.test, tests/pr266.test,
324         tests/pr279-2.test, tests/pr279.test, tests/pr287.test,
325         tests/pr300-lib.test, tests/pr300-ltlib.test,
326         tests/pr300-prog.test, tests/pr307.test, tests/pr401.test,
327         tests/pr401b.test, tests/pr401c.test, tests/pr72.test,
328         tests/pr87.test, tests/pr9.test, tests/prefix.test,
329         tests/primary.test, tests/primary2.test, tests/primary3.test,
330         tests/proginst.test, tests/python.test, tests/python10.test,
331         tests/python11.test, tests/python12.test, tests/python2.test,
332         tests/python3.test, tests/python4.test, tests/python5.test,
333         tests/python6.test, tests/python7.test, tests/python8.test,
334         tests/python9.test, tests/recurs.test, tests/recurs2.test,
335         tests/regex.test, tests/remake.test, tests/remake2.test,
336         tests/remake3.test, tests/remake4.test, tests/remake5.test,
337         tests/req.test, tests/reqd.test, tests/reqd2.test,
338         tests/rulepat.test, tests/scripts.test, tests/seenc.test,
339         tests/sinclude.test, tests/space.test, tests/specflg.test,
340         tests/specflg2.test, tests/specflg3.test, tests/specflg6.test,
341         tests/specflg7.test, tests/specflg8.test, tests/specflg9.test,
342         tests/spell.test, tests/spell2.test, tests/spell3.test,
343         tests/spelling.test, tests/spy.test, tests/srcsub.test,
344         tests/srcsub2.test, tests/stamph2.test, tests/stdlib.test,
345         tests/stdlib2.test, tests/strip.test, tests/subcond.test,
346         tests/subcond2.test, tests/subcond3.test, tests/subdir.test,
347         tests/subdir2.test, tests/subdir3.test, tests/subdir4.test,
348         tests/subdir5.test, tests/subdir6.test, tests/subdir7.test,
349         tests/subdir8.test, tests/subdir9.test,
350         tests/subdirbuiltsources.test, tests/subobj.test,
351         tests/subobj2.test, tests/subobj3.test, tests/subobj4.test,
352         tests/subobj5.test, tests/subobj6.test, tests/subobj7.test,
353         tests/subobj8.test, tests/subobj9.test, tests/subobjname.test,
354         tests/subpkg.test, tests/subpkg2.test, tests/subst.test,
355         tests/subst2.test, tests/substre2.test, tests/substref.test,
356         tests/substtarg.test, tests/suffix.test, tests/suffix10.test,
357         tests/suffix11.test, tests/suffix2.test, tests/suffix3.test,
358         tests/suffix4.test, tests/suffix5.test, tests/suffix6.test,
359         tests/suffix7.test, tests/suffix8.test, tests/suffix9.test,
360         tests/symlink.test, tests/symlink2.test, tests/symlink3.test,
361         tests/syntax.test, tests/tags.test, tests/tagsub.test,
362         tests/tar.test, tests/tar2.test, tests/tar3.test,
363         tests/target-cflags.test, tests/targetclash.test,
364         tests/transform.test, tests/txinfo.test, tests/txinfo10.test,
365         tests/txinfo13.test, tests/txinfo16.test, tests/txinfo17.test,
366         tests/txinfo18.test, tests/txinfo19.test, tests/txinfo2.test,
367         tests/txinfo20.test, tests/txinfo21.test, tests/txinfo22.test,
368         tests/txinfo23.test, tests/txinfo24.test, tests/txinfo25.test,
369         tests/txinfo26.test, tests/txinfo27.test, tests/txinfo28.test,
370         tests/txinfo29.test, tests/txinfo3.test, tests/txinfo4.test,
371         tests/txinfo5.test, tests/txinfo6.test, tests/txinfo7.test,
372         tests/txinfo8.test, tests/txinfo9.test, tests/unused.test,
373         tests/vars.test, tests/vars3.test, tests/vartar.test,
374         tests/version.test, tests/version2.test, tests/version3.test,
375         tests/version4.test, tests/version6.test, tests/version7.test,
376         tests/version8.test, tests/vpath.test, tests/vtexi.test,
377         tests/vtexi2.test, tests/warnopts.test, tests/werror.test,
378         tests/werror2.test, tests/whoami.test, tests/xsource.test,
379         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
380         tests/yacc4.test, tests/yacc5.test, tests/yacc6.test,
381         tests/yacc7.test, tests/yacc8.test, tests/yaccpp.test,
382         tests/yaccvpath.test: Update FSF postal mail address.
383
384         * tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
385         Autoconf currently defines a CCC variable.
386
387         * tests/output11.test, tests/output12.test: Use rm -f.
388
389 2005-04-25  Gary V. Vaughan  <gary@gnu.org>
390             Alexandre Duret-Lutz  <adl@gnu.org>
391
392         Support for remote LIBOBJS (and friends) with subdir-objects.
393         Fixes PR automake/401.
394
395         * automake.in (config_libobj_dir): New variable.
396         (scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
397         (handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
398         (handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
399         dependency files, possibly in a subdirectory.
400         * tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
401         * tests/Makefile.am (TESTS): Add them.
402         * doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
403         (LIBOBJS): Document changes in behaviour of
404         LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
405         subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.
406
407 2005-04-18  Jim Meyering  <jim@meyering.net>
408
409         * doc/automake.texi (Dist): Correct English.
410
411 2005-03-31  Stepan Kasal  <kasal@ucw.cz>
412
413         * doc/automake.texi: When the phrase "for instance" introduces a
414         sentence, it should be delimited by a comma.
415
416         * doc/automake.texi: Fix a few typos.
417
418 2005-03-30  Alexandre Duret-Lutz  <adl@gnu.org>
419
420         * doc/automake.texi (Uniform): Use xmldir instead of htmldir as
421         example, since the GCS now define htmldir.
422         (Auxiliary Programs): Mention config-ml.in and symlink-tree.
423         Give a URL for texinfo.tex.
424         (Public macros): Sort alphabetically, and move obsolete macros...
425         (Obsolete macros): ... here.
426         Prompted by Karl Berry.
427
428 2005-03-29  Alexandre Duret-Lutz  <adl@gnu.org>
429
430         * doc/automake.texi (Multiple Outputs): Fix mistakes reported by
431         Jim Meyering.
432
433         * lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
434         rule is run with `make -j'.
435         * doc/automake.texi (Multiple Outputs): Adjust.
436         * tests/lisp6.test: Augment it.
437         * tests/lisp8.test: New file.
438         * tests/Makefile.am (TESTS): Add lisp8.test.
439         Suggested by Bruno Haible.
440
441 2005-03-27  Alexandre Duret-Lutz  <adl@gnu.org>
442
443         * doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
444
445 2005-03-16  Alexandre Duret-Lutz  <adl@gnu.org>
446
447         * lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
448         a missing *.elc file if it cannot be created because emacs does
449         not exist.
450         * tests/lisp7.test: New file.
451         * tests/Makefile.am (TESTS): Add lisp7.test.
452         Report from Greg Schafer.
453
454 2005-03-05  Alexandre Duret-Lutz  <adl@gnu.org>
455
456         * doc/automake.texi: Replace wicked whiches by thats.
457
458 2005-03-04  Alexandre Duret-Lutz  <adl@gnu.org>
459
460         * aclocal.in (scan_configure_dep, scan_file): Include file names
461         are relative to the directory of configure.ac, not to the
462         directory of the file doing the include.  Remove code for this
463         latter case.
464         * tests/acloca13.test: Run distcheck and make sure all macros are
465         actually distributed.
466
467 2005-03-03  Alexandre Duret-Lutz  <adl@gnu.org>
468
469         For PR automake/450:
470         * aclocal.in (scan_file, scan_configure_dep): Skip missing sincluded
471         files.
472         * automake.in (scan_autoconf_traces): Likewise.
473         * tests/sinclude.test: Augment.
474         Report from Peter Breitenlohner.
475
476         For PR automake/450:
477         * aclocal.in (write_aclocal, trace_used_macros): Do not add/remove
478         acinclude.m4 and configure.ac to the include map in these two
479         places ...
480         (strip_redundant_includes): ... do it here.  This completes the
481         previous change from 2005-03-01, that did not update
482         write_aclocal.
483         * tests/acloca19.test: Augment.
484         Report from Peter Breitenlohner.
485
486 2005-03-02  Alexandre Duret-Lutz  <adl@gnu.org>
487
488         * tests/comment9.test: Typo.
489
490 2005-03-01  Alexandre Duret-Lutz  <adl@gnu.org>
491
492         * automake.in (read_am_file): Preserve backslashes preceding ##-lines.
493         * tests/comment9.test: New file.
494         * tests/Makefile.am (TESTS): Add comment9.test.
495         Report from Julien Sopena.
496
497         For PR automake/450:
498         * aclocal.in (trace_used_macros): Do not explicitly trace files
499         included by configure.ac.
500         * tests/acloca19.test: New file.
501         * tests/Makefile.am (TESTS): Add acloca19.test.
502         Report from Peter Breitenlohner.
503
504 2005-02-27  Alexandre Duret-Lutz  <adl@gnu.org>
505
506         Fix for PR automake/448:
507         * automake.in (handle_factored_dependencies): Flag install-hook as
508         an error.
509         * tests/insthook.test: Exercise this.
510
511         * m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
512         * doc/automake.texi (Hard-Coded Install Paths): Adjust.
513
514         * doc/automake.texi: Replace many uses of @samp by @code, and
515         vice versa.  Use @command, @option, and @env where appropriate.
516
517 2005-02-26  Alexandre Duret-Lutz  <adl@gnu.org>
518
519         * doc/automake.texi: "filename" -> "file name", for consistency
520         with GNU Coding Standards.  See also Paul's change on 2004-08-20
521         in Autoconf.
522
523         * doc/automake.texi (A Library, Libtool Libraries): Show how to link
524         a program with a static or libtool library.
525         (Program and Library Variables): Make clearer that _LDADD and
526         _LIBADD may also list libraries.
527         Prompted by a mail from Bruce Korb.
528
529         * doc/automake.texi (Alternative): Show how to rewrite nobase_
530         variables using custom directory variables, and link to node
531         Uniform.  Suggested by Leonardo Boiko.
532
533         * doc/automake.texi (Flag Variables Ordering, User Variables):
534         Make clearer who the maintainer is, and that he can AC_SUBST AM_
535         variables in configure.ac.  Suggested by Norman Gray.
536         (Uniform, Public macros, Libtool Issues, Java Support,
537         Conditionals): Use `---' for em dash, and stick them to the
538         enclosing text.
539
540         * doc/automake.texi: Reword a few sentences to fix all underflow
541         and overflow warnings during `make dvi'.
542         (Auxiliary Programs) <configure.guess, config.sub>: Update URL.
543         (Public macros) <AM_WITH_DMALLOC>: Likewise.
544
545 2005-02-12  Alexandre Duret-Lutz  <adl@gnu.org>
546
547         * lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
548         lib/texinfo.tex: New upstream versions.
549
550         * doc/automake.texi (Hard-Coded Install Paths): New node.
551         (Extending, Extending aclocal, Python): Link to it.
552         (Extending): Don't show how to install a file in /etc/ directly,
553         this is insane.
554
555         * automake.in (read_am_file): Define variables containing long
556         lines as VAR_PRETTY to work around tools with limited input width.
557         * tests/longlin2.test: New file.
558         * tests/Makefile.am (TESTS): Add it.
559         Report from Albert Chin.
560
561 2005-02-09  Alexandre Duret-Lutz  <adl@gnu.org>
562
563         Fix for PR automake/447:
564         * lib/depcomp (tru64) [libtool]: Also check for $dir.libs/$base.o.d.
565         Report from Mathias Doreille.  Add some old comments from
566         Nicolas Joly for reference.
567
568 2005-02-08  Stepan Kasal  <kasal@ucw.cz>
569
570         * lib/mdate-sh: Check the size of the word following the month to
571         catch Darwin.  This way the filename can contain spaces.
572
573         * doc/automake.texi (Requirements, Options): Typos.
574
575 2005-02-08  Alexandre Duret-Lutz  <adl@gnu.org>
576
577         * lib/missing (makeinfo): Compute the output file if neither -o
578         nor @setfilename is used.
579         Reported by Miroslaw Dobrzanski-Neumann and Bruno Haible.
580
581 2005-02-07  Alexandre Duret-Lutz  <adl@gnu.org>
582
583         * doc/automake.texi (Requirements): Show one example of
584         AC_CONFIG_FILES with multiple outputs, and correct a few typos.
585
586         * aclocal.in ($serial_line_rx): Expect at least one space between
587         `serial' and the following number.
588         Report from Jim Meyering.
589
590         * lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
591         Report from Peter O'Gorman.
592
593 2005-02-06  Alexandre Duret-Lutz  <adl@gnu.org>
594
595         * aclocal.in (usage, parse_arguments): New --dry-run and --diff
596         options.
597         (install_file, write_aclocal): Honor --dry-run and --diff.
598         * doc/automake.texi (aclocal options): Document --dry-run and --diff.
599         (Serials): Mention --diff.
600         * lib/Automake/FileUtils.pm (handle_exec_errors): Accept an
601         $expected_exit_code argument.
602         (xsystem): Take a list of arguments, not a string.
603         * tests/acloca18.test: Use --dry-run and --diff.
604         Suggested by Paul Eggert.
605
606         * doc/automake.texi (aclocal options, Macro search path,
607         Extending aclocal, Local Macros, Serials, Future of aclocal): Make
608         these subsection of ...
609         (Invoking aclocal): ... this.
610
611         * aclocal.in ($serial_line_rx): Allow trailing garbage after the
612         serial number.
613         (scan_file): Explicitly mark the "ill-formed serial" message
614         as a warning.
615         * doc/automake.texi (aclocal options, Local Macros): Link to...
616         (Serials): ... this new section.
617
618 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
619
620         * lib/compile: Likewise.
621
622 2005-02-02  Alexandre Duret-Lutz  <adl@gnu.org>
623
624         * lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
625         see 2004-12-17.
626         * lib/mdate-sh, lib/py-compile, lib/ylwrap: Exit with nonzero
627         status if a write failure occurs with --help or --version option,
628         as below.
629
630 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
631
632         * lib/depcomp: Exit with nonzero status if a write failure occurs
633         with --help or --version option.
634         * lib/elisp-comp: Likewise.
635         * lib/gnupload: Likewise.
636         * lib/install-sh: Likewise.
637         * lib/missing: Likewise.
638         * lib/mkinstalldirs: Likewise.
639
640 2005-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
641
642         * doc/automake.texi (aclocal options): Typo.
643
644         * aclocal.in (list_compare): New functions.
645         (scan_file): Honor #serial lines.
646         * tests/acloca18.test: New test.
647         * tests/Makefile.am (TESTS): Add it.
648         * doc/automake.texi (aclocal options, Local Macros): Document
649         #serial.
650
651 2005-01-30  Alexandre Duret-Lutz  <adl@gnu.org>
652
653         Preliminary support for `aclocal --install'.
654         This still lacks #serial support.
655         * aclocal.in (reset_maps, install_file): New functions.
656         (write_aclocal): Copy files if --install.
657         (usage, parse_arguments): Recognize --install.
658         ("MAIN"): Start aclocal again if some file were installed.
659         * tests/acloca10.test: Augment to test --install.
660         * tests/aclocal.in, tests/defs.in: Add support for
661         ACLOCAL_TESTSUITE_FLAGS, used by acloca10.test.
662         * doc/automake.texi (aclocal options, Local Macros): Document
663         --install.
664         (Future of aclocal): Adjust.
665
666         * doc/automake.texi (Macro search path): Using --acdir is not
667         obvious, it's erroneous.
668
669         * doc/automake.texi (direntry): Let `info Automake' point to the
670         manual, and `info automake' to the `Invoking automake' node.  Like
671         in Autoconf.
672
673 2005-01-27  Akim Demaille  <akim@epita.fr>
674
675         * lib/Automake/Configure_ac.pm: s/filename/file_name/g.
676         From Paul Eggert.
677
678 2005-01-24  Akim Demaille  <akim@epita.fr>
679
680         * lib/Automake/FileUtils.pm: Rename filename as file_name to be
681         consistent with the terminology of the GNU coding standards.
682         From Paul Eggert.
683         (update_file): Accept a $force argument, so that --force always
684         updates the time stamps.
685
686 2005-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
687
688         * doc/automake.texi (How the Linker is Chosen): Explain how the
689         linker is chosen without diagram, and update to match the code.
690         Suggestion from Adrian Bunk.
691
692 2005-01-16  Alexandre Duret-Lutz  <adl@gnu.org>
693
694         * lib/am/subdirs.am ($(RECURSIVE_TARGETS), $(RECURSIVE_CLEAN_TARGETS)):
695         Process all words of $MAKEFLAGS when checking for -k.
696         * tests/check4.test: New file.
697         * tests/Makefile.am (TESTS): Add check4.test.
698         Report from Eric Blake.
699
700 2005-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
701
702         * m4/amversion.in (AM_AUTOMAKE_VERSION): Point users to
703         AM_INIT_AUTOMAKE if the version passed is incorrect.
704         * tests/version8.test: New file.
705         * tests/Makefile.am (TESTS): Add version8.test.
706
707 2005-01-09  Alexandre Duret-Lutz  <adl@gnu.org>
708
709         * m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
710         m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/gcj.m4,
711         m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lead-dot.m4,
712         m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4,
713         m4/minuso.m4, m4/missing.m4, m4/mkdirp.m4, m4/multi.m4,
714         m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4, m4/options.m4,
715         m4/protos.m4, m4/python.m4, m4/regex.m4, m4/runlog.m4,
716         m4/sanity.m4, m4/strip.m4, m4/tar.m4: Use the same all-permissive
717         license that is used in aclocal.m4.  Relicensing backed by RMS.
718
719         * doc/automake.texi (A Library, LIBOBJS): Mention that empty
720         libraries are not portable.
721
722 2005-01-05  Akim Demaille  <akim@epita.fr>
723
724         * aclocal.in ($ac_defun_rx): Match AU_ALIAS.
725         * tests/aclocal5.test (MORE_DEFS): Rename as...
726         (AM_TEST): this so that undefined macros are caught.
727         And make it an alias of AC_SUBST.
728         Test AU_ALIAS.
729         Reported by Martin Bravenboer.
730
731 2005-01-03  Alexandre Duret-Lutz  <adl@gnu.org>
732
733         Fix handling of per-target flags in link rules.
734         * automake.in (define_per_target_linker_variable): New function.
735         (handle_programs, handle_ltlibraries): Use it.
736         (%link_languages): New map.
737         (register_language): Fill it.
738         * lib/am/ltlibrary.am (%LTLIBRARY%): Do not append
739         $(%XLTLIBRARY%_LDFLAGS) to the command, this is now done by
740         define_per_target_linker_variable if needed.
741         * lib/am/program.am (%PROGRAM%%EXEEXT%): Likewise with
742         $(%XPROGRAM%_LDFLAGS).
743         * doc/automake.texi (Program and Library Variables): Mention
744         AM_LDFLAGS and AM_LIBTOOLFLAGS in the definition of maude_LDFLAGS
745         and maude_LIBTOOLFLAGS.
746         * tests/libtool9.test: New file.
747         * tests/Makefile.am (TESTS): Add it.
748         * NEWS: Explain the backward incompatibility.
749         Report from Akim Demaille.
750
751 2005-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
752
753         * doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
754         specifications with shell variables.
755         (Optional) <AC_CONFIG_HEADERS, AC_CONFIG_LINKS>: Point to
756         AC_CONFIG_FILES for this explanation.
757         * automake.in (substitute_ac_subst_variables_worker,
758         substitute_ac_subst_variables): Mew functions.
759         (rewrite_inputs_into_dependencies): Use substitute_ac_subst_variables
760         to ignore dependencies that contain unAC_SUBSTed shell variables.
761         (handle_configure): Likewise, do not output rules for
762         AC_CONFIG_HEADERS, AC_CONFIG_FILES, and AC_CONFIG_LINKS targets that
763         unAC_SUBSTed contain shell variables.
764         * tests/autohdr4.test: Use an AC_SUBST variable in a specification.
765         * tests/output11.test, tests/output12.test: New files.
766         * tests/Makefile.am (TESTS): Add output11.test and output12.test.
767
768         * aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
769         * automake.in ($gen_copyright, version): Likewise.
770
771 2004-12-31  Alexandre Duret-Lutz  <adl@gnu.org>
772
773         * tests/man2.test, tests/transform.test: Specify --mandir, in order
774         not to fail when Autoconf changes its $mandir default.
775
776 2004-12-30  Alexandre Duret-Lutz  <adl@gnu.org>
777
778         Support for `install-dvi', `install-html', `install-ps', and
779         `install-pdf', as recently introduced into the GNU Coding
780         Standard.
781
782         * automake.in (handle_factored_dependencies): Reject
783         uninstall-dvi-local, uninstall-html-local, uninstall-info-local,
784         uninstall-ps-local, and uninstall-pdf-local.  Allow
785         install-info-local even when no-installinfo is not used.
786         (handle_data): Allow datarootdir, dvidir, htmldir, pdfdir, and psdir.
787         (%standard_prefix): Declare these new standard directory variables.
788         * doc/automake.texi (Texinfo, Third-Party Makefiles): Document
789         install-dvi, install-html, install-pdf, and install-ps.
790         (Extending): Document install-local-dvi, install-local-html,
791         install-local-info, install-local-pdf, and install-local-ps.
792         * lib/Automake/Rule.pm (%dependencies): Add new install rules,
793         and remove uninstall-info.
794         * /cvs/automake/automake/lib/am/texinfos.am (install-dvi,
795         install-dvi-am, install-dvi-recursive, install-html,
796         install-html-am, install-html-recursive, install-pdf,
797         install-pdf-am, install-pdf-recursive, install-ps, install-ps-am,
798         install-ps-recursive, uninstall-dvi-am, uninstall-html-am,
799         uninstall-pdf-am, uninstall-ps-am): New rules.
800         (uninstall-info): Delete.
801         * tests/txinfo21.test: Augment to check for these new rules.
802         * tests/exdir2.test: Do not use `htmldir' as example of
803         undefined directory.
804         * tests/overrid.test: Do not be fooled by install-ps and
805         install-html.
806         * tests/txinfo10.test: Do not grep for uninstall-info-recursive.
807
808 2004-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
809
810         * automake.in (Preprocessed Fortran): Fix the definition of FCLINK.
811
812         * Makefile.am (maintainer-check): Refine check for @_ in scalar
813         context.  Check for correct use of PRE_INSTALL, NORMAL_INSTALL,
814         POST_INSTALL, PRE_UNINSTALL, NORMAL_UNINSTALL, and POST_UNINSTALL.
815         * lib/am/texinfos.am (uninstall-info-am): Hide the invocation of
816         $(PRE_UNINSTALL).
817
818 2004-12-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
819
820         * lib/am/texinfos.am (uninstall-info-am): Show change of
821         directory while uninstalling DJGPP-style info files.
822
823 2004-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
824
825         Declare recursive install targets as dependencies of `.MAKE', so
826         that `make -n install' works with BSD Make too.
827
828         * lib/Automake/Rule.pm (reset) <%dependencies>: Add `.MAKE'.
829         * automake.in (target_cmp): Move all `.XYZ' target last, not
830         only `.PHONY'.
831         (handle_factored_dependencies): Add target with hooks to `.MAKE'.
832         Do not let a user definition of .MAKE override ours.
833         * lib/am/install.am (install-am, install-strip): Mark as `.MAKE'.
834         * lib/am/multilib.am (all-multi, install-multi, mostlyclean-multi,
835         clean-multi, distclean-multi, maintainer-clean-multi): Likewise.
836         * lib/am/subdirs.am (mostlyclean-recursive, clean-recursive,
837         distclean-recursive, maintainer-clean-recursive): Likewise.
838
839 2004-12-18  Alexandre Duret-Lutz  <adl@gnu.org>
840
841         * lib/config-ml.in, lib/config.guess, lib/config.sub,
842         lib/texinfo.tex: New upstream versions.
843
844         * doc/automake.texi (gettext): Move the paragraph about
845         dist_list_LISP...
846         (Emacs Lisp): ... here.
847         Report from Bruno Haible.
848
849         * doc/automake.texi: Bump GFDL version to 1.2, since that is
850         what we distribute.
851
852         * doc/automake.texi: Fix more misuses of @ref, @xref and @pxref,
853         including some of the "corrections" below.  Thanks to Karl Berry.
854
855         * doc/automake.texi: Correct several misuses of @xref and @pxref.
856
857 2004-12-17  Jim Meyering  <jim@meyering.net>
858
859         * install-sh: Use `(exit N); exit N', not `(exit N); exit'.
860         Otherwise, install-sh could exit with improper exit status when
861         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
862
863 2004-12-14  Akim Demaille  <akim@epita.fr>
864
865         * doc/automake.texi (Options): Englishoes.
866         (Options): And another.
867
868 2004-12-13  Alexandre Duret-Lutz  <adl@gnu.org>
869
870         * ChangeLog.03: New file, extracted from ChangeLog.
871         * Makefile.am (EXTRA_DIST): Add it.
872
873 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
874
875         * automake.in (check_user_variables): New function, extracted
876         from ...
877         (handle_languages): ... here.
878         (handle_languages, define_compiler_variable, define_link_variable):
879         Honore LIBTOOLFLAGS.
880         (handle_single_transform): Check _LIBTOOLFLAGS in
881         addition to other per-target flags for Libtool objects.
882         (handle_libtool): Warn if LIBTOOLFLAGS is defined.
883         * doc/automake.texi (Libtool Flags, Program and Library Variables,
884         Flag Variables Ordering): Document LIBTOOLFLAGS.
885         * tests/libtool7.test: Check basic support for LIBTOOLFLAGS.
886         * tests/libtool8.test: Make sure Automake warns about LIBTOOLFLAGS
887         definitions.
888         * tests/subobj9.test: Adjust.
889
890 2004-12-11  Alexandre Duret-Lutz  <adl@gnu.org>
891
892         * doc/automake.texi (Per-Object Flags): New node.
893
894 2004-12-09  Alexandre Duret-Lutz  <adl@gnu.org>
895
896         Fix PR automake/441:
897         * lib/am/java.am (install-%DIR%JAVA, uninstall-%DIR%JAVA): Do
898         not install *.class if "$(%DIR%_JAVA)" is empty.
899         * tests/java3.test: New file.
900         * tests/Makefile.am (TESTS): Add it.
901         Report from Johannes Nicolai.
902
903         * doc/automake.texi (Java): Mention dist_ and add an example.
904         * tests/java.test: Do actually compile java files and run distcheck.
905
906 2004-12-08  Peter O'Gorman  <peter@pogma.com>
907             Alexandre Duret-Lutz  <adl@gnu.org>
908
909         * lib/Automake/FileUtils.pm (dir_has_case_matching_file,
910         reset_dir_cache): New functions.
911         * automake.in (handle_dist, require_file_internal): Use them, so
912         that CHANGELOG is not confused with ChangeLog on case-insensitive
913         case-preserving file systems.
914         * tests/hfs.test: New file.
915         * tests/Makefile.am (TESTS): Add hfs.test.
916
917 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
918
919         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
920         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
921         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
922         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
923
924 2004-12-05  Toshio Kuratomi  <toshio@tiki-lounge.com>
925
926         * lib/py-compile: Add --destdir switch to py-compile that takes a
927         path argument that is not compiled into the file when byte compiling.
928         * lib/am/python.am: Use the new py-compile arguments to not include
929         DESTDIR in the byte compiled files.
930         * tests/python12.test: Test that DESTDIR won't be byte compiled into
931         python files.
932
933 2004-12-05  Alexandre Duret-Lutz  <adl@gnu.org>
934
935         * doc/automake.texi (Clean): Typo.
936
937         * doc/automake.texi: Use @acindex for Autoconf macros, and @vindex
938         for variables (@cvindex was previously used for both).  Separate
939         these two indices in the output.  Use @code, @file, and @command
940         in @cindex lines wherever appropriate so they render nicely.
941
942 2004-12-05  Stepan Kasal  <kasal@ucw.cz>
943
944         * doc/automake.texi (renamed objects, CVS): Typos.
945
946 2004-12-05  Alexandre Duret-Lutz  <adl@gnu.org>
947
948         * doc/automake.texi (Flag Variables Ordering): New section.
949         (User Variables, Program and Library Variables): @xref it.
950
951 2004-11-24  Alexandre Duret-Lutz  <adl@gnu.org>
952
953         * doc/automake.texi (Conditional Subdirectories): More comments
954         about non-distributed subdirectories.
955
956         * Makefile.am (maintainer-clean): Check for unescaped @ in manual.
957
958 2004-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
959
960         * doc/automake.texi (Built sources example): Fix typo.
961
962 2004-11-22  Alexandre Duret-Lutz  <adl@gnu.org>
963
964         * aclocal.in (parse_arguments): Diagnose abbreviation ambiguous with
965         --help or --version.
966         * automake.in (parse_arguments): Likewise.
967         * tests/aclocal.test, tests/automake.test: Check this.
968         Report from Eric Blake.
969
970 2004-11-21  Alexandre Duret-Lutz  <adl@gnu.org>
971
972         * automake.in (parse_arguments): Diagnose empty arguments, options
973         with missing argument, and support `--'.
974         * aclocal.in (parse_arguments): Diagnose options with missing
975         argument.
976         * tests/aclocal.test: More checks.
977         * tests/automake.test: New file.
978         * tests/postprog.test: Use `--' for fun.
979         * tests/Makefile.am (TESTS): Add automake.test.
980         Report from Eric Blake.
981
982         * lib/am/progs.am (installcheck-%DIR%PROGRAMS): Run programs with
983         /dev/null as input, so we do not hang on programs that read their
984         input without supporting --help and --version.
985         * lib/am/scripts.am (installcheck-%DIR%SCRIPTS): Likewise for scripts.
986         * tests/gnits2.test: Change scriptnok.sh to cat its input.
987         Report and fix from James Youngman.
988
989 2004-11-17  Alexandre Duret-Lutz  <adl@gnu.org>
990
991         * aclocal.in (%file_seen): Rename as ...
992         (%file_added): ... this, and move it close to add_file(), the only
993         function that uses it.
994
995         * aclocal.in (version): Remove initial blank line and reproduce
996         the layout of automake --version.  From Art Haas.
997
998         * aclocal.in (%file_type, FT_USER, FT_AUTOMAKE_SYSTEM): New variables.
999         (scan_m4_dirs): New function, extracted from ...
1000         (scan_m4_files): ... here.  Call scan_m4_files three times, for each
1001         FT_ constant.
1002         (scan_file): Take a file type argument to update %file_type.
1003         (write_aclocal): Do not m4_include files that are not of type FT_USER.
1004         * tests/dirlist.test: Make sure m4_include is not used for --acdir
1005         files.
1006
1007         * tests/defs.in (testaclocaldir): New variable.
1008         * tests/aclocal.test: Use it to fix the test.  Report from
1009         Patrick Welche.
1010
1011 2004-11-10  Alexandre Duret-Lutz  <adl@gnu.org>
1012
1013         * m4/python.m4 (AM_PATH_PYTHON): Fix the invocation of
1014         AC_PATH_PROGS to correctly define PYTHON as `:' when no interpreter
1015         is found (this worked correctly only when a minimal version was
1016         passed to AM_PATH_PYTHON).  Report from Stepan Kasal.
1017         (_AM_PYTHON_INTERPRETER_LIST): Define using m4_define_default,
1018         so we can easily override the list from the test suite.
1019         * tests/python11.test: New file.
1020         * tests/Makefile.am (TESTS): Add python11.test.
1021
1022         * doc/automake.texi (Libtool Modules): Make clearer that -module
1023         should appear explicitly in _LDFLAGS.
1024
1025 2004-11-09  Alexandre Duret-Lutz  <adl@gnu.org>
1026
1027         * aclocal.in (parse_arguments): Correctly recognize --print-ac-dir.
1028         * tests/aclocal.test: Check --print-ac-dir and a unknown option.
1029
1030         * aclocal.in (parse_arguments): Fix detection of unexisting default
1031         $(datadir)/aclocal.  Report from Akim.
1032
1033 2004-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
1034
1035         * aclocal.in ($acdir): Rename as ...
1036         (@system_includes): ... this.
1037         (@user_includes, @automake_includes): New variables.
1038         ($default_acdir, $default_dirlist): Remove.
1039         (parse_arguments): Populate @user_includes, @automake_includes, and
1040         @system_includes instead of filling a unique @dirlist array.
1041         ("MAIN"): Adjust to scan m4 files in @user_includes,
1042         @automake_includes, and @system_includes.
1043
1044 2004-11-06  Alexandre Duret-Lutz  <adl@gnu.org>
1045
1046         * aclocal.in (parse_arguments): Correct comment.  From Akim.
1047
1048 2004-11-04  Alexandre Duret-Lutz  <adl@gnu.org>
1049
1050         * aclocal.in: Use Automake::ChannelDefs, and adjust all output
1051         to be done via `fatal', `msg', `verb', or `prog_error'.
1052         (version): New function.
1053         (parse_arguments): Rewrite using Getopt::Long, call &version, and
1054         honor -W and --warning.
1055         ($verbose): Remove.
1056         (trace_used_macros): Do not trace the first arguments of macros
1057         for which we do not need it.  This caused failures because of
1058         unexpected newlines in the output.
1059         * doc/automake.texi (aclocal options): Document -W and --warning.
1060         * tests/defs.in (ACLOCAL): Always use -Werror, to catch Perl
1061         warnings about uninitialized variables.
1062
1063 2004-11-03  Alexandre Duret-Lutz  <adl@gnu.org>
1064
1065         * tests/defs.in: Do not distinguish VERBOSE=x from
1066         VERBOSE=anything_but_x, always turn on shell traces.
1067
1068         * aclocal.in (write_aclocal): Make sure $map_traced_defs{$m} exists
1069         before using it.  Suppress a warning observable in test/acloca16.test.
1070         Report from Ralf Wildenhues.
1071
1072 2004-11-01  Alexandre Duret-Lutz  <adl@gnu.org>
1073
1074         * lib/Automake/XFile.pm (lock): Make sure $ENV{'MAKEFLAGS'} exists
1075         before inspecting it; this fixes "uninitialized value in
1076         concatenation" diagnostics when flock fails.
1077         Report from Gary V. Vaughan.
1078
1079         * aclocal.in: Use strict and -w.  Declare local variables with `my',
1080         and get rid of `local'.
1081         (scan_m4_files, add_macro): Reindent these functions while we are
1082         at it.
1083
1084         * lib/config.guess, lib/texinfo.tex: New upstream versions.
1085
1086         * doc/automake.texi (LIBOBJS): Spelling and grammar corrections
1087         from Ralf Wildenhues.
1088
1089 2004-10-31  Alexandre Duret-Lutz  <adl@gnu.org>
1090
1091         * doc/automake.texi (LIBOBJS): Augment with an example setup.
1092         (LTLIBOBJ): Rename as ...
1093         (LTLIBOBJS): ... this.  Link to LIBOBJS, and mention LTALLOCA.
1094
1095 2004-10-25  Alexandre Duret-Lutz  <adl@gnu.org>
1096
1097         * doc/automake.texi: Untabify, tabs in the examples are poorly
1098         rendered.
1099         * Makefile.am (maintainer-check): Grep tabs in the manual.
1100
1101         * tests/comment8.test: Use $MAKE, not make.
1102
1103 2004-10-24  Alexandre Duret-Lutz  <adl@gnu.org>
1104
1105         * tests/distcom3.test: Typo.
1106
1107 2004-10-22  Alexandre Duret-Lutz  <adl@gnu.org>
1108
1109         * doc/automake.texi (Libtool Convenience Libraries): Explain how
1110         to force the linker selection.
1111
1112         * lib/install-sh: Fix the dirname emulation to ignore trailing
1113         slashes, i.e., the direname of `a/b/' is `a', not `a/b/'.  This
1114         caused `install-sh a/b/' to fail.
1115         * tests/instsh2.test: Augment.
1116         Report from Пухальский Юрий Андреевич.
1117
1118 2004-10-21  Alexandre Duret-Lutz  <adl@gnu.org>
1119
1120         * automake.in (get_object_extension): The extension to use is know
1121         by the caller, and cannot be selected by looking only at the
1122         target name.  Simplify this function to simply conditionally
1123         prepend $U to the given extension.
1124         (handle_programs, handle_libraries, handle_ltlibraries): Hard-code
1125         the extension to use.  This way Automake won't mistake a program
1126         named `foo.la' as a libtool library.
1127         * tests/primary3.test: New file.
1128         * tests/Makefile.am (TESTS): Add primary3.test.
1129
1130 2004-10-12  Alexandre Duret-Lutz  <adl@gnu.org>
1131
1132         * doc/automake.texi (Install): Link to node Extending for examples.
1133         (Extending): More comments about install-data-hook vs
1134         install-exec-hook, and link to Install.
1135
1136         * configure.ac: Export @am_AUTOCONF@.
1137         * tests/defs.in (AUTOCONF): Define as @am_AUTOCONF@, not @AUTOCONF@,
1138         so the test suite runs `autoconf' and not `missing --run autoconf'.
1139         * tests/missing.test, tests/missing2.test: Arrange for missing
1140         to be used in front of autoconf even if the user has exported
1141         AUTOCONF.  This fixes two spurious failures reported by
1142         Mark D. Baushke.
1143
1144         * lib/compile: Handle output.obj in addition to output.o.
1145         * tests/compile.test: Check for this.
1146
1147 2004-10-11  Alexandre Duret-Lutz  <adl@gnu.org>
1148
1149         * doc/automake.texi (Sources): Typo, reported by Karl Berry.
1150
1151 2004-10-10  Kelley Cook  <kcook@gcc.gnu.org>  (tiny change)
1152             Alexandre Duret-Lutz  <adl@gnu.org>
1153
1154         * aclocal.in ($ac_defun_rx): Match AC_DEFUN_ONCE.
1155         (trace_used_macros): Trace AC_DEFUN_ONCE.
1156         * tests/aclocal5.test: Use AC_DEFUN_ONCE.
1157
1158 2004-10-10  Stepan Kasal  <kasal@ucw.cz>  (tiny change)
1159
1160         * doc/automake.texi (Extending): Typo.
1161
1162 2004-10-10  Martin Waitz  <tali@admingilde.org>  (tiny change)
1163
1164         * m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS.
1165         * automake.in (cppasm): Use the dependency tracking more for CCAS.
1166         * doc/automake.texi (Assembly Support): Note that *.S are
1167         preprocessed with CPPFLAGS.
1168
1169 2004-10-10  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171         * automake.in (Languages): Split .s (asm) and .S (cppasm) into
1172         separate languages.  Make cppasm (Preprocessed Assembler) aware
1173         of CPPFLAGS, AM_CPPFLAGS.
1174         (handle_languages): Fix typo.
1175         (lang_cppasm_rewrite): New function.
1176
1177 2004-09-29  Alexandre Duret-Lutz  <adl@gnu.org>
1178
1179         * tests/subobj9.test: Adjust regexes after previous patch.
1180
1181 2004-09-28  Alexandre Duret-Lutz  <adl@gnu.org>
1182
1183         * automake.in (handle_languages, define_compiler_variable): Output
1184         Libtool's --tag= option before --mode=compile, because depcomp use
1185         --mode=compile as end marker for libtool arguments.
1186         (define_linker_variable): Likewise before --mode=link, for
1187         uniformity.
1188         * tests/pr307.test: Make sure dependency files are updated.  That
1189         was not the case because depcomp thought `--tag=CC' was the
1190         compiler to get dependencies from.
1191         Report from Пухальский Юрий Андреевич.
1192
1193 2004-09-26  Alexandre Duret-Lutz  <adl@gnu.org>
1194
1195         * configure.ac: Require Perl 5.6.
1196         * lib/Automake/Config.in: Require Perl 5.6 (not done in
1197         lib/Automake/General.pm because it is shared with Autoconf),
1198         and use `our' instead of `use vars'.
1199         * aclocal.in (rel2abs): Remove.
1200         (scan_configure_dep): Use File::Spec->rel2abs instead.
1201
1202         * tests/compile.test, tests/instsh2.test, tests/instspc.test: Use
1203         two consecutive spaces in filename instead of one, to catch mistake
1204         like `echo $val | ...`.
1205         * tests/README: Suggest this.
1206         Suggested by Ralf Wildenhues.
1207
1208 2004-09-25  Alexandre Duret-Lutz  <adl@gnu.org>
1209
1210         * doc/automake.texi (Clean): Document -local targets.
1211
1212 2004-09-25  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1213
1214         * doc/automake.texi: Typos.
1215
1216 2004-09-21  Alexandre Duret-Lutz  <adl@gnu.org>
1217
1218         * doc/automake.texi (Timeline): Typos and other English mistakes
1219         reported by Jim and Gary.
1220
1221         * lib/Automake/VarDef.pm (append): Strip comments from augmented
1222         variables.
1223         * tests/comment8.test: New file.
1224         * tests/Makefile.am (TESTS): Add comment8.test.
1225         Report from Stepan Kasal.
1226
1227 2004-09-19  Alexandre Duret-Lutz  <adl@gnu.org>
1228
1229         * tests/compile.test: Fix rm usage.
1230
1231         * INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,
1232         lib/texinfo.tex: New upstream versions.
1233
1234         * doc/automake.texi (Timeline): New node.  Thanks to Karl and Tom
1235         for their comments on a preliminary version of this, Akim for
1236         digging out some old mails, and Jason Molenda for sending the note
1237         about Automake in Alias to Tom.
1238         (Releases): Rename `ac' to `acl', suggested by Akim.
1239
1240 2004-09-19  Akim Demaille  <akim@epita.fr>
1241
1242         * AUTHORS, automake.in, aclocal.in: Add Alexandre Duret-Lutz as
1243         author.
1244
1245 2004-09-15  Alexandre Duret-Lutz  <adl@gnu.org>
1246
1247         * doc/automake.texi (Releases): New node.
1248
1249         * doc/automake.texi (Dependencies): Link to Dependency Tracking
1250         Evolution.
1251         (Dependency Tracking Evolution): Link to GNU make, Sources (for
1252         BUILT_SOURCES), and update the paragraph about the "plan" to
1253         inline dependency tracking with gcc3.
1254
1255         * doc/automake.texi (History): New node.
1256         (Dependency Tracking Evolution): New node, filled with a Texinfo
1257         version of Tom Tromey's ``Dependency Tracking in Automake''
1258         document, initially published on the Automake homepage on
1259         2001-06-29.
1260
1261 2004-09-10  Alexandre Duret-Lutz  <adl@gnu.org>
1262
1263         * m4/minuso.m4 (AM_PROG_CC_C_O): Make sure AC_PROG_CC is never
1264         called after this macro.
1265         * tests/distname.test, tests/subdir5.test, tests/subdir8.test,
1266         tests/subobj.test, tests/subobj4.test, tests/subobj5.test,
1267         tests/subobj6.test: Adjust.
1268         Report from Ralf Wildenhues.
1269
1270         * lib/Automake/Channels.pm (_print_message): Handle uniq_part with
1271         arbitrary string.
1272         * automake.in (lang_c_rewrite): Set uniq_part so that the
1273         AM_PROG_CC_C_O diagnostic is output only once for subdir objects
1274         and only once for objects with per-target flags.
1275
1276         * automake.in (lang_c_rewrite): Print files and locations
1277         for AM_PROG_CC_C_O errors.
1278         (handle_single_transform): Pass $var to &$subr so it can
1279         print locations.
1280
1281         * lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $ret
1282         instead of $status which is read-only in Zsh.
1283
1284 2004-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1285             Alexandre Duret-Lutz  <adl@gnu.org>
1286
1287         * lib/compile: Preserve spaces in arguments (for example
1288         -DPACKAGE_STRING="foo 0.1").
1289         * tests/compile.test: New file.
1290         * tests/Makefile.am (TESTS): Add compile.test.
1291
1292 2004-09-07  Alexandre Duret-Lutz  <adl@gnu.org>
1293
1294         * automake.in (handle_clean): Sort rm commands output for
1295         mostlyclean-generic, clean-generic, distclean-generic, and
1296         maintainer-clean-generic.
1297         Report from Bob Friesenhahn.
1298
1299         * automake.in (lang_c_rewrite): Do not require AM_PROG_CC_C_O for
1300         libtool objects.
1301         (handle_single_transform): Pass nonansi_obj to &$subr so
1302         lang_c_rewrite can distinguish libtool objects.
1303         * tests/libtool7.test: Use subdir-objects without using AM_PROG_CC_C_O.
1304         Report from Gary V. Vaughan and Patrick Welche.
1305
1306 2004-09-07  Andreas Schwab  <schwab@suse.de>
1307
1308         * automake.in ($PATH_PATTERN): Add `+'.
1309
1310 2004-09-07  Alexandre Duret-Lutz  <adl@gnu.org>
1311
1312         * tests/missing3.test: New file (check for Paolo's change below).
1313         * tests/Makefile.am (TESTS): Add missing3.test.
1314
1315 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1316
1317         * missing: Handle all command line options together.  Add a
1318         separate case statement to detect failed runs, and fail
1319         silently there if --help or --version is passed to the program.
1320
1321 2004-08-11  Alexandre Duret-Lutz  <adl@gnu.org>
1322
1323         * lib/config.guess, lib/texinfo.tex: New upstream versions.
1324
1325         For PR automake/433:
1326         * configure.ac (pkgvdatadir): Define using "$PACKAGE", not "automake".
1327
1328         Fix PR automake/432:
1329         * lib/am/yacc.am [!%?MORE-THAN-ONE%]: Replace `#line's in y.tab.h too.
1330         * tests/yacc7.test: Check this.
1331
1332 2004-08-08  Alexandre Duret-Lutz  <adl@gnu.org>
1333
1334         * lib/Automake/DisjConditions.pm (new): Precompute 'string' and 'conds'
1335         in place instead of as a side-effect of calling ->string and ->conds.
1336         This saves method-lookup time, simplify ->string and ->conds, and
1337         allows to create the object only when necessary.
1338         (string, conds): Simplify, now that the result is precomputed.
1339
1340         * automake.in (%am_file_cache): New hash.
1341         (make_paragraphs): Cache .am files with comments stripped to save
1342         some useless input and substitutions.
1343
1344         * lib/Automake/Variable.pm (%_primary_dict): New hash.
1345         (_new, variable_delete): Update %_primary_dict.
1346         (variables): Accept an optional $suffix argument.
1347         * automake.in (check_typos, am_primary_prefixes): Use that
1348         optional argument to restrict the loops over the variables we are
1349         interested in.
1350
1351 2004-08-06  Alexandre Duret-Lutz  <adl@gnu.org>
1352
1353         * lib/Automake/Item.pm (def): Rewrite more concisely, it's faster
1354         this way.
1355
1356 2004-08-05  Alexandre Duret-Lutz  <adl@gnu.org>
1357
1358         Speed up make_paragraphs.
1359         * automake.in (handle_languages): Always define SUBDIROBJ,
1360         DERIVED-EXT, and DIST_SOURCE, because the new transform() will
1361         abort on unknown tokens.
1362         (transform): Rewrite with different semantics.
1363         (make_paragraphs): Make a single pass over the paragraph to
1364         transform all template tokens instead of doing as much passes as
1365         possible token.
1366
1367         * automake.in ($libtool_new_api): New variable.
1368         (handle_libtool): Do not libtool's aux files if $libtool_new_api.
1369         (scan_autoconf_traces) <LT_SUPPORTED_TAG>: Set $libtool_new_api.
1370         (scan_autoconf_traces) <AC_REQUIRE_AUX_FILE>: Remember only the
1371         first location for required files.
1372
1373 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
1374
1375         Support AC_REQUIRE_AUX_FILE, and fix requirement of AM_PROG_CC_C_O.
1376         * automake.in (%required_aux_file): New hash.
1377         (handle_single_transform, lang_c_rewrite): Do not explicitly
1378         require 'compile', this is now an internal detail of
1379         AM_PROG_CC_C_O.
1380         (scan_autoconf_traces): Trace AC_REQUIRE_AUX_FILE and fill
1381         %required_aux_file.
1382         (scan_autoconf_files): Require all %required_aux_file instead
1383         of explicitly requiring install-sh and missing.
1384         (generate_makefile): Do not require config.sub and config.guess.
1385         (handle_single_transform): Pass $have_per_exec_flags to
1386         &lang_c_rewrite.
1387         * configure.ac, m4/init.m4: Require Autoconf 2.59a.
1388         * doc/automake.texi (Optional): Document AC_REQUIRE_AUX_FILE.
1389         (Program and Library Variables, Options, Public macros):
1390         AM_PROG_CC_C_O is required when per-target flags or subdir-objects
1391         are used with C sources.
1392         * m4/minuso.m4: Require `compile' using AC_REQUIRE_AUX_FILE.
1393         * m4/missing.m4: Require `missing' similarly.
1394         * tests/acsubst2.test, tests/distcom2.test, tests/distcom6.test,
1395         tests/specflg.test, tests/specflg2.test, tests/specflg3.test,
1396         tests/specflg6.test, tests/specflg7.test, tests/specflg8.test,
1397         tests/specflg9.test, tests/subobj7.test, tests/target-cflags.test,
1398         tests/yacc6.test: Fix to use AM_PROG_CC_C_O.
1399
1400 2004-08-03  Alexandre Duret-Lutz  <adl@gnu.org>
1401
1402         * automake.in (yacc_lex_finish_helper): Fix definition of YLWRAP
1403         when ylwrap is installed in a default aux dir found in a parent
1404         package.
1405         * tests/subpkg.test: Augment to check that YLWRAP is installed
1406         properly.
1407         * doc/automake.texi (Yacc and Lex): ylwrap is not sought is the
1408         current directory.
1409         Report from Norman Gray.
1410
1411 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
1412
1413         * doc/automake.texi (Optional): Update documentation for
1414         AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_TARGET.
1415
1416         * automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ...
1417         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET): ... these.
1418         (scan_autoconf_traces): Scan for the latter three macros instead of
1419         the former two.
1420         (make_paragraphs): Adjust definitions of %BUILD%, %HOST%, and %TARGET%.
1421         * tests/hosts.test: New file.
1422         * tests/Makefile.am (TESTS): Add hosts.test.
1423         Report and test case from Norman Gray.
1424
1425 2004-08-01  Alexandre Duret-Lutz  <adl@gnu.org>
1426
1427         * aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo
1428         4.7 now outputs "#Extending-aclocal".
1429
1430 2004-08-01  Alexandre Duret-Lutz  <adl@gnu.org>
1431             Derek R. Price  <derek@ximbiot.com>
1432
1433         Disable Lex and Yacc rules whenever possible if AM_MAINTAINER_MODE
1434         is used and maintainer-mode disabled.
1435         * automake.in (Automake::struct): Define nodist_specific.
1436         Set it in languages yacc, yaccxx, lex, and lexxx.
1437         (register_language): Default nodist_specific to 0.
1438         (handle_single_transform): Honor nodist_specific.
1439         * lib/am/yacc.am (am__skipyacc): Define this in maintainer mode.
1440         (%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skipyacc) to disable these
1441         rules when needed.
1442         * lib/am/lex.am (am__skiplex): Define this in maintainer mode.
1443         (%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skiplex) to disable these
1444         rules when needed.
1445         * tests/mmodely.test: New file.
1446         * tests/pr204.test: Augment to check AM_MAINTAINER_MODE and nodist_
1447         parsers.
1448         * tests/Makefile.am (TESTS): ADd mmodely.test.
1449         * doc/automake.texi (Yacc and Lex): Note dependence on maintainer mode.
1450
1451 2004-07-28  Alexandre Duret-Lutz  <adl@gnu.org>
1452
1453         * configure.ac, NEWS: Bump version to 1.9a.
1454
1455         * configure.ac, NEWS: Bump version to 1.9.
1456
1457         * automake.in (generate_makefile): Update misleading comment about
1458         libtool scripts.
1459
1460         * lib/texinfo.tex: New upstream version.
1461
1462 2004-07-25  Alexandre Duret-Lutz  <adl@gnu.org>
1463
1464         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Remove `.' from the mkdir_p
1465         definition, it causes `make install' to fails for user with no
1466         right to write in the source-tree.
1467         * automake.in (handle_configure): Do not use mkdir_p in the
1468         definition for $(mkdir_p).
1469         Report from Harlan Stenn.
1470
1471         * lib/am/texi-vers.am (%STAMPVTI%): Typo in comment.
1472
1473 2004-07-22  Alexandre Duret-Lutz  <adl@gnu.org>
1474
1475         * doc/automake.texi (Libtool Modules): Typo in example.
1476         Report from Ulrich Eckhardt.
1477
1478 2004-07-21  Andreas Schwab  <schwab@suse.de>  (tiny change)
1479
1480         * automake.in (check_directory): Quote $dir in regexp.
1481
1482 2004-07-17  Alexandre Duret-Lutz  <adl@gnu.org>
1483
1484         * configure.ac, NEWS: Bump version to 1.8e.
1485
1486         * configure.ac, NEWS: Bump version to 1.8d.
1487
1488         * lib/config-ml.in, lib/config.sub, lib/config.guess, lib/texinfo.tex:
1489         New upstream versions.
1490
1491         * lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.html,
1492         ?!GENERIC?%DEST_PREFIX%.html): Use $(X), not ${X}.
1493
1494         * tests/installdir.test: installdirs-local should appear three times,
1495         since the change from 2004-07-11 will make it PHONY.
1496
1497         * lib/am/distdir.am (distdir): Always use $(DIST_SUBDIRS) now
1498         that it is always defined.  This is less confusing for users
1499         reading the generated Makefiles.
1500         * automake.in (handle_dist): Do not substitute DIST_SUBDIR_NAME.
1501
1502         * lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.html,
1503         ?!GENERIC?%DEST_PREFIX%.html): Output .htp, and then rename to .html
1504         on success.  In case the target is a directory, this ensures its
1505         time stamp is updated and the no files are left over inside.
1506         * tests/txinfo21.test: Augment to test missing timestamp update
1507         reported by Akim Demaille.
1508
1509         * doc/automake.texi (Top level): Rename as ...
1510         (Directories): ... this, and split into ...
1511         (Subdirectories, Conditional Subdirectories): ... these.
1512         (Subdirectories): Illustrate the use of `.'.
1513         (Conditional Subdirectories): Describe SUBDIRS and DIST_SUBDIRS
1514         before the example.  Append a discussion about non-configured
1515         conditional directories.
1516         (Alternative): Move as a child of Directories.
1517         (Subpackages): New section.
1518         (Dist): Adjust links to Subdirectories, a Subpackages.
1519         (Third-Party Makefiles): Link to Conditional Subdirectories.
1520
1521 2004-07-14  Alexandre Duret-Lutz  <adl@gnu.org>
1522
1523         * automake.in (target_hook): Accept %transform as last argument.
1524         (handle_single_transform): Pass %transform to target_hook.
1525         (handle_source_transform): Define DIST_SOURCE to tell whether
1526         a the source of a file is distributed or not.
1527         (lang_yacc_target_hook): Check DIST_SOURCE, and do not distribute
1528         the generated header if the .y source is not distributed.
1529         * tests/pr204.test: Use AM_YFLAGS = -d and make sure generated
1530         headers are not distributed.
1531
1532 2004-07-12  Simon Josefsson  <jas@extundo.com>  (tiny change)
1533
1534         * doc/automake.texi (Options): Improve ustar file name length
1535         discussion.  Reference tar manual.
1536
1537 2004-07-12  Ray Simard  <rhs.techlists@sylvan-glade.com>  (tiny change)
1538
1539         * lib/Automake/Variable.pm (define): Fix precondition check.
1540
1541 2004-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
1542
1543         For PR automake/428:
1544         Support for conditionally defined -hook and -local rules.
1545         * automake.in (user_phony_rule): New function.
1546         (handle_dist, handle_install, handle_all, do_check_merge_target,
1547         handle_factored_dependencies): Use user_phony_rule before
1548         adding a user -hook or -local rule as a dependency to ensure
1549         it is always defined an phony.
1550         * tests/cond37.test, tests/condhook.test: New files.
1551         * tests/Makefile.am (TESTS): Add them.
1552         Report from Simon Josefsson and Nik A. Melchior.
1553
1554 2004-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1555
1556         * doc/automake.texi (Install): Warn that you should create
1557         /tmp/staging before installing into it, to avoid security problems.
1558         * lib/install-sh: Remove support for -b= and -t= options; this
1559         has been moribund for a decade.
1560         Add support for -t and -T options (new in coreutils install).
1561         -c option now does nothing (the default is to copy), for
1562         compatibility with BSD and coreutils 'install'.
1563         Fix usage message; it referred to nonexistent variables.
1564         Don't assume 'lasterr' is unset in environment.
1565         * tests/instsh2.test: Don't assume that install-sh without -c
1566         moves (it now copies).  Add tests for new -t and -T options.
1567
1568 2004-06-16  Alexandre Duret-Lutz  <adl@gnu.org>
1569
1570         For Debian Bug#254372:
1571         * doc/automake.texi (Invoking aclocal): Rewrite the paragraph
1572         explaining m4_include is used for relative files.
1573
1574 2004-06-10  Alexandre Duret-Lutz  <adl@gnu.org>
1575
1576         For Debian Bug #251820:
1577         * aclocal.in (scan_file): Keep track of the location where each
1578         file is included, and display it when reporting a missing file.
1579         Pass this location to scan_file as a second argument.
1580         (scan_m4_files): Adjust calls to scan_file.
1581         * tests/acloca14.test: Add a test for this diagnostic.
1582
1583 2004-06-07  Alexandre Duret-Lutz  <adl@gnu.org>
1584
1585         * m4/tar.m4 (_AM_PROG_TAR): Split the definition of $_am_tools
1586         so it works with Solaris and Tru64 /bin/sh.
1587         Report from Nicolas Joly.
1588
1589 2004-06-06  Alexandre Duret-Lutz  <adl@gnu.org>
1590
1591         * m4/tar.m4 (_AM_PROG_TAR): Introduce $_am_tools to work around a
1592         bug in NetBSD /bin/sh.
1593         Report from Nicolas Joly.
1594
1595 2004-06-03  Alexandre Duret-Lutz  <adl@gnu.org>
1596
1597         * tests/defs.in (required=icc): Use `-V -help' instead of
1598         `-V -dryrun'.  icc 8.0 fails on the latter.
1599         * tests/depcomp5.test: Require depmode=icc for icc 7.x, and
1600         depmod=gcc otherwise.
1601         Report from Ralf Wildenhues.
1602
1603         * lib/am/clean.am (distclean-generic): Do no
1604         `rm -f $(CONFIG_CLEAN_FILES)' if `$(CONFIG_CLEAN_FILES)' is empty.
1605         Report from Nicolas Joly.
1606
1607 2004-05-31  Alexandre Duret-Lutz  <adl@gnu.org>
1608
1609         * NEWS: Make clearer that we do not output partial Makefile.ins on
1610         error.
1611         Suggested by Akim Demaille.
1612
1613         * lib/depcomp (tru64) [libtool]: Use $dir$base.o.d instead
1614         of $dir.libs/$base.o.d.  Libtool 1.5 causes both to be output,
1615         and we will clean the second automatically during distclean.
1616         Using the latter and leaving the former as we did before cause
1617         "files left in build directory" failures during distcheck.
1618         Suggested by Nicolas Joly.
1619
1620         * doc/automake.texi (Built sources example): Explain what
1621         nodist_foo_SOURCES is (not) useful to, and use it in all the
1622         examples.
1623         (Tags): Mention nodist_noinst_HEADERS and nodist_prog_SOURCES.
1624         Suggested by Akim Demaille.
1625
1626 2004-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
1627
1628         * configure.ac, NEWS: Bump version to 1.8c.
1629
1630         * configure.ac, NEWS: Bump version to 1.8b.
1631
1632         * m4/tar.m4 (_AM_PROG_TAR) <cpio>: Specify -o and -i option first,
1633         by POSIX; and use option -d in am_untar.
1634
1635         * tests/defs.in (PATH): Export it.
1636
1637         * lib/am/multilib.am: Add $(MAKE) comments to multido and
1638         multiclean lines, to enable parallel make.  Based on a patch
1639         by Alexandre Oliva applied to newlib on 2003-10-15.
1640
1641 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
1642
1643         * automake.in (scan_autoconf_traces): Trace for LT_SUPPORTED_TAG
1644         instead of AC_LIBTOOL_TAGS, since that how CVS Libtool has been
1645         changed.
1646         * tests/libtool3.test: Do not grep for --tag=CC, since CVS
1647         Libtool (unlike Libtool 1.5) does not has any CC tag.
1648
1649         * tests/tar2.test: Skip the test if no pax archiver were found.
1650
1651         * NEWS: Sync with branch-1-8, and reorganize current entry.
1652
1653         * automake.in (handle_libraries): Make the diagnostic about
1654         non standard libraries a warning in foreign packages.  This
1655         is already the case in handle_ltlibraries.
1656         (handle_libraries, handle_ltlibraries): Suggest a standard
1657         library name in the diagnostic, to help newcomers.
1658         * tests/stdlib.test, tests/stdlib2.test: Check for these
1659         suggestions.
1660
1661         Check directory names for unportable names.  Shaking the code
1662         to check this also led to the removal of the no-"/"-in-SUBDIRS
1663         restriction, and a fix to _do_recursive_traversal.
1664
1665         * automake.in (check_directory): New function extracted from
1666         handle_subdirs, and augmented to check for reserved W32/DOS name.
1667         (check_directories_in_var): New function.
1668         (handle_subdirs): Call check_directories_in_var.  Doing so also
1669         suppress the restriction that SUBDIRS should not contain slashes.
1670         (scan_autoconf_traces) <AC_CONFIG_AUX_DIR>: Call check_directory
1671         to ensure the argument exists and is safe.
1672         * doc/automake.texi (Top level): Do not say that src/subdir
1673         cannot be put in SUBDIRS.
1674         (Dist): Mention that distdir and top_distdir can be absolute.
1675         * lib/Automake/Variable.pm (_do_recursive_traversal) Support
1676         undefined $fun_collect, and fix two bugs introduced with
1677         skip_ac_subst on 2004-03-07.
1678         * lib/am/distdir.am (distdir): Use absolute distdir and
1679         top_distdir when recursing, because we can no longer prepend only
1680         `..' in case of SUBDIRS with `/'.
1681         * tests/auxdir4.test, tests/subdir9.test: New files.
1682         * tests/Makefile.am (TESTS): Add auxdir4.test.
1683         * tests/cond2.test, tests/subdir7.test: Augment to check location
1684         in diagnostics.
1685
1686 2004-05-21  Eric Blake  <ebb9@byu.net>  (tiny changes)
1687
1688         * tests/txinfo22.test (AC_CONFIG_AUX_DIR): Use aux1, not aux, for
1689         cygwin compatibility.
1690         * tests/yacc6.test (AC_CONFIG_AUX_DIR): Likewise.
1691
1692         * tests/conflnk3.test: Isolate checking for working `test -e' into
1693         a subshell, to skip this test on broken /bin/sh of solaris.
1694
1695 2004-05-17  Alexandre Duret-Lutz  <adl@gnu.org>
1696
1697         * m4/cond.m4 (AM_CONDITIONAL): Double-quote diagnostic.
1698         * tests/condd.test: Define a macro with the same name as a
1699         conditional.
1700         * tests/pr220.test: Modernize, and make sure the diagnostics
1701         contains the macro name.
1702         Report from Volker Boerchers.
1703
1704 2004-05-16  Alexandre Duret-Lutz  <adl@gnu.org>
1705
1706         * lib/texinfo.tex: New upstream version.
1707
1708 2004-05-15  Alexandre Duret-Lutz  <adl@gnu.org>
1709
1710         * automake.in (handle_dist): Always define DIST_SUBDIRS, even when
1711         the no-dist or cygnus options are used.
1712         * tests/clean2.test: New file.
1713         * tests/Makefile.am (TESTS): Add clean2.test.
1714         Report from Daniel Jacobowitz.
1715
1716         * aclocal.in (add_macro): Do not error out on undefined required
1717         macros.  We are not sure they are really used, and Autoconf
1718         already diagnoses them.
1719         (scan_configure_dep): Diagnose missing AM_ macros as warnings rather
1720         than errors.
1721         * tests/aclocal3.test, tests/ammissing.test: Adjust to expect a
1722         warning instead of an error.
1723         * tests/aclocal8.test: AC_REQUIRE an undefined macro in an unused
1724         macro, and ensure aclocal works anyway.
1725         * tests/acloca17.test: New file.
1726         * tests/error.test: Delete, superseded by tests/acloca17.test.
1727         * tests/Makefile.am (TESTS): Add acloca17.test and remove error.test.
1728         Report from Jim Meyering.
1729
1730         * lib/am/texibuild.am (?!GENERIC_INFO?%DEST_INFO_PREFIX%%DEST_SUFFIX%):
1731         Fold a few lines to reduce the output by 5 lines.
1732         Suggested by Karl Berry.
1733
1734         * automake.in (parse_arguments, MAIN): Give more precise
1735         diagnostics when no input file is found.
1736         * tests/output5.test: Adjust.
1737         Suggested by Jens Petersen.
1738
1739 2004-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
1740
1741         * lib/am/libs.am (AR, ARFLAGS): Move these definition ...
1742         * automake.in (handle_libraries): ... here, so that they are
1743         output even for EXTRA_LIBRARIES.
1744         * tests/ar2.test: New file.
1745         * tests/Makefile.am (TESTS): Add it.
1746         Report from Kevin Ryde.
1747
1748 2004-05-13  Alexandre Duret-Lutz  <adl@gnu.org>
1749
1750         * automake.in (generate_makefile): Do not output Makefile.in on
1751         errors.
1752         * tests/werror2.test: New file.
1753         * tests/Makefile.am (TESTS): Add werror2.test.
1754         * tests/substtarg.test, tests/cond36.test, tests/backsl4.test:
1755         Adjust to run automake with -Wno-error when the output is expected
1756         in spite of the error.
1757         Report from Harlan Stenn.
1758
1759         * doc/automake.texi (Program and Library Variables): Remove
1760         doubled word in footnote.
1761
1762         * automake.in (handle_source_transform): Also check for a
1763         $(srcdir)/old_source rule when computing the default source name.
1764         Propagate this $(srcdir) prefix in Automake variables.
1765         * tests/ltlibsrc.test (noinst_LTLIBRARIES): Explicitly refer to
1766         $(srcdir)/zoo_d_old2_la.c.  This fixes another failure with BSD Make.
1767
1768 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1769
1770         * Makefile.am (fetch): Work even with FreeBSD "make", which
1771         uses sh -e and thus errors-out if a simple-command fails.
1772         * lib/am/check.am (check-TESTS): Likewise.
1773         * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Likewise.
1774         * lib/am/tags.am (TAGS): Likewise.
1775
1776 2004-05-13  Alexandre Duret-Lutz  <adl@gnu.org>
1777
1778         * tests/lex3.test, tests/yacc6.test: Require GNU Make.
1779         Fixing these for BSD Make requires invasive changes (lexers and
1780         parsers must be built into $srcdir, and--most annoyingly--all
1781         references to parse.h must be changed to $(srcdir)/parse.h).
1782         Report from Mark D. Baushke.
1783
1784 2004-05-10  Alexandre Duret-Lutz  <adl@gnu.org>
1785
1786         * tests/defs.in (GNUmake): Grep for GNU to parry FreeBSD make.
1787         Report from Mark D. Baushke.
1788
1789 2004-04-25  Alexandre Duret-Lutz  <adl@gnu.org>
1790
1791         * lib/texinfo.tex: New upstream version.
1792
1793         * lib/depcomp (tru64): Clarify comments.  Thanks to Nicolas Joly.
1794
1795         * doc/automake.texi (Headers): Revamp.
1796
1797 2004-04-24  Alexandre Duret-Lutz  <adl@gnu.org>
1798
1799         * automake.in (check_typos): Clarify the diagnostic.
1800         * tests/warnopts.test: Adjust.
1801
1802         * lib/Automake/VarDef.pm (append): Turn VAR_ASIS variables into
1803         VAR_PRETTY variables to work around make implementation with
1804         limited line length, such as OSF1/Tru64 make.
1805         * tests/longline.test: New file.
1806         * tests/Makefile.am (TESTS): Add it.
1807         * tests/pluseq3.test, tests/pluseq8.test: Adjust.
1808         Report from Simon Josefsson.
1809
1810         * lib/am/tags.am (TAGS): Pass `.' to Exuberant Ctags if
1811         --etags-include is used but no other files are supplied, so it
1812         creates the TAGS file anyway.
1813         Report from Akim Demaille.
1814
1815         * lib/depcomp (tru64) [libtool]: Nicolas Joly reported on
1816         2002-06-12 that dependencies were output in $dir.libs/$base.lo.d.
1817         Teun Burgers reported on 2004-03-30 they were in
1818         $dir.libs/$base.o.d.  Try both.
1819
1820 2004-04-23  Alexandre Duret-Lutz  <adl@gnu.org>
1821
1822         For PR automake/414:
1823         Introduce option filename-length-max=99.
1824         * doc/automake.texi (Options): Document it.
1825         * configure.ac (AM_INIT_AUTOMAKE): Use it.
1826         * lib/Automake/Options.pm (_process_option_list): Recognize it.
1827         * automake.in (handle_dist): Set FILENAME_FILTER.
1828         * lib/am/distdir.am (distdir) [FILENAME_FILTER]: Diagnose long
1829         filenames.
1830         * tests/fn99.test: New file.
1831         * tests/Makefile.am (TESTS): Add fn99.test.
1832
1833 2004-04-20  Alexandre Duret-Lutz  <adl@gnu.org>
1834
1835         For PR automake/414:
1836         Introduce options tar-v7, tar-ustar, and tar-pax to select
1837         tar format.
1838         * doc/automake.texi (Options): Document them.
1839         * lib/Automake/Options.pm (_process_option_list): Process
1840         these new options.
1841         * lib/am/distdir.am (dist-gzip, dist-bzip2, dist-tarZ, dist,
1842         distcheck): Adjust to use am__tar and am__untar.
1843         * m4/tar.m4: New file.
1844         * m4/Makefile.am (dist_m4data_DATA): Add tar.m4.
1845         * m4/init.m4 (AM_INIT_AUTOMAKE): Support the new options
1846         and call _AM_PROG_TAR.
1847         * tests/tar.test, tests/tar2.test, tests/tar3.test: New files.
1848         * tests/Makefile.am (TESTS): Add them.
1849
1850 2004-04-18  Alexandre Duret-Lutz  <adl@gnu.org>
1851
1852         * lib/am/distdir.am (distcheck): Typo in shar decompression.
1853
1854         * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
1855         versions.
1856
1857 2004-04-17  Alexandre Duret-Lutz  <adl@gnu.org>
1858
1859         Fix PR automake/49:
1860         * automake.in (scan_autoconf_traces) <AC_CONFIG_AUX_DIR>: Diagnose
1861         calls to AC_CONFIG_AUX_DIR followings calls to AM_INIT_AUTOMAKE.
1862         * tests/auxdir.test, tests/auxdir2.test, tests/lex5.test,
1863         tests/mdate3.test, tests/multlib.test, tests/reqd2.test,
1864         tests/symlink.test, tests/txinfo8.test, tests/txinfo22.test,
1865         tests/yacc6.test, tests/yacc8.test: Fix to call AC_CONFIG_AUX_DIR
1866         before AM_INIT_AUTOMAKE.
1867         * tests/auxdir3.test: New file (exercise this diagnostic).
1868         * tests/Makefile.am (TESTS): Add auxdir3.test.
1869
1870 2004-04-15  Alexandre Duret-Lutz  <adl@gnu.org>
1871
1872         * aclocal.in (%map_traced_defs): New variable.
1873         (scan_m4_files): Normalize filenames.
1874         (trace_used_macros): Trace for AC_DEFUN and AU_DEFUN, also
1875         ask for the filename and the first argument.  Populate
1876         %map_traced_defs.
1877         (write_aclocal): Use $map_traced_defs to filter out unused
1878         definitions.
1879         * tests/acloca16.test: New file.
1880         * tests/Makefile.am (TESTS): Add acloca16.test.
1881
1882 2004-04-12  Alexandre Duret-Lutz  <adl@gnu.org>
1883
1884         * automake.in ($automake_needs_to_reprocess_all_files): Remove.
1885         ($automake_will_process_aux_dir): New variable.
1886         (scan_autoconf_traces): Reorder @input_files so that the Makefile
1887         that distributes aux files is processed last.  This way we do not
1888         have to process all files twice using
1889         $automake_will_process_aux_dir.
1890         (require_file_internal): Suggest a full run of automake when
1891         appropriate.
1892         (MAIN): Remove the loop on $automake_needs_to_reprocess_all_files.
1893         * tests/distcom7.test: New file.
1894         * tests/reqd2.test: Do not check for the "running more than two"
1895         message.
1896         * tests/Makefile.am (TESTS): Add distcom7.test.
1897
1898         * automake.in (@config_aux_path, $config_aux_dir): Rename as ...
1899         ($config_aux_dir, $am_config_aux_dir): ... these.
1900         ($config_aux_dir_set_in_configure_in): Rename as ...
1901         ($config_aux_dir_set_in_configure_ac): ... this.
1902         (%require_file_found): Rename as ...
1903         (%required_file_not_found): ... this.
1904         (handle_languages, handle_texinfo_helper, handle_dist,
1905         handle_configure, handle_emacs_lisp, handle_python,
1906         scan_autoconf_traces, yacc_lex_finish_helper): Adjust to new names.
1907         (scan_autoconf_traces): Call locate_aux_dir.
1908         (locate_aux_dir): New function.
1909         (@require_file_paths): Remove, not used anymore.
1910         (require_file_internal): Look files in only one directory (instead
1911         of @require_file_internal) passed in argument.
1912         (require_file, require_conf_file): Pass the destination directory
1913         to require_file_internal.
1914
1915         Fix for PR automake/416:
1916         * m4/depend.m4 (_AM_DEPENDENCIES): Catch `not supported' ICC 8.0
1917         remarks.
1918         From Peter Seiderer.
1919
1920 2004-04-10  Andreas Buening  <andreas.buening@nexgo.de>
1921
1922         * aclocal.in, automake.in, configure.ac, Makefile.am,
1923         tests/aclocal.in, tests/automake.in, tests/defs.in:
1924         Use PATH_SEPARATOR from autoconf instead of ':'.
1925
1926 2004-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1927
1928         * automake.in (handle_lib_objects): Pass the condition of
1929         the variable definition to handle_LIBOBJS and handle_ALLOCA,
1930         not the aggregated conditions.
1931         * tests/Makefile.am (TESTS): Add libobj14.test.
1932         * tests/libobj14.test: New file.
1933         Report from Bill Davidson.
1934
1935 2004-04-02  Mike Nolta  <mike@nolta.net>
1936
1937         Better support for Fortran 9x.
1938         * automake.in: Add "fc" and "ppfc" languages for Fortran 9x.
1939         * doc/automake.texi (Fortran 9x Support): New section.
1940         * lib/Automake/Variable.pm (%_ac_macro_for_var): Add AC_PROG_FC.
1941         * tests/compile_f90_c_cxx.test: New file.
1942         * tests/ext.test: Add AC_PROG_FC.
1943         * tests/f90only.test: New file.
1944         * tests/link_f90_only.test: New file.
1945         * tests/Makefile.am (TESTS): Add new tests.
1946
1947 2004-04-01  Paul Eggert  <eggert@twinsun.com>
1948
1949         * lib/install-sh: If "mv -f" works, use it, and fall back to
1950         the old "test -f" + "rm -f" + "mv" method only if "mv -f" does
1951         not work.  This improves performance in the usual case where
1952         "mv -f" works.  It also lets us install the "mv" command
1953         without worrying about a small window where "mv" does not
1954         exist (this problem was reported by Raul Nunez de Arenas
1955         Coronado).
1956
1957 2004-03-26  Alexandre Duret-Lutz  <adl@gnu.org>
1958
1959         * m4/python.m4 (AM_PATH_PYTHON): Make sure am_display_PYTHON is
1960         set when $PYTHON has been set by the user.
1961         From Esben Haabendal Soerensen.
1962
1963 2004-03-22  Alexandre Duret-Lutz  <adl@gnu.org>
1964
1965         * doc/automake.texi (Default _SOURCES): Typo.
1966         (true): Correct _'s placement in example.
1967         Report from Stepan Kasal.
1968
1969 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
1970
1971         Overriding JAVAROOT is legitimate, do not warn about it.
1972         * lib/Automake/Variable.pm (%_silent_variable_override): Add JAVAROOT.
1973         * tests/java2.test: Run automake without -Wno-override.
1974         Report from Simon Josefsson.
1975
1976 2004-03-14  Alexandre Duret-Lutz  <adl@gnu.org>
1977
1978         * automake.in (handle_texinfo_helper): Typos in comment.
1979
1980 2004-03-07  Alexandre Duret-Lutz  <adl@gnu.org>
1981
1982         * lib/config.guess: New upstream version.
1983
1984         Fix for PR automake/285:
1985         * automake.in (handle_ltlibraries): Keep track of installation
1986         directories for each condition, then define a $(am_TARGET_rpath)
1987         variable to hold the -rpath flags of Libtool libraries conditionally
1988         installed in different directories.
1989         * lib/Automake/DisjConditions.pm (merge): New function.
1990         * tests/libtool6.test: Adjust.
1991         * tests/libtool8.test: New file.
1992         * tests/Makefile.am (TEST): Add libtool8.test.
1993
1994         * lib/Automake/Variable.pm (traverse_recursively,
1995         _do_recursive_traversal): Honor the skip_ac_subst option.
1996         * automake.in (handle_dist): Use skip_ac_subst.
1997
1998 2004-02-29  Alexandre Duret-Lutz  <adl@gnu.org>
1999
2000         * Makefile.am (cvs-release): Upload to ~ftp/pub/automake, not
2001         ~ftp/automake.
2002         * lib/gnupload (Example): Update example.
2003
2004         * lib/config-ml.in, lib/config.guess, lib/config.sub,
2005         lib/texinfo.tex: New upstream versions.
2006
2007         * m4/depend.m4 (_AM_DEPENDENCIES): Use `touch' rather than `: >'
2008         to create numbered dependencies.  This fixes a portability issue
2009         when CONFIG_SHELL is forced to /bin/sh on Solaris 8.
2010         Reported by Mark Phillips.
2011
2012         * automake.in (lang_yacc_target_hook): Use Automake::Rule::define
2013         so that rules for the same headers are not output twice.
2014         * lib/Automake/Variable.pm (value_as_list_recursive): Do not
2015         call `return' inside `map'.
2016         * tests/cond30.test: Make sure `a.c' and `b.c' both appear
2017         in the Makefile.in.
2018         * tests/cond35.test, tests/cond36.test: New files.
2019         * tests/Makefile.am (TESTS): Add cond35.test and cond36.test.
2020         Report from Roman Fietze.
2021
2022         Fix for PR/413:
2023         * lib/am/distdir.am (distcheck): Create $dc_destdir with `umask
2024         077 && mkdir' instead of `$(mkdir_p)'.  This prevents possible
2025         symlink attacks reported by Stefan Nordhausen.
2026
2027 2004-02-16  Alexandre Duret-Lutz  <adl@gnu.org>
2028
2029         * doc/automake.texi (Multiple Outputs): More text, based on
2030         comments from Eric Siegerman, Tim Van Holder, and Oren Ben-Kiki.
2031
2032 2004-02-15  Alexandre Duret-Lutz  <adl@gnu.org>
2033
2034         * m4/mkdirp.m4: Use `mkdir -p' only with GNU mkdir, because
2035         Solaris 8's mkdir is not thread-safe.
2036         * lib/mkinstalldirs: Likewise.
2037         * lib/install-sh: Abort when mkdir fails to create a directory.
2038         Report from Nathanael Nerode.
2039
2040 2004-02-07  Alexandre Duret-Lutz  <adl@gnu.org>
2041
2042         * aclocal.in (rel2abs): New function.
2043         (scan_configure_dep): Use rel2abs instead of File::Spec->rel2abs,
2044         the later does was introduced in Perl 5.6 so using it breaks with
2045         Perl 5.005.
2046         Report from Werner John.
2047
2048 2004-02-03  Alexandre Duret-Lutz  <adl@gnu.org>
2049
2050         * doc/automake.texi (Future of aclocal): Make clearer that
2051         it's ok to install macros into /usr/share/aclocal/.
2052
2053 2004-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
2054
2055         * tests/lisp.test: Delete (pointless).
2056         * tests/Makefile.am (TESTS): Remove lisp.test.
2057
2058         * lib/Automake/Variable.pm (transform_variable_recursively):
2059         Define rewritten variables in all conditions not *covered* by user
2060         definitions, not simply in conditions without a previous
2061         definition.
2062         * tests/cond34.test: New file.
2063         * tests/Makefile.am (TESTS): Add cond34.test.
2064         Report from Elena A. Vengerova
2065
2066         * doc/automake.texi (Multiple Outputs): Typo.
2067
2068         * doc/automake.texi (Emacs Lisp): Typos.
2069
2070         Support for conditional _LISP.
2071         * automake.in (handle_emacs_lisp): Define $(ELCFILES) from LISP, not
2072         from $(am__ELCFILES).
2073         * lib/am/lisp.am (elc-stamp): Use $(LISP) instead of $(am__ELFILES).
2074         * tests/lisp6.test: New file.
2075         * tests/Makefile.am (TESTS): Add it.
2076
2077         * automake.in (handle_emacs_lisp): Define $(ELCFILES) as
2078         $(am__ELCFILES), and always push it on @all.  Do not mention
2079         elc-stamp.
2080         * lib/am/lisp.am (.el.elc): Rewrite as ...
2081         ($(am__ELCFILES)): ... this, and depend on elc-stamp.
2082         (elc-stamp): Make sure elc-stamp is older that all .elc files, as
2083         explained in the manual entry below.
2084
2085         * doc/automake.texi (Multiple Outputs): New node.
2086
2087 2004-01-31  Alexandre Duret-Lutz  <adl@gnu.org>
2088
2089         * m4/regex.m4: Do not AC_SUBST(LIBOBJS), and quote most arguments.
2090         * tests/regex.test: New file.
2091         * tests/Makefile.am (TESTS): Add regex.test.
2092
2093 2004-01-28  Alexandre Duret-Lutz  <adl@gnu.org>
2094
2095         * Makefile.am (maintainer-check): Check for unquoted $(DESTDIR) uses.
2096         * lib/am/data.am, lib/am/distdir.am, lib/am/java.am, lib/am/libs.am,
2097         lib/am/lisp.am, lib/am/ltlib.am, lib/am/mans.am, lib/am/progs.am,
2098         lib/am/python.am, lib/am/scripts.am, lib/am/texinfos.am: Quote
2099         installation paths in install, uninstall, and installcheck rules,
2100         as well as in am__installdirs variables.  This is for the sake
2101         of paths containing spaces.
2102         * lib/am/install.am (installdirs-am, installdirs): Do not try
2103         to create "" directories.
2104         * test/instspc.test: New file.
2105         * test/Makefile.am (TESTS): Add instspc.test.
2106         Report from James Amundson.
2107
2108         * doc/automake.texi (Not Enough, Third-Party Makefiles): New nodes.
2109         (Extending): Make it a subsection of Not Enough.
2110
2111         * lib/gnupload (GPG): Use an absolute path.  Suggestion from Gary
2112         V. Vaughan.
2113         (passphrase): Unset it this variable before using it, in case it
2114         was exported.  Report from Scott James Remnant.
2115
2116 2004-01-25  Alexandre Duret-Lutz  <adl@gnu.org>
2117
2118         * lib/gnupload (usage): Fix example.
2119         * Makefile.am (cvs-release): Fix call to gnupload.
2120         From Jim Meyering.
2121
2122 2004-01-24  Alexandre Duret-Lutz  <adl@gnu.org>
2123
2124         * lib/gnupload: New script.
2125         * lib/Makefile.am (EXTRA_DIST): Distribute gnupload.
2126         * Makefile.am (cvs-release): New target.
2127
2128 2004-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
2129
2130         * lib/am/python.am (uninstall-%DIR%PYTHON): Remove extra `;'s.
2131         Fix python10.test.
2132
2133         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Use `s/xx//p'
2134         instead of `/xx/ s///p'; the latter fails when GNU sed is run with
2135         POSIXLY_CORRECT.  Also strip superfluous -e.
2136         Report from Miloslav Trmac.
2137
2138 2004-01-22  Alexandre Duret-Lutz  <adl@gnu.org>
2139
2140         * tests/lex5.test: Sleep before calling AUTOMAKE the second time,
2141         this fixes a spurious failure reported by Andreas Schwab.  Also
2142         make sure ylwrap is not installed unless needed, and exercise
2143         --no-force.
2144
2145 2004-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
2146
2147         * doc/automake.texi (Dist): Document limitations of distcheck-hook
2148         and DISTCHECK_CONFIGURE_FLAGS with regard to subdirs and
2149         subpackages.
2150
2151 2004-01-20  Alexandre Duret-Lutz  <adl@gnu.org>
2152
2153         * doc/automake.texi (Upgrading): New node.
2154
2155 2004-01-20  Gary V. Vaughan  <gary@gnu.org>
2156
2157         * automake.in (scan_autoconf_traces): AC_LIBTOOL_TAGS can be
2158         correctly called without arguments as evidenced by the libtool
2159         demo directories.
2160
2161 2004-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
2162
2163         * tests/conflnk3.test: Skip if `test -e' does not work.
2164         Report from Lars Hecking.
2165
2166 2004-01-13  Jim Meyering  <jim@meyering.net>
2167
2168         * lib/install-sh: Change `\n \t' to `\n\t ' in `defaultIFS'
2169         assignment.  Remove spurious SPACEs before TABs.
2170
2171 2004-01-12  Alexandre Duret-Lutz  <adl@gnu.org>
2172
2173         * lib/py-compile: Check input files after option processing.
2174         Ensure --basedir has an argument.
2175         * lib/am/python.am (install-%DIR%PYTHON): Do not run py-compile
2176         if nothing was installed.
2177         * tests/python10.test: New file.
2178         * tests/Makefile.am (TESTS): Add python10.test.
2179         Suggested by Sander Niemeijer.
2180
2181         * tests/txinfo29.test: Remove autom4te.cache.
2182         Report from Greg Schafer.
2183
2184         * lib/install-sh: Do not use "$@" in a context where it may be empty,
2185         for the sake of OSF1/Tru64's shell.
2186         Report from He Li.
2187
2188 2004-01-11  Alexandre Duret-Lutz  <adl@gnu.org>
2189
2190         * lib/config.sub, lib/config.guess, lib/texinfo.tex: New upstream
2191         versions.
2192
2193         * m4/as.m4, m4/depend.m4, m4/maintainer.m4, m4/multi.m4: Update
2194         copyright years and serial.
2195
2196         * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4.
2197
2198 2004-01-10  Peter Eisentraut  <peter_e@gmx.net>  (tiny change)
2199
2200         * m4/as.m4 (AM_PROG_AS): Format and align help string more
2201         consistently.
2202         * m4/depend.m4 (AM_DEP_TRACK): Likewise.
2203         * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
2204         * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
2205         * m4/multi.m4 (AM_ENABLE_MULTILIB): Likewise.
2206
2207 2004-01-10  Paul Eggert  <eggert@twinsun.com>
2208
2209         * m4/lispdir.m4 (AM_PATH_LISPDIR): Don't use \? in sed regular
2210         expressions; it doesn't conform to POSIX.
2211
2212 2004-01-10  Alexandre Duret-Lutz  <adl@gnu.org>
2213
2214         * automake.in (shadow_unconditionally): New function...
2215         (handle_source_transform): ... extracted from here.
2216         (am_install_var): Use shadow_unconditionally to define %DISTVAR%.
2217         * lib/am/data.am, lib/am/java.am, lib/am/lisp.am, lib/am/python.am,
2218         lib/am/script.am: Add %DISTVAR% to DIST_COMMON.
2219         * tests/cond33.test: Make sure all conditional files are distributed.
2220         Report from Ralf Corsepius.
2221
2222 2004-01-08  Alexandre Duret-Lutz  <adl@gnu.org>
2223
2224         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Append `.' to $(mkdir_p).
2225         * lib/install-sh: Accept `install-sh -d' with 0..n arguments,
2226         as well as `install-sh sources... dest' with multiple sources.
2227         * tests/cond33.test: New file.
2228         * tests/instsh2.test: Add more checks for install-sh.
2229         * tests/transform.test: Test for installdirs.
2230         * tests/Makefile.am (TESTS): Add cond33.test
2231         Report from Ralf Corsepius.
2232
2233         * automake.in (handle_configure): Skip AC_CONFIG_LINKS items which
2234         do not look like DEST:SRC.
2235         * tests/conflnk3.test: Check for AC_CONFIG_LINKS($computed).
2236
2237 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
2238
2239         Fix for PR automake/289:
2240         * automake.in (Automake::Struct::libtool_tag): New attribute.  Define
2241         it for the language that have a Libtool tag.
2242         (%libtool_tags): New variable.
2243         (handle_languages, define_compiler_variable)
2244         (define_linker_variable): Pass --tag=XXX to libtool if supported.
2245         (scan_autoconf_traces): Scan for _LT_AC_TAGCONFIG and AC_LIBTOOL_TAGS.
2246         * tests/libtool3.test, tests/subobj9.test: Check that --tag=XXX is
2247         output.
2248
2249 2003-01-07  Eric Sunshine  <sunshine@sunshineco.com>  (tiny change)
2250
2251         * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
2252         config.status.lineno.
2253
2254 2004-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
2255
2256         * doc/automake.texi (Rebuilding): Typo.
2257
2258 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
2259
2260         * lib/am/Makefile.am (dist_am_DATA): Really add inst-vars.am.
2261
2262 2004-01-06  Alexandre Duret-Lutz  <adl@gnu.org>
2263
2264         * THANKS: Add Bruce Korb.
2265
2266 2004-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
2267
2268         Mimic Paul Eggert's changes to Autoconf.
2269         * Makefile.am (automake, aclocal): Use `chmod a-w', not `chmod -w'.
2270         * lib/Automake/Makefile.am (Config.pm): Likewise.
2271         * m4/Makefile.am ($(top_srcdir)/m4/amversion.m4): Likewise.
2272
2273         * lib/am/inst-vars.am: New file, define am__vpath_adj_setup,
2274         am__vpath_adj, and am__strip_dir.
2275         * lib/am/Makefile.am (dist_am_DATA): Add inst-vars.am.
2276         * lib/am/data.am, lib/am/lisp.am, lib/am/python.am,
2277         lib/am/scripts.am: Include inst-vars.am, and use $(am__vpath_adj),
2278         $(am__vpath_adj_setup), and $(am__strip_dir) in install and
2279         uninstall rules.  This fixes installation of nobase_ files in
2280         VPATH setups with Sun and OSF1/Tru64 Make.
2281         * lib/am/libs.am, lib/am/ltlib.am: Include inst-vars.am, and use
2282         $(am__strip_dir) to simplify install and uninstall rules.
2283         * tests/nobase.test: Augment to check installation from VPATH builds.
2284
2285         * automake.in (%transformed_files): New variable.
2286         (initialize_per_input): Reset it.
2287         (make_paragraphs): Fill %transformed_files, and define %FIRST%
2288         each time a file is transformed for the first time.
2289         (handle_configure): Do not define %FIRST_CONFIG_HIN%.
2290         (am_install_var): Do not define %FIRST%.
2291         * lib/am/remake-hdr.am: Use %?FIRST% instead of %?FIRST_CONFIG_HIN%.
2292
2293 2004-01-04  Alexandre Duret-Lutz  <adl@gnu.org>
2294
2295         * lib/texinfo.tex: New upstream version.
2296
2297         * m4/mkdirp.m4: Do not use `-m 0755'.  This overrides special bits
2298         and break setups where 775 directories are expected.  Just obey
2299         umask as we did in the past.
2300         Report from Harlan Stenn.
2301
2302 2004-01-03  Alexandre Duret-Lutz  <adl@gnu.org>
2303
2304         * automake.in (scan_texinfo_file): Do not compare $outfile to ''
2305         as $outfile might not be defined at all.
2306
2307         * lib/Automake/Variable.pm (define): Rework the way we check
2308         Automake variable definition.  Ensure consistent :=/+=/=
2309         definitions only for variables that have been and are defined by
2310         Automake, and make it an internal error.  Ignore Automake
2311         attempts to touch a user variable, even with += assignments.
2312         * tests/txinfo29.test: New file.
2313         * tests/Makefile.am (TESTS): Add txinfo29.test.
2314         Reported by Bruce Korb.
2315
2316 2004-01-02  Tom Tromey  <tromey@redhat.com>
2317
2318         * automake.in (handle_source_transform): Don't generate dist
2319         variables when no-dist is set.
2320         (generate_makefile): Likewise.
2321         * tests/nodist3.test: Ensure that DIST_SOURCES is not created,
2322         and that dist target does not exist.
2323         Reported by Tom Fitzsimmons.
2324
2325 2004-01-02  Alexandre Duret-Lutz  <adl@gnu.org>
2326
2327         * tests/libtool5.test, tests/ltcond.test, tests/ltcond2.test,
2328         * tests/ltconv.test: Run automake with --add-missing, because
2329         the CVS version of libtoolize no longer install config.sub and
2330         config.guess by default.
2331
2332         Fix for PR automake/319:
2333         * aclocal.in (scan_m4_files): Scan configure.ac.
2334         (trace_used_macros, write_aclocal): Remove configure.ac from the
2335         list of files to include.
2336         * tests/Makefile.am (TESTS): Add acloca15.test.
2337         * tests/acloca15.test: New file.
2338
2339         * aclocal.in (%file_includes): New variable.
2340         (scan_configure_dep): Compile $m4_include_rx and $ac_require_rx once.
2341         (scan_file): Scan for included files, and process these files
2342         recursively.  Fill %file_includes and %file_contents.  Return the
2343         list of included files, not the contents.
2344         (scan_m4_files): Adjust calls to scan_files.
2345         (strip_redundant_includes): New function.
2346         (trace_used_macros): Call it.
2347         (write_aclocal): Likewise.  Also check the mtime of included files.
2348         * tests/Makefile.am (TESTS): Add acloca14.test.
2349         * tests/acloca14.test: New file.
2350         Report from Phil Edwards.
2351
2352 2004-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
2353
2354         * automake.in (handle_languages): Do not define DEP_FILES.
2355         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Extract included
2356         files with $(DEPDIR) in their name instead of DEP_FILES.
2357         * tests/depend.test, tests/depend4.test, tests/exsource.test:
2358         Adjust.
2359         Suggested by Tom Tromey.
2360
2361         Do not output .lo rules for programs and static libraries objects,
2362         and do not output .o/.obj rules for libtool libraries.  This is
2363         about explicit rules only, not inference rules.
2364         * automake.in (handle_single_transform_list): Rename as ...
2365         (handle_single_transform): ... this.  Take a single file
2366         to transform (it was only called this way) and accept a new
2367         %transform argument.  Fill %lang_specific_files with list
2368         references instead of strings, and append %transform to each
2369         of these lists.
2370         (define_objects_from_sources, handle_source_transform):
2371         Take a %transform argument, and forward it to &handle_single_transform.
2372         (handle_languages): Adjust to the new format of
2373         %lang_specific_files, and honor its %transform part.
2374         (handle_programs, handle_libraries, handle_ltlibraries): Override
2375         %NONLIBTOOL% and %LIBTOOL% while calling handle_source_transform.
2376         (make_paragraphs): Define %NONLIBTOOL% by default.  Make sure
2377         %transform settings override global settings.
2378         * lib/am/depend2.am (%OBJ%, %OBJOBJ%): Define only if %NONLIBTOOL%.
2379         * tests/libtool3.test: Augment to check Makefile.ins for unneeded
2380         rules.
2381         Suggested by Thomas Fitzsimmons.
2382
2383         * automake.in, aclocal.in: Bump copyright years.
2384
2385 -----
2386
2387 Copyright (C) 2004, 2005  Free Software Foundation, Inc.
2388
2389 This file is part of GNU Automake.
2390
2391 GNU Automake is free software; you can redistribute it and/or modify
2392 it under the terms of the GNU General Public License as published by
2393 the Free Software Foundation; either version 2, or (at your option)
2394 any later version.
2395
2396 GNU Automake is distributed in the hope that it will be useful,
2397 but WITHOUT ANY WARRANTY; without even the implied warranty of
2398 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2399 GNU General Public License for more details.
2400
2401 You should have received a copy of the GNU General Public License
2402 along with autoconf; see the file COPYING.  If not, write to
2403 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2404 Boston, MA 02110-1301, USA.
2405
2406 ;; Variables:
2407 ;; coding: utf-8
2408 ;; End: