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