4d000b83f0a92d4ac9634b41abbd27af7c099fce
[platform/upstream/automake.git] / ChangeLog
1 2006-06-06  Stepan Kasal  <kasal@ucw.cz>
2             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3
4         * lib/am/distdir.am: Do not call $(mkdir_p) for each
5         distributed file, collect them and create them in one run,
6         and strip $(srcdir) and $(top_srcdir) all at once.
7         Fix some comment typos.
8
9 2006-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10
11         * m4/depend.m4 (_AM_DEPENDENCIES): The IRIX MIPSpro compiler
12         7.4.4m may omit the first included header dependency information
13         with `-MDupdate'.  Refine test to catch this.
14
15         * configure.ac (ACLOCAL): Use `-I m4' to match `./bootstrap'
16         procedure.
17
18         * tests/gettext.test: AM_PROG_GETTEXT of gettext >= 0.14.3
19         requires `config.rpath' to be present, and automake now enforces
20         this.  Test this, but only if the gettext installation works and
21         is recent enough to provide this diagnosis.
22         * tests/gettext.test: Provide a dummy `config.rpath' for all
23         subsequent checks.
24         * tests/gettext2.test, tests/subcond.test: Likewise.
25
26         * tests/pr401.test: Replace "perl -i" with sed and mv, for
27         MinGW perl.
28         * tests/pr401b.test, tests/pr401c.test, tests/python11.test,
29         * tests/yacc6.test, tests/yacc8.test: Likewise.
30
31         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use
32         plain `grep' on the Makefile, as its line length may exceed that
33         for grep.  Bug report against coreutils by Sam Sirlin.
34         * THANKS: Update.
35
36 2006-05-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
37
38         * doc/automake.texi (Options): Add anchor `tar-formats'.
39
40 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
41
42         * lib/Automake/XFile.pm (lock): Allow EOPNOTSUPP, besides
43         ENOLCK.  Only mention `make -j' when applicable.  Only raise
44         fatal errors when `make -j' is involved.  Improve error message.
45
46 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47
48         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
49         `$configure_in' instead of `configure.in', to preserve
50         directory component.
51         * lib/Automake/Configure_ac.pm: Add note that Automake owns
52         this file.
53         * lib/Automake/Channels.pm: Likewise.
54         * lib/Automake/FileUtils.pm: Likewise.
55         * lib/Automake/Struct.pm: Likewise.
56
57 2006-05-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
58
59         * INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
60         New upstream versions.
61
62 2006-05-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
63
64         * doc/automake.texi (Auxiliary Programs): Fix URL to GCC
65         repository, they use SVN now.
66
67 2006-05-13  Werner Lemberg  <wl@gnu.org>
68
69         * lib/gnupload: Add support for savannah.gnu.org and
70         savannah.nongnu.org.
71
72 2006-05-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73
74         * lib/Automake/Channels.pm, lib/Automake/Condition.pm,
75         lib/Automake/DisjConditions.pm, lib/Automake/Options.pm,
76         lib/Automake/VarDef.pm, lib/Automake/Wrap.pm: Fix some typos.
77
78 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
79
80         * lib/install-sh: Sync from Autoconf, as follows:
81         Don't use 'path' to talk about file names,
82         as per GNU coding standards.  Close a race condition reported by Ralf
83         Wildenhues and Stepan Kasal.  There is still a race condition
84         on hosts that predate Posix 1003.1-1992, but we can't help this.
85         Don't mishandle weird characters like space on pre-Posix hosts.
86         Invoke mkdir at most once per dir arg on pre-Posix hosts.
87
88 2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89
90         * tests/missing.test, tests/missing2.test: Do not require
91         GNUmake.
92         * Makefile.am (maintainer-check): Make sure `required=' does not
93         follow `. ./defs' in the tests.
94
95         * tests/ansi10.test: Use AC_PROG_CC_STDC.  Fix test that
96         ac_cv_prog_cc_stdc isn't just used by Automake code in
97         `configure'.
98         * tests/ansi6.test, tests/ansi7.test: Likewise.
99         * tests/ansi9.test: Likewise.  Do not override by setting
100         $U and $(ANSI2KNR) at `make' time; that will be fragile.
101         * tests/libobj8.test: Use AC_PROG_CC_STDC.
102         * tests/subobj3.test: Likewise.  Use `set -e'.
103
104         * lib/install-sh: Initialize IFS, so field splitting isn't
105         turned off later.
106         * lib/mkinstalldirs: Likewise.
107
108         * lib/am/java.am (class%DIR%.stamp): Do not assume `$?' has
109         the path of the prerequisite added; IRIX 6.5 make does not add
110         it, Solaris 2.6 make is inconsistent about adding it.  Fixes
111         java.test failure.
112
113         * tests/distdir.test: Do not use leading `./' in EXTRA_DIST for
114         files in the source tree.  Fixes failures with HP-UX and Tru64
115         make.
116
117         * lib/am/ansi2knr.am (ansi2knr): Rename target as...
118         (./ansi2knr): ...this, for BSD make.
119         (%ANSI2KNR-DIR%/ansi2knr): Adjust.
120
121 2006-05-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
122
123         * tests/depcomp6.test, tests/depcomp7.test: Cater for OpenBSD
124         /bin/sh -e issue with failing commands in if clauses.
125
126         * tests/defs.in (Be Bourne compatible): Update from current
127         Autoconf.
128
129         * configure.ac: Recommend perl-5.8.2.
130         * tests/automake.test: Do not fail because of buggy Getopt::Long
131         in perl < 5.8.2.
132
133         * tests/longlin2.test: Do not use `grep' on Makefile.am:
134         it has long lines and is thus not a text file; AIX 5.1 grep
135         fails to scan non-plain patterns from long lines.
136
137         * tests/overrid.test: Change all regexes for warning messages to
138         match after a colon, so that the prepended file names do not
139         cause false matches.  Tighten overrides regex.  Fix typo
140         `cleam-am-local' -> `clean-am-local'.
141
142         * tests/java.test: `configure' uses a trap, so use `(exit 77);
143         exit 77' to portably set the exit status similar to AS_EXIT.
144         * tests/fn99.test: propagate nonzero exit status from subshell.
145
146         * tests/mkinst3.test: Fix `mkdir' wrapper to not be confused
147         if ``pwd`' contains the string `-p'.  Create the wrapper in a
148         subdirectory so that `.' in $PATH does not lead to an endless
149         loop.
150
151         * lib/depcomp (ia64hp): Rename dependency style to..
152         (hp2): ..this, as it works with aCC on HPPA, too; adjust
153         comment.  Report by Olivier Fourdan (PR automake/481).
154         * THANKS: Update.
155
156         * tests/aclocal7.test: Add `$sleep's between file touching
157         and automake resp aclocal+automake invocations, to ensure
158         they complete with a time stamp strictly later than the touched
159         file.
160
161         * lib/missing: Remove superfluous quotes.  Replace all uses of
162         `[' by `test', for consistency, and for..
163         * tests/missing5.test: ..this new test.
164         * tests/Makefile.am: Update.
165
166         * lib/missing (sed_minuso, sed_output): New variables.
167         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
168         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
169         Fixes `missing' to detect `--output' for help2man.  Fixes
170         PR automake/483.  Report by Dennis J. Linse.
171         (autom4te): Document in `missing --help'.
172         * THANKS: Update.
173
174 2006-04-26  Thien-Thi Nguyen  <ttn@gnu.org>  (tiny change)
175
176         * doc/automake.texi (Dependency Tracking Evolution): Fix typo.
177
178 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
179
180         * lib/install-sh: Simplify the expr implementation of dirname.
181
182 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
183
184         * lib/install-sh: Handle --, and diagnose unknown options.
185         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): In the normal case, set
186         mkdir_p='mkdir -p', not to 'mkdir -p --', for consistency with
187         the other ways that mkdir_p might be set.
188
189 2006-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
190
191         * m4/amversion.in (_AM_AUTOCONF_VERSION): New macro.
192         (AM_SET_CURRENT_AUTOMAKE_VERSION): Call it.
193         * aclocal.in (trace_used_macros): Trace _AM_AUTOCONF_VERSION.
194         (write_aclocal): Output a check for Autoconf's version in aclocal.m4.
195         Doing so ensures that users cannot build configure and Makefiles
196         with two different autoconf versions.  Report from Noah Misch.
197         * tests/missing4.test: New file.
198         * tests/Makefile.am (TESTS): Add it.
199
200 2006-04-20  Paul Lunau  <temp@lunau.me.uk>  (tiny change)
201             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
202
203         * lib/am/dejagnu.am (check-DEJAGNU): Fail when at least one test
204         failed, instead of when the last one failed (PR automake/488).
205         Report from Paul Lunau.
206         * tests/dejagnu4.test: Update to expose this.
207         * THANKS: Update.
208
209 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
210
211         * lib/am/check.am (check-TESTS): Match XFAIL_TESTS delimited by
212         TABs as well as spaces.  Fixes PR automake/490.
213         * tests/check6.test: New test.
214         * tests/Makefile.am, THANKS: Update.
215         Report from Diab Jerius <djerius@cfa.harvard.edu>.
216
217 2006-04-17  Stepan Kasal  <kasal@ucw.cz>
218
219         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
220         description; eliminate the duplicate error message.
221         * doc/automake.texi (@direntry): `Invoking Automake' is the name
222         of the usage node for `automake'
223         * lib/Automake/Variable.pm (%_gen_varname): Fix typos in the
224         comment.
225
226 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
227
228         * m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c,
229         because it uses `datarootdir'.  Bump copyright year and serial.
230
231 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
232
233         * NEWS: Fix typo.
234
235 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
236
237         * lib/Automake/Variable.pm (_hash_varname, _hash_values): New functions.
238         (_gen_varname): Use _hash_values, and return a flag indicating whether
239         the variable name was generated or reused.
240         (transform_variable_recursively): Do not redefine variables that
241         are reused, and try to reuse the variable being transformed.
242         * tests/check2.test: Make sure TESTS hasn't been redefined.
243         * tests/check5.test, tests/exeext4.test: Make sure variables have
244         been reused.
245         * tests/subst2.test: Make sure bin_PROGRAMS gets rewritten.
246
247         * automake.in (%ignored_configure_vars): New variable.
248         (scan_autoconf_traces): Trace for _AM_SUBST_NOTMAKE and fill
249         %ignored_configure_vars.
250         (define_configure_variable): Declare ignored configure variables
251         as VAR_SILENT.  Do not special-case AMDEPBACKSLASH and ANSI2KNR
252         w.r.t. VAR_SILENT.
253         * m4/substign.m4: New file.
254         * m4/Makefile.am (dist_m4data_DATA): Add substign.m4.
255         * m4/cond.m4: _AM_SUBST_NOTMAKE $1_TRUE and $1_FALSE (PR automake/477).
256         * m4/depend.m4: _AM_SUBST_NOTMAKE AMDEPBACKSLASH.
257         * m4/protos.m4: _AM_SUBST_NOTMAKE ANSI2KNR.
258         * tests/cond.test: Make sure TEST_FALSE and TEST_TRUE are not defined.
259         * tests/amsubst.test: New file.
260         * tests/Makefile.am (TESTS): Add it.
261
262 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
263             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
264
265         * automake.in (handle_single_transform): Preserve directories in
266         direct suffix rules.
267         * tests/suffix12.test: New test.
268         * tests/Makefile.am (TESTS): Add it.
269         Report from John Ratliff.
270
271 2006-03-25  Mike Frysinger  <vapier@gentoo.org>  (tiny change)
272             Alexandre Duret-Lutz  <adl@gnu.org>
273
274         * aclocal.in ($m4_include_rx): Do not recognize `include', and
275         adjust scan_configure_dep and scan_file accordingly.
276         (scan_configure_dep): Do not search white lines.
277         (scan_file): Strip comments from current line after checking
278         for serial, so that aclocal does not trip on `m4_include' macros
279         in comments.  Report from Mike Frysinger.
280         * tests/acloca21.test: New file.
281         * tests/Makefile.am (TESTS): Add it.
282
283 2006-03-24  Stepan Kasal  <kasal@ucw.cz>
284
285         * tests/mmodely.test: Fix the test on systems with no lex.
286
287 2006-03-23  Stepan Kasal  <kasal@ucw.cz>
288
289         * automake.in (libtool_new_api): Fix a typo in the comment.
290         * lib/Automake/Makefile.am (Config.pm): Likewise.
291         * lib/am/depend2.am: Likewise.
292         * tests/xsource.test: With `set -e', `|| exit 1' is no longer
293         needed.
294
295 2006-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
296
297         * tests/depcomp6.test, tests/depcomp7.test: Change back to
298         using `$MAKE && exit 1', but make sure the last command in the
299         test is successful.
300
301 2006-03-21  Clifford Wolf  <clifford@clifford.at>  (tiny change)
302             Stepan Kasal  <kasal@ucw.cz>
303             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
304
305         * aclocal.in (parse_arguments): Added wildcard support to the
306         dirlist parser.
307         * doc/automake.texi (Macro search path): Document it.
308         * tests/dirlist2.test: New test.
309         * m4/dirlist, tests/Makefile.am: Adjust.
310
311 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
312
313         * m4/init.m4 (AM_INIT_AUTOMAKE): Add `_AM_DEPENDENCIES(OBJC)'
314         to `AC_PROG_OBJC' if provided, to fix Objective C depmode
315         handling.
316         * lib/Automake/Variable.pm (%_ac_macro_for_var): Add entries for
317         OBJC and OBJCFLAGS.
318         * tests/ext.test: Adjust.
319         * tests/objc.test, tests/objc2.test: New tests.
320         * tests/Makefile.am: Adjust.
321         * doc/automake.texi (Objective C Support): New node.
322         (Support for Other Languages): Adjust.
323
324 2006-03-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
325
326         * lib/Automake/RuleDef.pm (DESCRIPTION): Typo.
327
328         * tests/depcomp6.test, tests/depcomp7.test: Fix failure logic
329         to work with `set -e'.
330
331         * tests/depcomp6.test, tests/depcomp7.test: New tests,
332         for general `depcomp' functionality, with and without
333         `subdir-objects', with and without `libtool'.
334         * tests/Makefile.am: Adjust.
335
336         * aclocal.in (write_aclocal): Unlink `aclocal.m4' before
337         writing into it, to break a symlinked file.
338         * tests/acloca20.test: New test.
339         * tests/Makefile.am: Updated.
340
341 2006-03-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
342
343         Allow package trees (packages with subpackages) to share
344         common distributed auxiliary files (and directories) that
345         reside within a subpackage.
346
347         * lib/am/distdir.am (distdir %?TOPDIR_P%): Do not fail if
348         `$(distdir)' already exists.
349         (%?SUBDIRS%): Set `am__remove_distdir' to `:' to prevent
350         removal of subpackage trees for distribution.
351         * tests/subpkg3.test: New test.
352         * tests/Makefile.am: Update.
353
354 2006-03-18  Alexandre Duret-Lutz  <adl@gnu.org>
355
356         * tests/check5.test, tests/nobast.test: Fix $MAKE and rm
357         invocations to please maintainer-check.
358
359 2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
360
361         * automake.in (lang_c_rewrite): Typo in previous change.
362         * tests/ccnoco2.test: New file.
363         * tests/Makefile.am (TESTS): Add ccnoco2.test.
364
365         * automake.in (lang_c_rewrite): Make the AM_PROG_CC_C_O requirement
366         a 'portability' warning, so that people can ignore it.  Suggested
367         by Ralf Wildenhues.
368
369         * lib/Automake/ChannelDefs.pm: Make -Wportability the default in
370         gnu and gnits modes.
371         * doc/automake.texi (Invoking Automake): Adjust.
372
373 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
374
375         * doc/automake.texi (Yacc and Lex): Document that `.ypp' and
376         `.lpp' file extensions are recognized.
377
378 2006-02-21  Alexandre Duret-Lutz  <adl@gnu.org>
379
380         * doc/automake.texi (Complete, Extending aclocal, Public macros)
381         (Python, Conditionals, API versioning): Always quote macro arguments.
382         Report from Stepan Kasal.
383
384 2006-02-16  Alexandre Duret-Lutz  <adl@gnu.org>
385
386         * doc/automake.texi (Python): More examples.
387
388 2006-02-05  Alexandre Duret-Lutz  <adl@gnu.org>
389
390         * doc/automake.texi (distcleancheck): Fix bad wording.  Report
391         from Bob Rossi.
392         (Man pages): Show dist_man_MANS, not EXTRA_DIST = $(man_MANS).
393
394 2006-01-29  Alexandre Duret-Lutz  <adl@gnu.org>
395
396         Append $(EXEEXT) to programs that may be listed in TESTS.
397         Report from Simon Josefsson.
398
399         * automake.in (%known_programs): New global.
400         (initialize_per_input): Reset it.
401         (append_exeext): Take a predicate as first argument to select
402         the filename to rewrite.
403         (handle_programs): Fill %known_programs.
404         (handle_tests): Append $(EXEEXT) to all tests that are in
405         %known_programs.
406         (am_install_var): Update call to append_exeext.
407         * doc/automake.texi (EXEEXT): TESTS is also rewritten.
408         (Tests): More about the difference between check_PROGRAMS and TESTS.
409         Give an example of TEST_ENVIRONMENT.
410         * tests/cond32.test: Augment with a nested condition.
411         * tests/exeext4.test: Also check TESTS.
412         * tests/check5.test: New file.
413         * tests/Makefile.am (TESTS): Add check5.test.
414
415 2006-01-12  Paul Eggert  <eggert@cs.ucla.edu>
416
417         * lib/install-sh (dstdir): Don't use semicolons inside { } in
418         sed scripts, as Posix says it's not portable.
419         * lib/missing (file): Likewise.
420         * lib/am/distdir.am (distcheck): Likewise.
421         * tests/comment7.test, tests/comment9.test, tests/confh.test: Likewise
422         * tests/distcom2.test, tests/distcom3.test: Likewise.
423         * tests/distcom4.test, tests/distcom5.test: Likewise.
424         * tests/distcom6.test, tests/include.test, tests/pluseq8.test: Likewise.
425
426 2006-01-12  Alexandre Duret-Lutz  <adl@gnu.org>
427
428         * ChangeLog: Move 2004's entries to ...
429         * ChangeLog.04: ... this new file.
430         * Makefile.am (EXTRA_DIST): Add ChangeLog.04.
431
432         * tests/txinfo13.test: Test fix below.
433
434 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
435
436         * lib/am/texinfos.am (dist-info): Tighten glob to avoid unwanted
437         extra files in distribution.  Reported by Vincent Lefevre.
438
439 2006-01-06  Alexandre Duret-Lutz  <adl@gnu.org>
440
441         * doc/automake.texi (Linking, Program and Library Variables):
442         Mention the file extensions that usually appear in _DEPENDENCIES,
443         and point to BUILT_SOURCES and example of _DEPENDENCIES uses.  A
444         couple of people have been listing sources files in _DEPENDENCIES
445         lately.
446
447         * doc/automake.texi: Bump copyright year.
448         * automake.in ($gen_copyright, version): Likewise.
449         * aclocal.in (write_aclocal, version): Likewise.
450
451 2006-01-05  Stepan Kasal  <kasal@ucw.cz>
452             Alexandre Duret-Lutz  <adl@gnu.org>
453
454         * automake.in (topsrcdir): New global.
455         (generate_makefile): Compute it.
456         (fill_dist_dirs): New function extracted from handle_dist.
457         (handle_dist, handle_configure): Use fill_dist_dirs.
458         * tests/distdir.test: Test for cases where $(top_srcdir) or
459         $(srcdir) appear in EXTRA_DIST.  Report from Sander Niemeijer.
460
461 2006-01-05  Zack Weinberg  <zackw@panix.com>
462             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
463
464         * lib/depcomp: Add 'ia64hp' dependency style.
465         Zack's original patch was contributed to GCC on 2005-06-13.
466         (tru64): Typo.
467
468 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
469
470         * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
471         the code is portable to both POSIX and pre-POSIX shells.
472
473 2005-10-17  Alexandre Duret-Lutz  <adl@gnu.org>
474
475         * tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
476         suggested by Eric Blake.
477
478 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
479
480         * doc/automake.texi (Program and Library Variables): Typo.
481         * lib/Automake/Variable.pm (transform_variable_recursively): Typo
482         in a comment.
483
484 2005-10-03  Stepan Kasal  <kasal@ucw.cz>
485
486         * ChangeLog.03, automake.in, tests/overrid.test: Typos.
487
488 2005-10-03  Alexandre Duret-Lutz  <adl@gnu.org>
489
490         * tests/nobase.test: Exercise previous patch.
491
492 2005-10-03  Peter O'Gorman  <peter@pogma.com>  (tiny change)
493
494         * lib/am/distdir.am: Remove $(SHELL) when calling install_sh
495         * m4/strip.m4: Ditto.
496         * m4/install-sh.m4: Add $(SHELL) to the definition of install_sh
497
498 2005-09-13  Paul Eggert  <eggert@cs.ucla.edu>
499
500         * doc/automake.texi (limitations on file names): New section.
501         * lib/install-sh: Rewrite to support '*' in file names.
502         Also, tune so that we don't invoke so many commands in the usual case.
503         * tests/instspc.test: The "*" test is now fixed.
504
505 2005-09-13  Stepan Kasal  <kasal@ucw.cz>
506
507         * automake.in (Languages) <cppasm>: Fix typo in the comment.
508
509 2005-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
510
511         * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
512         shell in verbose mode.
513
514 2005-08-07  Alexandre Duret-Lutz  <adl@gnu.org>
515
516         * lib/Automake/Variable.pm (variable_value): Do not read the TRUE
517         value of a conditionally defined variable.
518         Report from Juergen Leising.
519
520         * automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
521         $(MAKE) invocations.
522         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
523         Likewise.
524         * lib/am/texi-vers.am (%STAMPVTI%): Likewise.
525         * lib/am/remake-hdr.am (%CONFIG_H%): Likewise.
526         * Makefile.am (maintainer-check): Check for this.
527         Report from Stepan Kasal.
528
529         * m4/mkdirp.m4: Update misleading comment about `mkdir -p .'.
530         Prompted by Stepan Kasal.
531
532 2005-08-07  Stepan Kasal  <kasal@ucw.cz>
533
534         * lib/am/texinfos.am (uninstall-info-am): Call install-info only if
535         the $(infodir) exists.
536
537 2005-07-31  Stepan Kasal  <kasal@ucw.cz>
538
539         * tests/library3.test: Fix a typo which made the test fail.
540
541 2005-07-27  Alexandre Duret-Lutz  <adl@gnu.org>
542
543         * doc/automake.texi (Linking, Program and Library Variables):
544         Suggest reserving -l for third-party libraries.
545
546         * lib/Automake/Variable.pm (require_variables): Mention aclocal's
547         search path when suggesting to add a macro in configure.ac.
548         People are confused when Automake suggests adding a macro (such as
549         AC_PROG_LIBTOOL) that is already in configure.ac.
550         * automake.in (require_file_internal): Suggest `automake --add-missing'
551         for missing files that can be installed.
552         * tests/library3.test: Adjust.
553
554 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
555
556         * tests/defs.in: When required matches both `*libtool*' and
557         `*gettext*', check for both m4 files.
558
559         * doc/automake.texi (Auxiliary Programs): Fix a typo.
560         * tests/suffix11.test: Fix a typo.
561         * tests/colon3.test: s/EGREP/FGREP/.
562
563 2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
564
565         * tests/instspc.test: Major rewrite to test for many other
566         problematic file names, e.g., '$', '"', '('.  Automake and
567         Autoconf can't handle many of them, so do not report a failure
568         if the usual candidates show up.
569
570 2005-07-19  Stepan Kasal  <kasal@ucw.cz>
571
572         * Makefile.am (automake, aclocal): Merge the rules.
573
574 2005-07-10  Alexandre Duret-Lutz  <adl@gnu.org>
575
576         * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
577         versions.
578
579 2005-07-09  Alexandre Duret-Lutz  <adl@gnu.org>
580
581         * lib/install-sh: Use IFS=/ to split directories on /, don't translate
582         / into % as it prevents directory names using %...
583
584 2005-07-09  Stepan Kasal  <kasal@ucw.cz>
585
586         * doc/automake.texi (Public macros): Typo.
587         * aclocal.in: Typo in comment.
588
589 2005-07-09  Zack Weinberg  <zack@codesourcery.com>  (tiny change)
590
591         * lib/depcomp: Handle "#line" markers as well as "# " markers in
592         "cpp" style, so it can work with newer HP compilers (for their
593         ia64 systems).
594
595 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
596
597         * doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
598         fix an underful hbox.
599         * lib/INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
600         New upstream versions.
601
602 2005-07-01  Alexandre Duret-Lutz  <adl@gnu.org>
603
604         * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.
605
606 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
607
608         * automake.in (make_paragraphs): Do not define %TOPDIR%, now that
609         lib/am/header-vars.am no longer uses it.
610         * lib/am/libtool.am (distclean-am, distclean-libtool): Define
611         if TOPDIR_P is true, not TOPDIR.
612         Suggested by Stepan Kasal.
613
614         * automake.in (read_am_file): Correctly diagnose comments following
615         trailing backslash.
616         * tests/commen10.test: New file.
617         * tests/Makefile.am (TESTS): Add commen10.test.
618         Report from Harald Dunkel.
619
620         * automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
621         of AC_SUBST.
622         * lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL):
623         Do not define, they are AC_SUBST_TRACEd by Autoconf.
624         * m4/init.m4 (AM_INIT_AUTOMAKE): Require Autoconf 2.59c.
625         * tests/include.test: Call AC_OUTPUT.
626
627 2005-06-29  Alexandre Duret-Lutz  <adl@gnu.org>
628
629         * lib/mkinstalldirs: Fix support for directory name with spaces if
630         `mkdir -p' does not work.
631         * tests/Makefile.am (TESTS): Add mkinst3.test.
632         * tests/mkinst3.test: New file.
633         Report from Noah Friedman.
634
635         * doc/automake.texi (Include, Extending aclocal): Typos.
636         Report from Karl Berry.
637
638 2005-06-28  Stepan Kasal  <kasal@ucw.cz>
639             Alexandre Duret-Lutz  <adl@gnu.org>
640
641         * lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
642         * tests/txinfo28.test: Set TIME_STYLE.
643         Report from Vincent Lefevre and James Youngman.
644
645 2005-06-24  Alexandre Duret-Lutz  <adl@gnu.org>
646
647         * lib/Automake/Variable.pm (define, _new): Remember the helper
648         variable created for the last conditional += on each variable, and
649         only append further += in the same condition to this last helper
650         variable, not to older helper variables.  This way the order of
651         the items appended to the variable is preserved.
652         * tests/cond21.test: Adjust.
653         * tests/cond38.test: New file.
654         * tests/Makefile.am (TESTS): Add cond38.test.
655         Report from Ed Hartnett.
656
657 2005-06-22  Alexandre Duret-Lutz  <adl@gnu.org>
658
659         * tests/aclocal5.test: Adjust to recent CVS Autoconf changes.
660
661         * automake.in (handle_footer): Do not output an unformatted
662         definition of SOURCES, it is already done correctly in
663         generate_makefile.  This superfluous definition introduced long
664         lines in some Makefiles, hence breakages in tools with a limited
665         line length.  Report from Mathias Froehlich.
666
667 2005-06-11  Alexandre Duret-Lutz  <adl@gnu.org>
668
669         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
670         Fix redirections in previous patch.
671
672 2005-06-08  Alexandre Duret-Lutz  <adl@gnu.org>
673
674         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
675         Do not backup any file if makeinfo is not installed.
676         * lib/missing (makeinfo): Do not touch a missing info file.
677         * tests/txinfo30.test: New file.
678         * tests/Makefile.am (TESTS): Add txinfo30.test.
679         Report from Bob Proulx.
680
681         * doc/automake.texi (Extending aclocal): Typo.
682
683 2005-05-24  Brian Gough  <bjg@network-theory.co.uk>  (tiny change)
684
685         * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
686
687 2005-05-15  Alexandre Duret-Lutz  <adl@gnu.org>
688
689         Fix PR automake/461:
690         * automake.in (require_build_directory): Canonicalize directories
691         with different names, such as `foo/bar' and `./foo//bar'.
692         * tests/subobj9.test: Augment to test that.
693         Report from Tom Tromey.
694
695 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
696
697         * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
698         ChangeLog.03, ChangeLog.96, ChangeLog.98, HACKING, Makefile.am,
699         NEWS, README, TODO, aclocal.in, automake.in, bootstrap, configure,
700         configure.ac, doc/Makefile.am, doc/fdl.texi, lib/COPYING,
701         lib/Makefile.am, lib/acinstall, lib/compile, lib/config-ml.in,
702         lib/config.guess, lib/config.sub, lib/depcomp, lib/elisp-comp,
703         lib/gnupload, lib/mdate-sh, lib/missing, lib/py-compile,
704         lib/symlink-tree, lib/texinfo.tex, lib/ylwrap,
705         lib/Automake/ChannelDefs.pm, lib/Automake/Channels.pm,
706         lib/Automake/Condition.pm, lib/Automake/Config.in,
707         lib/Automake/Configure_ac.pm, lib/Automake/DisjConditions.pm,
708         lib/Automake/FileUtils.pm, lib/Automake/General.pm,
709         lib/Automake/Item.pm, lib/Automake/ItemDef.pm,
710         lib/Automake/Location.pm, lib/Automake/Makefile.am,
711         lib/Automake/Options.pm, lib/Automake/Rule.pm,
712         lib/Automake/RuleDef.pm, lib/Automake/Struct.pm,
713         lib/Automake/VarDef.pm, lib/Automake/Variable.pm,
714         lib/Automake/Version.pm, lib/Automake/Wrap.pm,
715         lib/Automake/XFile.pm, lib/Automake/tests/Condition.pl,
716         lib/Automake/tests/DisjConditions.pl,
717         lib/Automake/tests/Makefile.am, lib/Automake/tests/Version.pl,
718         lib/Automake/tests/Wrap.pl, lib/am/Makefile.am,
719         lib/am/ansi2knr.am, lib/am/check.am, lib/am/clean-hdr.am,
720         lib/am/clean.am, lib/am/compile.am, lib/am/configure.am,
721         lib/am/data.am, lib/am/dejagnu.am, lib/am/depend.am,
722         lib/am/depend2.am, lib/am/distdir.am, lib/am/footer.am,
723         lib/am/header-vars.am, lib/am/header.am, lib/am/inst-vars.am,
724         lib/am/install.am, lib/am/java.am, lib/am/lang-compile.am,
725         lib/am/lex.am, lib/am/library.am, lib/am/libs.am,
726         lib/am/libtool.am, lib/am/lisp.am, lib/am/ltlib.am,
727         lib/am/ltlibrary.am, lib/am/mans-vars.am, lib/am/mans.am,
728         lib/am/multilib.am, lib/am/program.am, lib/am/progs.am,
729         lib/am/python.am, lib/am/remake-hdr.am, lib/am/scripts.am,
730         lib/am/subdirs.am, lib/am/tags.am, lib/am/texi-vers.am,
731         lib/am/texibuild.am, lib/am/texinfos.am, lib/am/yacc.am,
732         m4/Makefile.am, tests/aclibobj.test, tests/acloca10.test,
733         tests/acloca11.test, tests/acloca12.test, tests/acloca13.test,
734         tests/acloca14.test, tests/acloca15.test, tests/acloca16.test,
735         tests/acloca17.test, tests/acloca18.test, tests/acloca19.test,
736         tests/aclocal.test, tests/aclocal3.test, tests/aclocal4.test,
737         tests/aclocal5.test, tests/aclocal6.test, tests/aclocal7.test,
738         tests/aclocal8.test, tests/aclocal9.test, tests/acoutbs.test,
739         tests/acoutbs2.test, tests/acoutnoq.test, tests/acoutpt.test,
740         tests/acoutpt2.test, tests/acoutqnl.test, tests/acsilent.test,
741         tests/acsubst.test, tests/acsubst2.test, tests/all.test,
742         tests/alloca.test, tests/alloca2.test, tests/alpha.test,
743         tests/alpha2.test, tests/amassign.test, tests/ammissing.test,
744         tests/ansi.test, tests/ansi10.test, tests/ansi2.test,
745         tests/ansi3.test, tests/ansi3b.test, tests/ansi4.test,
746         tests/ansi5.test, tests/ansi6.test, tests/ansi7.test,
747         tests/ansi8.test, tests/ansi9.test, tests/ar.test, tests/ar2.test,
748         tests/asm.test, tests/autohdr.test, tests/autohdr2.test,
749         tests/autohdr3.test, tests/autohdr4.test, tests/automake.test,
750         tests/auxdir.test, tests/auxdir2.test, tests/auxdir3.test,
751         tests/auxdir4.test, tests/backsl.test, tests/backsl2.test,
752         tests/backsl3.test, tests/backsl4.test, tests/badline.test,
753         tests/badopt.test, tests/badprog.test, tests/block.test,
754         tests/bsource.test, tests/canon.test, tests/canon2.test,
755         tests/canon3.test, tests/canon4.test, tests/canon5.test,
756         tests/ccnoco.test, tests/check.test, tests/check2.test,
757         tests/check3.test, tests/check4.test, tests/checkall.test,
758         tests/clean.test, tests/clean2.test, tests/colneq.test,
759         tests/colneq2.test, tests/colon.test, tests/colon2.test,
760         tests/colon3.test, tests/colon4.test, tests/colon5.test,
761         tests/colon6.test, tests/colon7.test, tests/comment.test,
762         tests/comment2.test, tests/comment3.test, tests/comment4.test,
763         tests/comment5.test, tests/comment6.test, tests/comment7.test,
764         tests/comment8.test, tests/comment9.test, tests/compile.test,
765         tests/compile_f90_c_cxx.test, tests/compile_f_c_cxx.test,
766         tests/cond.test, tests/cond10.test, tests/cond11.test,
767         tests/cond13.test, tests/cond14.test, tests/cond15.test,
768         tests/cond16.test, tests/cond17.test, tests/cond18.test,
769         tests/cond19.test, tests/cond2.test, tests/cond20.test,
770         tests/cond21.test, tests/cond22.test, tests/cond23.test,
771         tests/cond24.test, tests/cond25.test, tests/cond26.test,
772         tests/cond27.test, tests/cond28.test, tests/cond29.test,
773         tests/cond3.test, tests/cond30.test, tests/cond31.test,
774         tests/cond32.test, tests/cond33.test, tests/cond34.test,
775         tests/cond35.test, tests/cond36.test, tests/cond37.test,
776         tests/cond4.test, tests/cond5.test, tests/cond6.test,
777         tests/cond7.test, tests/cond8.test, tests/cond9.test,
778         tests/condd.test, tests/condhook.test, tests/condinc.test,
779         tests/condinc2.test, tests/condlib.test, tests/condman.test,
780         tests/condman2.test, tests/conf2.test, tests/confdeps.test,
781         tests/conff.test, tests/conff2.test, tests/confh.test,
782         tests/confh4.test, tests/confh5.test, tests/config.test,
783         tests/confincl.test, tests/conflnk.test, tests/conflnk2.test,
784         tests/conflnk3.test, tests/confsub.test, tests/confvar.test,
785         tests/confvar2.test, tests/copy.test, tests/ctarget1.test,
786         tests/cxx.test, tests/cxx2.test, tests/cxxansi.test,
787         tests/cxxcpp.test, tests/cxxlibobj.test, tests/cxxlink.test,
788         tests/cxxnoc.test, tests/cxxo.test, tests/cygwin32.test,
789         tests/dash.test, tests/defs.in, tests/defun.test,
790         tests/defun2.test, tests/dejagnu.test, tests/dejagnu2.test,
791         tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test,
792         tests/dejagnu6.test, tests/dejagnu7.test, tests/depacl2.test,
793         tests/depcomp.test, tests/depcomp2.test, tests/depcomp3.test,
794         tests/depcomp4.test, tests/depcomp5.test, tests/depdist.test,
795         tests/depend.test, tests/depend2.test, tests/depend3.test,
796         tests/depend4.test, tests/destdir.test, tests/dirforbid.test,
797         tests/dirlist.test, tests/discover.test, tests/distcom2.test,
798         tests/distcom3.test, tests/distcom4.test, tests/distcom5.test,
799         tests/distcom6.test, tests/distcom7.test, tests/distdir.test,
800         tests/distname.test, tests/dollar.test, tests/double.test,
801         tests/dup2.test, tests/else.test, tests/empty.test,
802         tests/empty2.test, tests/empty3.test, tests/empty4.test,
803         tests/exdir.test, tests/exdir2.test, tests/exeext.test,
804         tests/exeext2.test, tests/exeext3.test, tests/exeext4.test,
805         tests/exsource.test, tests/ext.test, tests/ext2.test,
806         tests/extra.test, tests/extra2.test, tests/extra3.test,
807         tests/extra4.test, tests/extra5.test, tests/extra6.test,
808         tests/extra7.test, tests/f90only.test, tests/flibs.test,
809         tests/fn99.test, tests/fnoc.test, tests/fo.test, tests/fonly.test,
810         tests/fortdep.test, tests/fpinst2.test, tests/fpinstall.test,
811         tests/gcj.test, tests/gcj2.test, tests/gcj3.test, tests/gcj4.test,
812         tests/gcj5.test, tests/getopt.test, tests/gettext.test,
813         tests/gettext2.test, tests/gnits.test, tests/gnits2.test,
814         tests/gnits3.test, tests/gnumake.test, tests/gnuwarn.test,
815         tests/gnuwarn2.test, tests/header.test, tests/help.test,
816         tests/hfs.test, tests/hosts.test, tests/implicit.test,
817         tests/include.test, tests/include2.test, tests/info.test,
818         tests/insh2.test, tests/install2.test, tests/installdir.test,
819         tests/instdat.test, tests/instdat2.test, tests/instexec.test,
820         tests/insthook.test, tests/instman.test, tests/instman2.test,
821         tests/instsh.test, tests/instsh2.test, tests/instspc.test,
822         tests/interp.test, tests/interp2.test, tests/java.test,
823         tests/java2.test, tests/java3.test, tests/javaprim.test,
824         tests/javasubst.test, tests/ldadd.test, tests/ldflags.test,
825         tests/lex.test, tests/lex2.test, tests/lex3.test, tests/lex4.test,
826         tests/lex5.test, tests/libobj10.test, tests/libobj11.test,
827         tests/libobj12.test, tests/libobj13.test, tests/libobj14.test,
828         tests/libobj2.test, tests/libobj3.test, tests/libobj4.test,
829         tests/libobj5.test, tests/libobj7.test, tests/libobj8.test,
830         tests/library.test, tests/library2.test, tests/library3.test,
831         tests/libtool.test, tests/libtool2.test, tests/libtool3.test,
832         tests/libtool4.test, tests/libtool5.test, tests/libtool6.test,
833         tests/libtool7.test, tests/libtool8.test, tests/libtool9.test,
834         tests/license.test, tests/link_c_cxx.test, tests/link_dist.test,
835         tests/link_f90_only.test, tests/link_f_only.test,
836         tests/link_fc.test, tests/link_fccxx.test, tests/link_fcxx.test,
837         tests/lisp2.test, tests/lisp3.test, tests/lisp4.test,
838         tests/lisp5.test, tests/lisp6.test, tests/lisp7.test,
839         tests/lisp8.test, tests/listval.test, tests/location.test,
840         tests/longlin2.test, tests/longline.test, tests/ltcond.test,
841         tests/ltcond2.test, tests/ltconv.test, tests/ltdeps.test,
842         tests/ltlibobjs.test, tests/ltlibsrc.test, tests/maintclean.test,
843         tests/make.test, tests/makej.test, tests/makevars.test,
844         tests/man.test, tests/man2.test, tests/mclean.test,
845         tests/mdate.test, tests/mdate2.test, tests/mdate3.test,
846         tests/mdate4.test, tests/missing.test, tests/missing2.test,
847         tests/missing3.test, tests/mkinst2.test, tests/mkinstall.test,
848         tests/mmodely.test, tests/multlib.test, tests/nobase.test,
849         tests/nodef.test, tests/nodef2.test, tests/nodep.test,
850         tests/nodepcomp.test, tests/nodist.test, tests/nodist2.test,
851         tests/nodist3.test, tests/nogzip.test, tests/nogzip2.test,
852         tests/noinst.test, tests/noinstdir.test, tests/nolink.test,
853         tests/nostdinc.test, tests/number.test, tests/obsolete.test,
854         tests/order.test, tests/outdir.test, tests/output.test,
855         tests/output10.test, tests/output11.test, tests/output12.test,
856         tests/output2.test, tests/output3.test, tests/output4.test,
857         tests/output5.test, tests/output6.test, tests/output7.test,
858         tests/output8.test, tests/output9.test, tests/overrid.test,
859         tests/parse.test, tests/percent.test, tests/percent2.test,
860         tests/phony.test, tests/pluseq.test, tests/pluseq10.test,
861         tests/pluseq2.test, tests/pluseq3.test, tests/pluseq4.test,
862         tests/pluseq5.test, tests/pluseq6.test, tests/pluseq7.test,
863         tests/pluseq8.test, tests/pluseq9.test, tests/postproc.test,
864         tests/ppf77.test, tests/pr2.test, tests/pr204.test,
865         tests/pr211.test, tests/pr220.test, tests/pr224.test,
866         tests/pr229.test, tests/pr243.test, tests/pr266.test,
867         tests/pr279-2.test, tests/pr279.test, tests/pr287.test,
868         tests/pr300-lib.test, tests/pr300-ltlib.test,
869         tests/pr300-prog.test, tests/pr307.test, tests/pr401.test,
870         tests/pr401b.test, tests/pr401c.test, tests/pr72.test,
871         tests/pr87.test, tests/pr9.test, tests/prefix.test,
872         tests/primary.test, tests/primary2.test, tests/primary3.test,
873         tests/proginst.test, tests/python.test, tests/python10.test,
874         tests/python11.test, tests/python12.test, tests/python2.test,
875         tests/python3.test, tests/python4.test, tests/python5.test,
876         tests/python6.test, tests/python7.test, tests/python8.test,
877         tests/python9.test, tests/recurs.test, tests/recurs2.test,
878         tests/regex.test, tests/remake.test, tests/remake2.test,
879         tests/remake3.test, tests/remake4.test, tests/remake5.test,
880         tests/req.test, tests/reqd.test, tests/reqd2.test,
881         tests/rulepat.test, tests/scripts.test, tests/seenc.test,
882         tests/sinclude.test, tests/space.test, tests/specflg.test,
883         tests/specflg2.test, tests/specflg3.test, tests/specflg6.test,
884         tests/specflg7.test, tests/specflg8.test, tests/specflg9.test,
885         tests/spell.test, tests/spell2.test, tests/spell3.test,
886         tests/spelling.test, tests/spy.test, tests/srcsub.test,
887         tests/srcsub2.test, tests/stamph2.test, tests/stdlib.test,
888         tests/stdlib2.test, tests/strip.test, tests/subcond.test,
889         tests/subcond2.test, tests/subcond3.test, tests/subdir.test,
890         tests/subdir2.test, tests/subdir3.test, tests/subdir4.test,
891         tests/subdir5.test, tests/subdir6.test, tests/subdir7.test,
892         tests/subdir8.test, tests/subdir9.test,
893         tests/subdirbuiltsources.test, tests/subobj.test,
894         tests/subobj2.test, tests/subobj3.test, tests/subobj4.test,
895         tests/subobj5.test, tests/subobj6.test, tests/subobj7.test,
896         tests/subobj8.test, tests/subobj9.test, tests/subobjname.test,
897         tests/subpkg.test, tests/subpkg2.test, tests/subst.test,
898         tests/subst2.test, tests/substre2.test, tests/substref.test,
899         tests/substtarg.test, tests/suffix.test, tests/suffix10.test,
900         tests/suffix11.test, tests/suffix2.test, tests/suffix3.test,
901         tests/suffix4.test, tests/suffix5.test, tests/suffix6.test,
902         tests/suffix7.test, tests/suffix8.test, tests/suffix9.test,
903         tests/symlink.test, tests/symlink2.test, tests/symlink3.test,
904         tests/syntax.test, tests/tags.test, tests/tagsub.test,
905         tests/tar.test, tests/tar2.test, tests/tar3.test,
906         tests/target-cflags.test, tests/targetclash.test,
907         tests/transform.test, tests/txinfo.test, tests/txinfo10.test,
908         tests/txinfo13.test, tests/txinfo16.test, tests/txinfo17.test,
909         tests/txinfo18.test, tests/txinfo19.test, tests/txinfo2.test,
910         tests/txinfo20.test, tests/txinfo21.test, tests/txinfo22.test,
911         tests/txinfo23.test, tests/txinfo24.test, tests/txinfo25.test,
912         tests/txinfo26.test, tests/txinfo27.test, tests/txinfo28.test,
913         tests/txinfo29.test, tests/txinfo3.test, tests/txinfo4.test,
914         tests/txinfo5.test, tests/txinfo6.test, tests/txinfo7.test,
915         tests/txinfo8.test, tests/txinfo9.test, tests/unused.test,
916         tests/vars.test, tests/vars3.test, tests/vartar.test,
917         tests/version.test, tests/version2.test, tests/version3.test,
918         tests/version4.test, tests/version6.test, tests/version7.test,
919         tests/version8.test, tests/vpath.test, tests/vtexi.test,
920         tests/vtexi2.test, tests/warnopts.test, tests/werror.test,
921         tests/werror2.test, tests/whoami.test, tests/xsource.test,
922         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
923         tests/yacc4.test, tests/yacc5.test, tests/yacc6.test,
924         tests/yacc7.test, tests/yacc8.test, tests/yaccpp.test,
925         tests/yaccvpath.test: Update FSF postal mail address.
926
927         * tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
928         Autoconf currently defines a CCC variable.
929
930         * tests/output11.test, tests/output12.test: Use rm -f.
931
932 2005-04-25  Gary V. Vaughan  <gary@gnu.org>
933             Alexandre Duret-Lutz  <adl@gnu.org>
934
935         Support for remote LIBOBJS (and friends) with subdir-objects.
936         Fixes PR automake/401.
937
938         * automake.in (config_libobj_dir): New variable.
939         (scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
940         (handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
941         (handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
942         dependency files, possibly in a subdirectory.
943         * tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
944         * tests/Makefile.am (TESTS): Add them.
945         * doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
946         (LIBOBJS): Document changes in behaviour of
947         LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
948         subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.
949
950 2005-04-18  Jim Meyering  <jim@meyering.net>
951
952         * doc/automake.texi (Dist): Correct English.
953
954 2005-03-31  Stepan Kasal  <kasal@ucw.cz>
955
956         * doc/automake.texi: When the phrase "for instance" introduces a
957         sentence, it should be delimited by a comma.
958
959         * doc/automake.texi: Fix a few typos.
960
961 2005-03-30  Alexandre Duret-Lutz  <adl@gnu.org>
962
963         * doc/automake.texi (Uniform): Use xmldir instead of htmldir as
964         example, since the GCS now define htmldir.
965         (Auxiliary Programs): Mention config-ml.in and symlink-tree.
966         Give a URL for texinfo.tex.
967         (Public macros): Sort alphabetically, and move obsolete macros...
968         (Obsolete macros): ... here.
969         Prompted by Karl Berry.
970
971 2005-03-29  Alexandre Duret-Lutz  <adl@gnu.org>
972
973         * doc/automake.texi (Multiple Outputs): Fix mistakes reported by
974         Jim Meyering.
975
976         * lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
977         rule is run with `make -j'.
978         * doc/automake.texi (Multiple Outputs): Adjust.
979         * tests/lisp6.test: Augment it.
980         * tests/lisp8.test: New file.
981         * tests/Makefile.am (TESTS): Add lisp8.test.
982         Suggested by Bruno Haible.
983
984 2005-03-27  Alexandre Duret-Lutz  <adl@gnu.org>
985
986         * doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
987
988 2005-03-16  Alexandre Duret-Lutz  <adl@gnu.org>
989
990         * lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
991         a missing *.elc file if it cannot be created because emacs does
992         not exist.
993         * tests/lisp7.test: New file.
994         * tests/Makefile.am (TESTS): Add lisp7.test.
995         Report from Greg Schafer.
996
997 2005-03-05  Alexandre Duret-Lutz  <adl@gnu.org>
998
999         * doc/automake.texi: Replace wicked whiches by thats.
1000
1001 2005-03-04  Alexandre Duret-Lutz  <adl@gnu.org>
1002
1003         * aclocal.in (scan_configure_dep, scan_file): Include file names
1004         are relative to the directory of configure.ac, not to the
1005         directory of the file doing the include.  Remove code for this
1006         latter case.
1007         * tests/acloca13.test: Run distcheck and make sure all macros are
1008         actually distributed.
1009
1010 2005-03-03  Alexandre Duret-Lutz  <adl@gnu.org>
1011
1012         For PR automake/450:
1013         * aclocal.in (scan_file, scan_configure_dep): Skip missing sincluded
1014         files.
1015         * automake.in (scan_autoconf_traces): Likewise.
1016         * tests/sinclude.test: Augment.
1017         Report from Peter Breitenlohner.
1018
1019         For PR automake/450:
1020         * aclocal.in (write_aclocal, trace_used_macros): Do not add/remove
1021         acinclude.m4 and configure.ac to the include map in these two
1022         places ...
1023         (strip_redundant_includes): ... do it here.  This completes the
1024         previous change from 2005-03-01, that did not update
1025         write_aclocal.
1026         * tests/acloca19.test: Augment.
1027         Report from Peter Breitenlohner.
1028
1029 2005-03-02  Alexandre Duret-Lutz  <adl@gnu.org>
1030
1031         * tests/comment9.test: Typo.
1032
1033 2005-03-01  Alexandre Duret-Lutz  <adl@gnu.org>
1034
1035         * automake.in (read_am_file): Preserve backslashes preceding ##-lines.
1036         * tests/comment9.test: New file.
1037         * tests/Makefile.am (TESTS): Add comment9.test.
1038         Report from Julien Sopena.
1039
1040         For PR automake/450:
1041         * aclocal.in (trace_used_macros): Do not explicitly trace files
1042         included by configure.ac.
1043         * tests/acloca19.test: New file.
1044         * tests/Makefile.am (TESTS): Add acloca19.test.
1045         Report from Peter Breitenlohner.
1046
1047 2005-02-27  Alexandre Duret-Lutz  <adl@gnu.org>
1048
1049         Fix for PR automake/448:
1050         * automake.in (handle_factored_dependencies): Flag install-hook as
1051         an error.
1052         * tests/insthook.test: Exercise this.
1053
1054         * m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
1055         * doc/automake.texi (Hard-Coded Install Paths): Adjust.
1056
1057         * doc/automake.texi: Replace many uses of @samp by @code, and
1058         vice versa.  Use @command, @option, and @env where appropriate.
1059
1060 2005-02-26  Alexandre Duret-Lutz  <adl@gnu.org>
1061
1062         * doc/automake.texi: "filename" -> "file name", for consistency
1063         with GNU Coding Standards.  See also Paul's change on 2004-08-20
1064         in Autoconf.
1065
1066         * doc/automake.texi (A Library, Libtool Libraries): Show how to link
1067         a program with a static or libtool library.
1068         (Program and Library Variables): Make clearer that _LDADD and
1069         _LIBADD may also list libraries.
1070         Prompted by a mail from Bruce Korb.
1071
1072         * doc/automake.texi (Alternative): Show how to rewrite nobase_
1073         variables using custom directory variables, and link to node
1074         Uniform.  Suggested by Leonardo Boiko.
1075
1076         * doc/automake.texi (Flag Variables Ordering, User Variables):
1077         Make clearer who the maintainer is, and that he can AC_SUBST AM_
1078         variables in configure.ac.  Suggested by Norman Gray.
1079         (Uniform, Public macros, Libtool Issues, Java Support,
1080         Conditionals): Use `---' for em dash, and stick them to the
1081         enclosing text.
1082
1083         * doc/automake.texi: Reword a few sentences to fix all underflow
1084         and overflow warnings during `make dvi'.
1085         (Auxiliary Programs) <configure.guess, config.sub>: Update URL.
1086         (Public macros) <AM_WITH_DMALLOC>: Likewise.
1087
1088 2005-02-12  Alexandre Duret-Lutz  <adl@gnu.org>
1089
1090         * lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
1091         lib/texinfo.tex: New upstream versions.
1092
1093         * doc/automake.texi (Hard-Coded Install Paths): New node.
1094         (Extending, Extending aclocal, Python): Link to it.
1095         (Extending): Don't show how to install a file in /etc/ directly,
1096         this is insane.
1097
1098         * automake.in (read_am_file): Define variables containing long
1099         lines as VAR_PRETTY to work around tools with limited input width.
1100         * tests/longlin2.test: New file.
1101         * tests/Makefile.am (TESTS): Add it.
1102         Report from Albert Chin.
1103
1104 2005-02-09  Alexandre Duret-Lutz  <adl@gnu.org>
1105
1106         Fix for PR automake/447:
1107         * lib/depcomp (tru64) [libtool]: Also check for $dir.libs/$base.o.d.
1108         Report from Mathias Doreille.  Add some old comments from
1109         Nicolas Joly for reference.
1110
1111 2005-02-08  Stepan Kasal  <kasal@ucw.cz>
1112
1113         * lib/mdate-sh: Check the size of the word following the month to
1114         catch Darwin.  This way the filename can contain spaces.
1115
1116         * doc/automake.texi (Requirements, Options): Typos.
1117
1118 2005-02-08  Alexandre Duret-Lutz  <adl@gnu.org>
1119
1120         * lib/missing (makeinfo): Compute the output file if neither -o
1121         nor @setfilename is used.
1122         Reported by Miroslaw Dobrzanski-Neumann and Bruno Haible.
1123
1124 2005-02-07  Alexandre Duret-Lutz  <adl@gnu.org>
1125
1126         * doc/automake.texi (Requirements): Show one example of
1127         AC_CONFIG_FILES with multiple outputs, and correct a few typos.
1128
1129         * aclocal.in ($serial_line_rx): Expect at least one space between
1130         `serial' and the following number.
1131         Report from Jim Meyering.
1132
1133         * lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
1134         Report from Peter O'Gorman.
1135
1136 2005-02-06  Alexandre Duret-Lutz  <adl@gnu.org>
1137
1138         * aclocal.in (usage, parse_arguments): New --dry-run and --diff
1139         options.
1140         (install_file, write_aclocal): Honor --dry-run and --diff.
1141         * doc/automake.texi (aclocal options): Document --dry-run and --diff.
1142         (Serials): Mention --diff.
1143         * lib/Automake/FileUtils.pm (handle_exec_errors): Accept an
1144         $expected_exit_code argument.
1145         (xsystem): Take a list of arguments, not a string.
1146         * tests/acloca18.test: Use --dry-run and --diff.
1147         Suggested by Paul Eggert.
1148
1149         * doc/automake.texi (aclocal options, Macro search path,
1150         Extending aclocal, Local Macros, Serials, Future of aclocal): Make
1151         these subsection of ...
1152         (Invoking aclocal): ... this.
1153
1154         * aclocal.in ($serial_line_rx): Allow trailing garbage after the
1155         serial number.
1156         (scan_file): Explicitly mark the "ill-formed serial" message
1157         as a warning.
1158         * doc/automake.texi (aclocal options, Local Macros): Link to...
1159         (Serials): ... this new section.
1160
1161 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1162
1163         * lib/compile: Likewise.
1164
1165 2005-02-02  Alexandre Duret-Lutz  <adl@gnu.org>
1166
1167         * lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
1168         see 2004-12-17.
1169         * lib/mdate-sh, lib/py-compile, lib/ylwrap: Exit with nonzero
1170         status if a write failure occurs with --help or --version option,
1171         as below.
1172
1173 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1174
1175         * lib/depcomp: Exit with nonzero status if a write failure occurs
1176         with --help or --version option.
1177         * lib/elisp-comp: Likewise.
1178         * lib/gnupload: Likewise.
1179         * lib/install-sh: Likewise.
1180         * lib/missing: Likewise.
1181         * lib/mkinstalldirs: Likewise.
1182
1183 2005-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
1184
1185         * doc/automake.texi (aclocal options): Typo.
1186
1187         * aclocal.in (list_compare): New functions.
1188         (scan_file): Honor #serial lines.
1189         * tests/acloca18.test: New test.
1190         * tests/Makefile.am (TESTS): Add it.
1191         * doc/automake.texi (aclocal options, Local Macros): Document
1192         #serial.
1193
1194 2005-01-30  Alexandre Duret-Lutz  <adl@gnu.org>
1195
1196         Preliminary support for `aclocal --install'.
1197         This still lacks #serial support.
1198         * aclocal.in (reset_maps, install_file): New functions.
1199         (write_aclocal): Copy files if --install.
1200         (usage, parse_arguments): Recognize --install.
1201         ("MAIN"): Start aclocal again if some file were installed.
1202         * tests/acloca10.test: Augment to test --install.
1203         * tests/aclocal.in, tests/defs.in: Add support for
1204         ACLOCAL_TESTSUITE_FLAGS, used by acloca10.test.
1205         * doc/automake.texi (aclocal options, Local Macros): Document
1206         --install.
1207         (Future of aclocal): Adjust.
1208
1209         * doc/automake.texi (Macro search path): Using --acdir is not
1210         obvious, it's erroneous.
1211
1212         * doc/automake.texi (direntry): Let `info Automake' point to the
1213         manual, and `info automake' to the `Invoking automake' node.  Like
1214         in Autoconf.
1215
1216 2005-01-27  Akim Demaille  <akim@epita.fr>
1217
1218         * lib/Automake/Configure_ac.pm: s/filename/file_name/g.
1219         From Paul Eggert.
1220
1221 2005-01-24  Akim Demaille  <akim@epita.fr>
1222
1223         * lib/Automake/FileUtils.pm: Rename filename as file_name to be
1224         consistent with the terminology of the GNU coding standards.
1225         From Paul Eggert.
1226         (update_file): Accept a $force argument, so that --force always
1227         updates the time stamps.
1228
1229 2005-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
1230
1231         * doc/automake.texi (How the Linker is Chosen): Explain how the
1232         linker is chosen without diagram, and update to match the code.
1233         Suggestion from Adrian Bunk.
1234
1235 2005-01-16  Alexandre Duret-Lutz  <adl@gnu.org>
1236
1237         * lib/am/subdirs.am ($(RECURSIVE_TARGETS), $(RECURSIVE_CLEAN_TARGETS)):
1238         Process all words of $MAKEFLAGS when checking for -k.
1239         * tests/check4.test: New file.
1240         * tests/Makefile.am (TESTS): Add check4.test.
1241         Report from Eric Blake.
1242
1243 2005-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
1244
1245         * m4/amversion.in (AM_AUTOMAKE_VERSION): Point users to
1246         AM_INIT_AUTOMAKE if the version passed is incorrect.
1247         * tests/version8.test: New file.
1248         * tests/Makefile.am (TESTS): Add version8.test.
1249
1250 2005-01-09  Alexandre Duret-Lutz  <adl@gnu.org>
1251
1252         * m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
1253         m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/gcj.m4,
1254         m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lead-dot.m4,
1255         m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4,
1256         m4/minuso.m4, m4/missing.m4, m4/mkdirp.m4, m4/multi.m4,
1257         m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4, m4/options.m4,
1258         m4/protos.m4, m4/python.m4, m4/regex.m4, m4/runlog.m4,
1259         m4/sanity.m4, m4/strip.m4, m4/tar.m4: Use the same all-permissive
1260         license that is used in aclocal.m4.  Relicensing backed by RMS.
1261
1262         * doc/automake.texi (A Library, LIBOBJS): Mention that empty
1263         libraries are not portable.
1264
1265 2005-01-05  Akim Demaille  <akim@epita.fr>
1266
1267         * aclocal.in ($ac_defun_rx): Match AU_ALIAS.
1268         * tests/aclocal5.test (MORE_DEFS): Rename as...
1269         (AM_TEST): this so that undefined macros are caught.
1270         And make it an alias of AC_SUBST.
1271         Test AU_ALIAS.
1272         Reported by Martin Bravenboer.
1273
1274 2005-01-03  Alexandre Duret-Lutz  <adl@gnu.org>
1275
1276         Fix handling of per-target flags in link rules.
1277         * automake.in (define_per_target_linker_variable): New function.
1278         (handle_programs, handle_ltlibraries): Use it.
1279         (%link_languages): New map.
1280         (register_language): Fill it.
1281         * lib/am/ltlibrary.am (%LTLIBRARY%): Do not append
1282         $(%XLTLIBRARY%_LDFLAGS) to the command, this is now done by
1283         define_per_target_linker_variable if needed.
1284         * lib/am/program.am (%PROGRAM%%EXEEXT%): Likewise with
1285         $(%XPROGRAM%_LDFLAGS).
1286         * doc/automake.texi (Program and Library Variables): Mention
1287         AM_LDFLAGS and AM_LIBTOOLFLAGS in the definition of maude_LDFLAGS
1288         and maude_LIBTOOLFLAGS.
1289         * tests/libtool9.test: New file.
1290         * tests/Makefile.am (TESTS): Add it.
1291         * NEWS: Explain the backward incompatibility.
1292         Report from Akim Demaille.
1293
1294 2005-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
1295
1296         * doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
1297         specifications with shell variables.
1298         (Optional) <AC_CONFIG_HEADERS, AC_CONFIG_LINKS>: Point to
1299         AC_CONFIG_FILES for this explanation.
1300         * automake.in (substitute_ac_subst_variables_worker,
1301         substitute_ac_subst_variables): Mew functions.
1302         (rewrite_inputs_into_dependencies): Use substitute_ac_subst_variables
1303         to ignore dependencies that contain unAC_SUBSTed shell variables.
1304         (handle_configure): Likewise, do not output rules for
1305         AC_CONFIG_HEADERS, AC_CONFIG_FILES, and AC_CONFIG_LINKS targets that
1306         unAC_SUBSTed contain shell variables.
1307         * tests/autohdr4.test: Use an AC_SUBST variable in a specification.
1308         * tests/output11.test, tests/output12.test: New files.
1309         * tests/Makefile.am (TESTS): Add output11.test and output12.test.
1310
1311         * aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
1312         * automake.in ($gen_copyright, version): Likewise.
1313
1314 -----
1315
1316 Copyright (C) 2005, 2006  Free Software Foundation, Inc.
1317
1318 This file is part of GNU Automake.
1319
1320 GNU Automake is free software; you can redistribute it and/or modify
1321 it under the terms of the GNU General Public License as published by
1322 the Free Software Foundation; either version 2, or (at your option)
1323 any later version.
1324
1325 GNU Automake is distributed in the hope that it will be useful,
1326 but WITHOUT ANY WARRANTY; without even the implied warranty of
1327 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1328 GNU General Public License for more details.
1329
1330 You should have received a copy of the GNU General Public License
1331 along with autoconf; see the file COPYING.  If not, write to
1332 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1333 Boston, MA 02110-1301, USA.
1334
1335 ;; Variables:
1336 ;; coding: utf-8
1337 ;; End: