Simple typographical and grammar errors in automake.texi.
[automake/ericb.git] / ChangeLog
blobd0d82cade50bbeac00c8d71b7c29961e77642a8f
1 2008-12-03  William Pursell  <bill.pursell@gmail.com>
3         Simple typographical and grammar errors in automake.texi.
4         * doc/automake.texi: Fix object/article consistency (eg "an
5         flag" becomes "a flag"), correct minor punctuation errors, etc.
7         * doc/automake.texi (Auxiliary Programs, Python, Rebuilding):
8         Replace 'configure' with '@command{configure}' as appropriate.
10 2008-11-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12         Fixup release rules.
13         * Makefile.am (cvs-diff): Remove.
14         (git-dist): Do not use clcommit any more.  Use new-style tag
15         name.  Pass $(AM_MAKEFLAGS) to $(MAKE).
16         (git-diff): Adjust.
17         (git-release): Do not upload to sources.redhat.com.
19 2008-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21         Fix portability issues in distcleancheck_listfiles doc example.
22         * doc/automake.texi (Dist): In the `distcleancheck_listfiles'
23         code example, add `.' path, for Solaris `find', also rewrite so
24         `{}' appears only once and as separate argument, for Posix.
25         * tests/distcleancheck.test: New test.
26         * tests/Makefile.am: Update.
27         * THANKS: Update.
28         Report by Jan Engelhardt and Andreas Schwab.
30 2008-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31             Jim Meyering  <jim@meyering.net>
33         Cope with whitespace in $MISSING and $install_sh.
34         * configure.ac (am_AUTOHEADER): New substitution, save the value
35         of $AUTOHEADER before AM_INIT_AUTOMAKE may add $MISSING.
36         * tests/defs.in: Use am_AUTOHEADER.
37         * lib/am/install.am: Fix typo.
38         * m4/install-sh.m4 (AM_PROG_INSTALL_SH): Add suitable
39         single-quote quoting to install_sh, but only if needed.
40         * m4/missing.m4 (AM_MISSING_HAS_RUN): Add suitable double-quote
41         quoting to MISSING, but only if needed.
42         * m4/sanity.m4 (AM_SANITY_CHECK): Abort configure if `pwd` or
43         $srcdir contain shell meta-characters that cannot be handled;
44         space and tab are allowed in the former only.
45         * tests/sanity.test: New test.
46         * tests/Makefile.am: Adjust.
47         * NEWS: Update.
48         Reports by Jim Meyering and others.
50 2008-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52         Let `missing' also work with versioned and prefixed programs.
53         * lib/missing: Ignore prefixes of `gnu-', `gnu', and `g' when
54         testing for known programs; also, ignore suffixes.
55         * tests/missing.test: Amend test.
56         * NEWS, THANKS: Update.
57         Report by Tim Rice.
59 2008-11-23  William Pursell  <bill.pursell@gmail.com>
61         * doc/automake.texi (Macro search path, Extending aclocal)
62         (Local Macros, Serials, Public macros, Directories)
63         (Conditional Subdirectories, Nesting Packages)
64         (Building a program, Libtool Modules)
65         (Program and Library Variables, Default _SOURCES, LIBOBJS):
66         Correct verb/object tense agreement, swap some words,
67         and general trivial cleanup.
69 2008-11-22  William Pursell  <bill.pursell@gmail.com>
70             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
72         * doc/automake.texi (VPATH Builds, Nested Packages)
73         (Length limitations, Auxiliary Programs, Invoking Automake)
74         (Requirements, Optional): Fix typos and grammaros, correct URL
75         to 'config' source repository.  Rewrite description of AC_SUBST.
76         (true): Cross-reference to `Default _SOURCES' node.
78 2008-11-22  William Pursell  <bill.pursell@gmail.com>
80         * configure.ac: Quote APIVERSION.
82 2008-11-22  Jim Meyering  <meyering@redhat.com>
84         * tests/xz.test: Fix typo introduced by Ralf in last patch.
86         Add xz compression support.
87         * NEWS: Mention xz as well as lzma (xz will displace lzma).
88         * automake.in (handle_dist): Recognize dist-xz.
89         (make_paragraphs): Map XZ to dist-xz.
90         * doc/automake.texi (Dist): Add dist-xz.
91         (Options): Likewise.
92         * lib/Automake/Options.pm (_process_option_list): Accept
93         dist-xz.
94         * lib/am/distdir.am (dist-xz): New rule.
95         (dist dist-all): Add command to create an xz-compressed tarball.
96         (distcheck): Handle xz-compressed tarballs just like the others.
97         * tests/xz.test: New file, based on nogzip.test.
98         * tests/Makefile.am (TESTS): Add xz.test.
100 2008-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
102         When installing COPYING, recommend adding the file to VCS.
103         * automake.in (require_file_internal): If installing `COPYING',
104         mention that we install the GPLv3 file and recommend adding the
105         file to version control.
106         * doc/automake.texi (Invoking Automake): Point to `Gnits' node
107         for `--add-missing'.
108         (Gnits): Clarify semantics: that for strictness gnu or higher,
109         INSTALL is installed, and that COPYING is installed as GPLv3
110         if no COPYING file exists.
111         * tests/license2.test: New test.
112         * tests/Makefile.am: Update.
113         * NEWS, THANKS: Update.
114         Report by Brian Cameron.
116 2008-11-20  William Pursell  <bill.pursell@gmail.com>
118         * doc/automake.texi (Timeline): Fix typos and grammaros.
120 2008-11-12  Karl Berry  <karl@freefriends.org>
122         New gnupload option --delete to remove archive files.
123         * lib/gnupload: Accept --delete to remove files from
124         alpha.gnu.org or ftp.gnu.org.
126 2008-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
128         Testsuite fixes for ksh.
129         * tests/check10.test: Add ':' as last command in subshell, for
130         zero exit status of the subshell.
131         * tests/parallel-am.test: Do not let failing 'unset' of
132         nonexistent variable exit the test.
133         * tests/parallel-am2.test: Likewise.
134         * tests/parallel-am3.test: Likewise.
136 2008-11-11 Charles Wilson  <libtool@cwilson.fastmail.fm>  (tiny change)
137            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
139         Cleanup config.lt in case LT_OUTPUT is in use.
140         * lib/am/libtool.am [TOPDIR_P] (distclean-libtool): clean up
141         config.lt as well as libtool.
142         * tests/libtoo11.test: New test.
143         * tests/Makefile.am: Update.
144         * NEWS: Update.
146 2008-11-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
148         * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub,
149         lib/texinfo.tex: Sync from upstream.
151 2008-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
153         Update to GFDL 1.3.
154         * doc/fdl.texi: Update to GFDL 1.3.
155         * doc/automake.texi (GNU Free Documentation License): Adjust.
156         * NEWS: Update.
158         * NEWS: Fix typos.
159         * automake.in: Fix typos in comments.  Remove extraneous
160         whitespace.
162 2008-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164         Cope with absent Perl modules threads and Thread::Queue.
165         * automake.in: Instead of `use threads', use `require threads;
166         import threads' inside a BEGIN section.  Likewise for
167         Thread::Queue.
168         * lib/Automake/ChannelDefs.pm (Automake::ChannelDefs): Likewise.
169         * lib/Automake/tests/Condition-t.pl: Likewise.
170         * lib/Automake/tests/DisjConditions-t.pl: Likewise.
171         * configure.ac: Likewise, use `require' and `import'.
172         Report by Eric Blake, fix suggested by Ben Pfaff.
174 2008-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
176         Multiple 'make uninstall' should not fail even for TEXINFOS.
177         * lib/am/texinfos.am (uninstall-info-am): Do not fail due to
178         install-info if the installed file does not exist (any more).
179         * tests/txinfo26.test: Issue multiple `make uninstall'.
180         * tests/instmany-mans.test: Likewise.
181         * tests/instmany-python.test: Likewise.
182         * tests/instmany.test: Likewise.
183         * tests/txinfo26.test: Likewise.
184         * NEWS: Update.
186 2008-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
188         New public macro AM_SUBST_NOTMAKE.
189         * m4/substnot.m4 (AM_SUBST_NOTMAKE): New public macro; invoke
190         _AM_SUBST_NOTMAKE with arguments.
191         * doc/automake.texi (Optional): Document it.
192         * NEWS: Update.
193         * tests/subst4.test: New test.
194         * tests/Makefile.am: Update.
195         Suggestion by Bruno Haible.
197         Fix regression introduced by AM_DEFAULT_SOURCE_EXT.
198         * automake.in (handle_source_transform): Use the right variable
199         when determining whether to apply the old rule for the libtool
200         library default source name.
201         Testsuite failure exposed by Bob Proulx' build daemon.
203 2008-11-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
205         New maintainer target release-stats.
206         * Makefile.am (release-stats): New target, to help computing the
207         entries in the statistics table in automake.texi.
208         * doc/automake.texi (Releases): Reformat a bit.  Add number of
209         generated files.  Add entry for 1.10.1.
211         Choose default source extension: AM_DEFAULT_SOURCE_EXT.
212         * automake.in (handle_source_transform): Accept unconditional
213         literal extension in AM_DEFAULT_SOURCE_EXT as override for the
214         default source extension `.c'.  If set, ignore the old default
215         source rule for libtool libraries.
216         * doc/automake.texi (Default _SOURCES): Document this.
217         * NEWS: Update.
218         * tests/specflg10.test: New test.
219         * tests/Makefile.am: Update.
220         Suggestion by Akim Demaille.
222         Fix maintainer-check failure.
223         * tests/parallel-am.test: Rename variable to not match pattern
224         used in maintainer-check.
226 2008-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
228         * NEWS: Fix typo.
229         Spotted by Jim Meyering.
231 2008-10-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
233         Parallel automake --add-missing: serialized file installs.
234         * automake.in (QUEUE_CONF_FILE, QUEUE_LOCATION, QUEUE_STRING):
235         New serialization keys.
236         ($required_conf_file_queue): New file global.
237         (queue_required_conf_file, require_queued_conf_file): New
238         functions, to queue and dequeue requirements for aux dir files.
239         (require_conf_file): Enqueue if needed.
240         (get_number_of_threads): Can do threads with --add-missing now.
241         (handle_makefiles_threaded): Let worker threads enqueue, let
242         master attend to queued requirements at the right time.
243         * tests/parallel-am.test: Explain the purpose of the include
244         chain used here.
245         * tests/parallel-am2.test: Also cope with --add-missing.
246         * tests/parallel-am3.test: New test, test absence of races with
247         concurrent same-file installs stemming from --add-missing.
248         * tests/Makefile.am: Adjust.
250         Implement serialization for Locations.
251         * lib/Automake/Location.pm (serialize, deserialize): New
252         functions.  They allows to serialize a Location in an array, and
253         to restore a Location from a thread queue.  The API is
254         unsymmetric (array vs. queue) because enqueuing data needs to
255         happen atomically.
257         Parallel automake: ordered output messages.
258         * lib/Automake/Channels.pm (%_default_options): New options
259         `ordered' default enabled, `queue', default zero (no queue),
260         `queue_key' default undefined.
261         (_merge_options): Ensure `ordered' channels cannot have fatal
262         messages or backtrace output.
263         (_enqueue, _dequeue): New functions, to push messages onto a
264         Thread::Queue, and output messages from such a queue, suitably
265         weeded for duplicates in the same manner as _print_message.
266         (_print_message): If the channel is ordered and has an
267         associated queue, then enqueue messages instead of printing
268         them.
269         (setup_channel_queue, pop_channel_queue): New functions,
270         to set a Thread::Queue for channels, and to flush a queue.
271         * lib/Automake/ChannelDefs.pm: Unset channel option `ordered'
272         for fatal, automake, and verb channels.
273         * automake.in (QUEUE_MESSAGE): New global constant, used as
274         serialization key.
275         (handle_makefiles_threaded): Create message queues for each
276         input file; workers queue messages, and the master outputs them
277         ordered, using the new Channels.pm functions.
278         * tests/parallel-am.test: Also check for ordered output (in the
279         absence of --add-missing races).
280         * tests/parallel-am2.test: New test; check for ordered output of
281         warning and (regular) error messages.
282         * tests/Makefile.am: Adjust.
284         Parallel automake execution: AUTOMAKE_JOBS.
285         * lib/Automake/Config.in (perl_threads): New global.
286         * automake.in: Use it.  If the perl supports interpreter-based
287         threading, then use `threads' and `Thread::Queue'.
288         (handle_makefile, handle_makefiles_serial): New functions,
289         factored out from main.
290         (get_number_of_threads): New function, compute number of threads
291         to use, based on environment variable `AUTOMAKE_JOBS' and number
292         of independent makefiles.
293         (handle_makefiles_threaded): New function.  Spawn threads, use
294         thread queue to distribute handling the different makefiles.
295         Collect $exit_code values from threads.
296         (main): Use new functions.
297         * aclocal.in: No threads here.
298         * configure.ac: Substitute PERL_THREADS; enabled with perl >=
299         5.7.2 and when ithreads are available.
300         * bootstrap (dosubst): Likewise.
301         * Makefile.am (do_subst): Likewise.
302         * lib/Automake/Makefile.am (do_subst): Likewise.
303         * lib/Automake/ChannelDefs.pm: Use `Automake::Config' and
304         `threads'.
305         (verb): Prepend thread ID (tid) to verbose messages.
306         * lib/Automake/Channels.pm (msg): Before exiting, flush stderr,
307         needed for worker threads.
308         * lib/Automake/tests/Makefile.am (TESTS_ENVIRONMENT): Also
309         include the build tree path, so Config.pm is found.
310         * tests/parallel-am.test: New test.
311         * tests/Makefile.am: Update.
312         * doc/automake.texi (Invoking Automake): Document AUTOMAKE_JOBS.
313         * NEWS, THANKS: Update.
314         Report about long execution times by Joakim Tjernlund and others.
316 2008-10-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
318         Minor file checking optimization: set_dir_cache_file.
319         * lib/Automake/FileUtils.pm (set_dir_cache_file): New function.
320         * automake.in (require_file_internal): Instead of resetting the
321         cache when a file has been installed, simply correct the cache
322         using set_dir_cache_file.
324         No uniquifying for fatal, prog_error, and verbose messages.
325         There is no point in dropping critical messages, even if they
326         are duplicates (unlikely to happen unless they have been sent
327         as non-critical messages before), and verbose messages should
328         enable to show progress, even using duplicate statements.
329         * lib/Automake/ChannelDefs.pm (fatal, automake, verb): Set
330         `uniq_part' to `UP_NONE' when registering these channels.
332         Fix 'config.status --file=... depfiles' with new Autoconf.
333         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Eval
334         $CONFIG_STATUS contents if we detect the quoting used by
335         Autoconf 2.62 and newer for --file=.
336         * tests/depend5.test: New test.
337         * tests/Makefile.am: Update.
338         * NEWS, THANKS: Update.
339         Report by Sam Steingold against gnulib.
341 2008-10-26  Johan Dahlin  <jdahlin@async.com.br>
343         Support for Python 3.0, drop support for pre-2.0.
344         * lib/py-compile: Do not import string; use sys.stdout.write
345         instead of print, files.split instead of string.split.
346         * m4/python.m4 (AM_PATH_PYTHON): Also look for python3 and
347         phython3.0; do not look for python1.5.  Use sys.stdout.write.
348         (AM_PYTHON_CHECK_VERSION): Do not use string; adjust to xrange
349         removal in Python 3.0, and changed semantics of map.
350         * doc/automake.texi (Python, Hard-Coded Install Paths): Update
351         Python versions mentioned in the manual, using 2.5 everywhere.
352         * NEWS, THANKS: Update.
354 2008-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356         * lib/Automake/Channels.pm (@chain): Drop unused variable.
358         Cleanup of per-input global variables in automake.in.
359         * automake.in ($output_vars, $output_all, $output_header)
360         ($output_rules, $output_trailer): Fix comment, and sort
361         declarations in the order they will appear in the output.
362         ($all_target): Unused variable, remove.
363         (Variables not reset by &initialize_per_input.): New section,
364         clarify that %am_file_cache is not reset.
365         (initialize_per_input): Reset $am_file_name, $am_relative_dir,
366         $in_file_name, $relative_dir, and $topsrcdir to `undef' rather
367         than the empty string; $topsrcdir was not reset at all.  Sort
368         remaining variables in the same order as in the section
369         `Variables reset by &initialize_per_input'.
371         Let stderr output end up on fd 2 in testsuite.
372         * tests/defs.in (AUTOMAKE_run): Output recorded stderr on file
373         descriptor 2.
374         * tests/getopt.test: Fix erroneous multiple redirection,
375         uncovered by above change.
377 2008-10-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
379         Fix DisjConditions module to be thread-safe for perl >= 5.7.2.
380         Self-hashes of blessed references are not correctly transported
381         through thread creation.  This patch fixes that by recreating
382         the hashes upon thread creation with a CLONE special subroutine,
383         which is automatically invoked by new enough Perl versions.
384         * lib/Automake/DisjConditions.pm (CLONE): New special
385         subroutine to fix self hashes upon thread creation.
386         * lib/Automake/tests/Condition-t.pl: New, sister test to
387         Condition.pl, but spawns a new threads after each creation of a
388         new condition; skip test if perl is too old or ithreads are not
389         available.
390         * lib/Automake/tests/DisjConditions-t.pl: Likewise.
391         * lib/Automake/tests/Makefile.am (TESTS): Add them.
393 2008-10-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
395         Fix comment typos.
396         * automake.in (require_file_internal): Fix typos in comments.
397         * m4/amversion.in: Likewise.
398         * lib/Automake/Variable.pm: Likewise.
399         * lib/Automake/XFile.pm: Likewise.
401         Diagnose unsupported uses of `backname' helper function.
402         * automake.in (backname): Error out if the path points outside
403         the directory it started in.
405 2008-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
407         Nicer 'make dist' output.
408         * lib/am/distdir.am (distdir): Hide the complex script
409         used for computing the relative subdirs; echo the sub-make
410         command.
412 2008-10-12  William Pursell <bill.pursell@gmail.com>  (tiny patch)
414         * tests/defs.in: Fix comment typo.
416 2008-10-12  William Pursell <bill.pursell@gmail.com>
417             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
419         Fix grammar w.r.t. plurals in test reports.
420         * lib/am/check.am: Fix singular/plural forms in test reports.
421         * tests/check10.test: New test.
422         * tests/Makefile.am: Update.
424 2008-10-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
426         Require texi2dvi in tests, makeinfo may not be enough.
427         * tests/txinfo16.test: RHEL 5.2 has makeinfo and texi2dvi in
428         separate packages, so also list the latter as required, as the
429         test generates DVI and/or PDF output (through distcheck).
430         * tests/txinfo18.test: Likewise.
431         * tests/txinfo21.test: Likewise.
432         * tests/txinfo22.test: Likewise.
433         * tests/txinfo3.test: Likewise.
434         * tests/version7.test: Likewise.
435         * THANKS: Update.
436         Report by Alexander Martens.
438         Fix bootstrap to remove read-only directories right.
439         * bootstrap: Remove automake-$APIVERSION correctly.
441 2008-10-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
443         Improve test coverage of current TESTS semantics.
444         * tests/check8.test: New test, for subdir tests and setting of
445         $srcdir.
446         * tests/check9.test: New test, check @substituted@ TESTS.
447         * tests/Makefile.am: Update.
449 2008-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
451         * m4/minuso.m4 (AM_PROG_CC_C_O): Work around shell quoting issue
452         with AIX sh; fixes depcomp6.test failure.
453         * NEWS, THANKS: Update.
454         Report by Rainer Tammer.
456         Print captured output before failing.
457         * tests/acloca14.test, tests/acloca17.test, tests/acloca18.test,
458         tests/aclocal.test, tests/acsilent.test, tests/alpha.test,
459         tests/check4.test, tests/color.test, tests/fn99.test,
460         tests/fn99subdir.test, tests/help.test, tests/init.test,
461         tests/lisp8.test, tests/missing3.test, tests/pr220.test,
462         tests/python11.test, tests/python4.test, tests/python5.test,
463         tests/unused.test, tests/version8.test: When Exit is called
464         after a command that has stdout or stderr redirected to a file
465         for later inspection, output the file before failing the test.
467         Fix some comment typos.
468         * automake.in: Fix some comment typos.
469         * lib/Automake/Condition.pm: Likewise.
470         * lib/Automake/DisjConditions.pm: Likewise.
471         * lib/Automake/Variable.pm: Likewise.
472         * lib/Automake/tests/DisjConditions.pl: Likewise.
474 2008-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
476         * tests/aclibobj.test: Fix race condition.
478 2008-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
480         Fix man page creation without installed files.
481         * doc/Makefile.am (update_mans): Use wrappers in tests/
482         directory.
483         ($(srcdir)/aclocal-$(APIVERSION).1): Use versioned wrapper as
484         input program to help2man.
485         ($(srcdir)/automake-$(APIVERSION).1): Likewise.
486         Report by Eric Blake.
488 2008-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
490         Remove unneeded per-rule *INSTALL variables.
491         * NEWS: Update.
492         * lib/am/data.am (%DIR%%PRIMARY%_INSTALL): Remove.
493         (install-%DIR%%PRIMARY%): Adjust.
494         * lib/am/libs.am (%DIR%LIBRARIES_INSTALL): Remove.
495         (install-%DIR%LIBRARIES): Adjust.
496         * lib/am/ltlibs.am (%DIR%LTLIBRARIES_INSTALL): Remove.
497         (install-%DIR%LTLIBRARIES): Adjust.
498         * lib/am/progs.am (%DIR%PROGRAMS_INSTALL): Remove.
499         (install-%DIR%PROGRAMS): Adjust.
500         * lib/am/python.am (%DIR%PYTHON_INSTALL): Remove.
501         (install-%DIR%PYTHON): Adjust.
502         * lib/am/scripts.am (%DIR%SCRIPT_INSTALL): Remove.
503         (install-%DIR%SCRIPTS): Adjust.
505         Compactify program rules using ternary operators.
506         * lib/am/progs.am (install-%DIR%PROGRAMS): Uglify^WCompactify
507         using ternary operators `%KEY?TRUE:FALSE%'.
508         (uninstall-%DIR%PROGRAMS): Likewise.
510         New doc section about command line length limits.
511         * doc/automake.texi (Length limitations): New node.
512         (Alternative): `nobase_' is not always equivalent to several
513         base variables.
514         (Install): Mention multi-file install.
515         * NEWS: Expand on the issue, list some more user-visible
516         consequences.
518         Install nobase_lib_LTLIBRARIES before bin_PROGRAMS.
519         * automake.in (generate_makefile): If nobase_lib_LTLIBRARIES are
520         used, add an ugly hack to install them before bin_PROGRAMS, just
521         like done with lib_LTLIBRARIES.
522         * tests/ltorder.test: Add program, to expose this.
524         Do not reorder nobase ltlib installation.
525         This patch changes back the order of installation of nobase
526         LTLIBRARIES to that in which files are listed in the variables.
527         It does not fix the issue of strict dependency ordering, as
528         implied by *_LIBADD, but as before allows to steer the order by
529         listing the libraries in nobase_*_LTLIBRARIES appropriately.
530         As an advantage over the state of 1.10, multiple consecutive
531         nobase libraries to be installed in the same directory are
532         passed to libtool in one invocation.
533         * lib/am/ltlib.am (install-%DIR%LTLIBRARIES) [!%?BASE%]: Do not
534         reorder libraries upon installation.  Remove spurious empty
535         line.
536         * tests/ltorder.test: New test.
537         * tests/Makefile.am: Update.
539         Fix -rpath arguments for nobase_*_LTLIBRARIES.
540         * automake.in (handle_ltlibraries): New hash %instsubdirs to
541         track the dirname of nobase ltlibraries, and tack it onto the
542         end of the -rpath argument.  Also, fix the warning about ltlibs
543         installed in multiple locations to fit a bit better.
544         * tests/pr300-ltlib.test: Expose this bug here.
545         * tests/ltinstloc.test: New test.
546         * tests/Makefile.am: Update.
547         * NEWS: Update.
549         Man pages for automake and aclocal.
550         * configure.ac (HELP2MAN): New substitution.
551         * doc/Makefile.am (dist_man1_MANS, MAINTAINERCLEANFILES)
552         (update_mans): New macros.
553         ($(srcdir)/aclocal-$(APIVERSION).1)
554         ($(srcdir)/automake-$(APIVERSION).1): New rules, generate
555         man pages from the command line help with help2man.
556         ($(srcdir)/aclocal.1, $(srcdir)/automake.1): New rules, for
557         `.so' man page links to the versioned pages.
558         * NEWS: Update.
560 2008-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
562         Faster install for libtool outputs.
563         * lib/am/ltlib.am (install-%DIR%LTLIBRARIES): Invoke `libtool
564         --mode=install' with multiple libraries at once.
565         (%DIR%LTLIBRARIES_INSTALL): No need to use install_sh any more.
566         * lib/am/progs.am (install-%DIR%PROGRAMS): Likewise, remove much
567         of the libtool special-casing by invoking it for multiple
568         programs at once.
570 2008-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
572         Fast install and uninstall for SCRIPTS.
573         * lib/am/scripts.am [%?INSTALL%]: Include inst-vars.am
574         independent of `%?BASE%'.
575         (install-%DIR%SCRIPTS): Install multiple scripts at once,
576         using awk and a number of sed scripts.
577         (uninstall-%DIR%SCRIPTS): Compute the installed names, and
578         remove them, all at once.
579         (%DIR%SCRIPT_INSTALL) [!BASE]: No need to use install-sh any
580         more.
582         Multi-file install for PROGRAMS.
583         * lib/am/progs.am (install-%DIR%PROGRAMS): Allow to install
584         several programs with one install invocation, when not using
585         libtool; employs some trickery to cater for nobase_, $(EXEEXT),
586         create needed directories, libtool, while only forking a
587         constant number of times in the fast path; uses awk and sed also
588         in the default path.
589         (%DIR%PROGRAMS_INSTALL) [!BASE]: No need to use install-sh any
590         more.
592         Enhance cleaning of programs in libtool mode.
593         * lib/am/progs.am (clean-%DIR%PROGRAMS) [?LIBTOOL?]: Fork less
594         often, avoid removing programs twice if $(EXEEXT) is empty.
595         * tests/nobase-libtool.test: Also test PROGRAMS, in order to
596         exercise the code path.
597         * THANKS: Update.
598         Report by Toralf Förster.
600 2008-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
601             Jim Meyering <jim@meyering.net>
603         Reliable multi-file install for man pages.
604         * lib/am/mans.am: Include inst-vars.am.
605         (install-man%SECTION%): Gather lists of man pages to install,
606         and install up to 40 of those that do not have to be renamed
607         at once.  Fail if installation of any file fails.
608         (uninstall-man%SECTION%): Rewrite to use fewer sed invocations.
609         * doc/automake.texi (Man pages): Hint the user to the fast path.
610         Indentation fix.
611         * tests/instmany-mans.test: New test.
612         * tests/Makefile.am: Update.
614 2008-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
616         Faster `make uninstall'; fast install for JAVA.
617         * lib/am/inst-vars.am (am__nobase_strip_setup)
618         (am__nobase_strip): New macros.
619         (am__nobase_list): Factorize.
620         * lib/am/data.am (uninstall-%DIR%%PRIMARY%): Use them, for a
621         constant number of forks per uninstall.
622         * lib/am/libs.am (uninstall-%DIR%LIBRARIES): Likewise.
623         * lib/am/lisp.am (uninstall-%DIR%LISP): Likewise.
624         * lib/am/progs.am (uninstall-%DIR%PROGRAMS): Fast uninstall.
625         * lib/am/python.am (uninstall-%DIR%PYTHON): Fast uninstall.
626         Echo all `rm' commands that are are executed.
627         * lib/am/java.am (install-%DIR%JAVA, uninstall-%DIR%JAVA):
628         Fast install and uninstall.
630         AIX ranlib dislikes spaces in the argument.
631         * lib/am/libs.am (install-%DIR%LIBRARIES): Fix instsh.test
632         failure on AIX due to ranlib and whitespace in the directory.
633         * THANKS: Update.
634         Report by John F Trudeau.
636         Fail upon install or ranlib failure, part two.
637         * lib/am/java.am (install-%DIR%JAVA): Fail upon install failure.
638         * lib/am/lisp.am (install-%DIR%LISP): Likewise.
639         * lib/am/ltlib.am (install-%DIR%LTLIBRARIES): Likewise.
640         * lib/am/libs.am (install-%DIR%LIBRARIES): Likewise, for
641         `install' as well as `ranlib'.
642         * lib/am/progs.am (install-%DIR%PROGRAMS): If `install' fails,
643         return its exit failure, not 1.
644         * tests/instfail.test: New test, for PROGRAMS (without libtool),
645         LIBRARIES, including nobase variants.
646         * tests/instfail-info.test: Likewise, for TEXINFOS.
647         * tests/instfail-java.test: Likewise, for JAVA.
648         * tests/instfail-libtool.test: Likewise, for PROGRAMS (with
649         libtool) and LTLIBRARIES.
650         * tests/Makefile.am: Adjust.
652         Exit upon `install' failure, part one.
653         * lib/am/data.am (install-%DIR%%PRIMARY%): Exit if any install
654         command fails.
655         * lib/am/python.am (install-%DIR%PYTHON): Likewise.
656         * lib/am/scripts.am (install-%DIR%SCRIPTS): Likewise.
657         * lib/am/texinfos.am (install-dvi-am, install-html-am)
658         (install-info-am:, install-pdf-am): Likewise.
659         * tests/instmany.test: New test, for SCRIPTS, DATA, and HEADERS.
660         * tests/instmany-python.test: New test, for PYTHON.
661         * tests/Makefile.am: Adjust.
663 2008-09-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
665         Fix multi-file installation for files in srcdir.
666         For files that can live in the build tree or the source tree,
667         we have to expect that prepending `$(srcdir)/' to each name
668         will let the install command line exceed length limitations.
669         Thus use a new macro, $(am__base_list), to install in chunks
670         of 40 files, similar to what we do for nobase_* files.  There,
671         lower the limit to 40, too.
672         * lib/am/inst-vars.am (am__install_max): Lower to 40.
673         (am__base_list): New macro.
674         * lib/am/data.am (install-%DIR%%PRIMARY%) [%?BASE%]: Use it.
675         * lib/am/texinfos.am (install-dvi-am, install-html-am)
676         (install-info-am, install-pdf-am, install-ps-am): Likewise.
678 2008-09-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
680         Use `Exit' instead of `exit' in test suite.
681         Cater to Bourne shells like Solaris sh that do not pass the
682         `exit' argument as status to the cleanup trap.
683         * Makefile.am (maintainer-check): Check that here-documents
684         use only `END' or `EOF' as delimiter in the test suite.
685         Check that, outside of here-documents, the tests do not use
686         `exit' with an argument, but use `Exit' instead.
687         * tests/defs.in (Exit): New function.  Use it throughout,
688         starting with the introduction of the exit trap.
689         * tests/aclibobj.test, tests/acloca10.test, tests/acloca11.test,
690         tests/acloca12.test, tests/acloca13.test, tests/acloca14.test,
691         tests/acloca15.test, tests/acloca16.test, tests/acloca17.test,
692         tests/acloca18.test, tests/acloca19.test, tests/acloca20.test,
693         tests/acloca21.test, tests/acloca22.test, tests/aclocal.test,
694         tests/aclocal3.test, tests/aclocal4.test, tests/aclocal5.test,
695         tests/aclocal6.test, tests/aclocal7.test, tests/aclocal8.test,
696         tests/aclocal9.test, tests/acoutbs.test, tests/acoutbs2.test,
697         tests/acoutnoq.test, tests/acoutpt.test, tests/acoutpt2.test,
698         tests/acoutqnl.test, tests/acsilent.test, tests/acsubst.test,
699         tests/acsubst2.test, tests/all.test, tests/alloca.test,
700         tests/alloca2.test, tests/alpha.test, tests/alpha2.test,
701         tests/amassign.test, tests/ammissing.test, tests/amopt.test,
702         tests/amsubst.test, tests/ansi.test, tests/ansi10.test,
703         tests/ansi2.test, tests/ansi3.test, tests/ansi3b.test,
704         tests/ansi4.test, tests/ansi5.test, tests/ansi6.test,
705         tests/ansi7.test, tests/ansi8.test, tests/ansi9.test (main),
706         tests/ar.test, tests/ar2.test, tests/asm.test, tests/asm2.test,
707         tests/asm3.test, tests/automake.test, tests/auxdir.test,
708         tests/auxdir2.test, tests/auxdir3.test, tests/auxdir4.test,
709         tests/backsl.test, tests/backsl2.test, tests/backsl3.test,
710         tests/backsl4.test, tests/badline.test, tests/badopt.test,
711         tests/badprog.test, tests/block.test, tests/bsource.test,
712         tests/canon-name.test, tests/canon.test, tests/canon2.test,
713         tests/canon3.test, tests/canon4.test, tests/canon5.test,
714         tests/ccnoco.test, tests/ccnoco2.test, tests/check.test,
715         tests/check2.test, tests/check3.test, tests/check4.test,
716         tests/check5.test, tests/check6.test, tests/check7.test,
717         tests/checkall.test, tests/clean.test, tests/clean2.test,
718         tests/colneq.test, tests/colneq2.test, tests/colon.test,
719         tests/colon2.test, tests/colon3.test, tests/colon4.test,
720         tests/colon5.test, tests/colon6.test, tests/colon7.test,
721         tests/color.test (test_no_color), tests/commen10.test,
722         tests/comment.test, tests/comment2.test, tests/comment3.test,
723         tests/comment4.test, tests/comment5.test, tests/comment6.test,
724         tests/comment7.test, tests/comment8.test, tests/comment9.test,
725         tests/compile.test, tests/compile_f90_c_cxx.test,
726         tests/compile_f_c_cxx.test, tests/cond.test, tests/cond10.test,
727         tests/cond11.test, tests/cond13.test, tests/cond14.test,
728         tests/cond15.test, tests/cond16.test, tests/cond17.test,
729         tests/cond18.test, tests/cond19.test, tests/cond2.test,
730         tests/cond20.test, tests/cond21.test, tests/cond22.test,
731         tests/cond27.test, tests/cond3.test, tests/cond37.test,
732         tests/cond39.test, tests/cond4.test, tests/cond40.test,
733         tests/cond41.test, tests/cond5.test, tests/cond6.test,
734         tests/cond7.test (AC_INIT), tests/cond8.test, tests/cond9.test,
735         tests/condd.test, tests/condhook.test, tests/condinc.test,
736         tests/condinc2.test, tests/condlib.test, tests/condman.test,
737         tests/condman2.test, tests/conf2.test, tests/confdeps.test,
738         tests/conff.test, tests/conff2.test, tests/confh.test,
739         tests/confh4.test, tests/confh5.test, tests/config.test,
740         tests/confincl.test, tests/conflnk.test, tests/conflnk2.test,
741         tests/conflnk3.test, tests/conflnk4.test, tests/confsub.test,
742         tests/confvar.test, tests/confvar2.test, tests/copy.test,
743         tests/ctarget1.test, tests/cxx.test, tests/cxx2.test,
744         tests/cxxansi.test, tests/cxxcpp.test, tests/cxxlibobj.test,
745         tests/cxxlink.test, tests/cxxnoc.test, tests/cxxo.test,
746         tests/cygwin32.test, tests/dash.test, tests/defs.in (else),
747         tests/defun.test, tests/defun2.test, tests/dejagnu.test,
748         tests/dejagnu2.test, tests/dejagnu3.test, tests/dejagnu4.test,
749         tests/dejagnu5.test, tests/dejagnu6.test, tests/dejagnu7.test,
750         tests/depacl2.test, tests/depcomp.test, tests/depcomp2.test,
751         tests/depcomp3.test, tests/depcomp4.test, tests/depcomp5.test,
752         tests/depcomp6.test, tests/depcomp7.test, tests/depdist.test,
753         tests/depend.test, tests/depend2.test, tests/depend3.test,
754         tests/depend4.test, tests/destdir.test, tests/dirforbid.test,
755         tests/dirlist.test, tests/dirlist2.test, tests/discover.test,
756         tests/distcom2.test, tests/distcom3.test, tests/distcom4.test,
757         tests/distcom5.test, tests/distcom6.test, tests/distcom7.test,
758         tests/distdir.test, tests/distname.test, tests/dollar.test,
759         tests/double.test, tests/dup2.test, tests/else.test,
760         tests/empty.test, tests/empty2.test, tests/empty3.test,
761         tests/empty4.test, tests/exdir.test, tests/exdir2.test,
762         tests/exdir3.test, tests/exeext.test, tests/exeext2.test,
763         tests/exeext3.test, tests/exeext4.test, tests/exsource.test,
764         tests/ext.test, tests/extra.test, tests/extra2.test,
765         tests/extra3.test, tests/extra4.test, tests/extra5.test,
766         tests/extra6.test, tests/extra7.test, tests/f90only.test,
767         tests/flibs.test, tests/fn99.test, tests/fn99subdir.test,
768         tests/fnoc.test, tests/fo.test, tests/fonly.test,
769         tests/fort1.test, tests/fort2.test, tests/fort4.test,
770         tests/fort5.test, tests/fortdep.test, tests/fpinst2.test,
771         tests/fpinstall.test, tests/gcj.test, tests/gcj2.test,
772         tests/gcj3.test, tests/gcj4.test, tests/gcj5.test,
773         tests/getopt.test, tests/gettext.test, tests/gettext2.test,
774         tests/gettext3.test, tests/gnits.test, tests/gnits2.test (main),
775         tests/gnits3.test, tests/gnumake.test, tests/gnuwarn.test,
776         tests/gnuwarn2.test, tests/header.test, tests/help.test,
777         tests/hosts.test, tests/implicit.test, tests/include.test,
778         tests/include2.test, tests/info.test, tests/init.test,
779         tests/insh2.test, tests/install2.test, tests/installdir.test,
780         tests/instdat.test, tests/instdat2.test, tests/instexec.test,
781         tests/insthook.test, tests/instman.test, tests/instman2.test,
782         tests/instsh.test, tests/instsh2.test, tests/instsh3.test,
783         tests/instspc.test, tests/interp.test, tests/interp2.test,
784         tests/java.test, tests/java2.test, tests/java3.test,
785         tests/javaprim.test, tests/javasubst.test, tests/ldadd.test,
786         tests/ldflags.test, tests/lex.test, tests/lex2.test,
787         tests/lex3.test, tests/lex4.test, tests/lex5.test (main),
788         tests/libexec.test, tests/libobj10.test, tests/libobj11.test,
789         tests/libobj12.test, tests/libobj13.test, tests/libobj2.test,
790         tests/libobj3.test, tests/libobj4.test, tests/libobj5.test,
791         tests/libobj7.test, tests/libobj8.test, tests/library.test,
792         tests/library2.test, tests/library3.test, tests/libtoo10.test,
793         tests/libtool.test, tests/libtool2.test, tests/libtool3.test
794         (main), tests/libtool4.test, tests/libtool5.test,
795         tests/libtool6.test, tests/libtool7.test, tests/libtool8.test,
796         tests/libtool9.test (main), tests/license.test,
797         tests/link_c_cxx.test, tests/link_dist.test,
798         tests/link_f90_only.test, tests/link_f_only.test,
799         tests/link_fc.test, tests/link_fccxx.test, tests/link_fcxx.test,
800         tests/lisp2.test, tests/lisp3.test, tests/lisp4.test,
801         tests/lisp5.test, tests/lisp6.test, tests/lisp7.test,
802         tests/lisp8.test, tests/listval.test, tests/location.test,
803         tests/longlin2.test, tests/longline.test, tests/ltcond.test,
804         tests/ltcond2.test, tests/ltconv.test, tests/ltdeps.test,
805         tests/ltlibobjs.test, tests/ltlibsrc.test, tests/lzma.test,
806         tests/maintclean.test, tests/make.test, tests/makej.test,
807         tests/makevars.test, tests/man.test, tests/man2.test,
808         tests/man3.test, tests/mclean.test, tests/mdate.test,
809         tests/mdate2.test, tests/mdate3.test, tests/mdate4.test,
810         tests/mdate5.test, tests/missing.test, tests/missing2.test,
811         tests/missing3.test, tests/missing4.test, tests/missing5.test,
812         tests/missing6.test, tests/mkinst2.test, tests/mkinst3.test,
813         tests/mkinstall.test, tests/mmode.test, tests/mmodely.test,
814         tests/multlib.test, tests/nobase-libtool.test,
815         tests/nobase-python.test, tests/nobase.test, tests/nodef.test,
816         tests/nodef2.test, tests/nodep.test, tests/nodep2.test,
817         tests/nodepcomp.test, tests/nodist.test, tests/nodist2.test,
818         tests/nodist3.test, tests/nogzip.test, tests/nogzip2.test,
819         tests/noinst.test, tests/noinstdir.test, tests/nolink.test,
820         tests/nostdinc.test, tests/notrans.test, tests/number.test,
821         tests/objc.test, tests/objc2.test, tests/obsolete.test,
822         tests/order.test, tests/outdir.test, tests/output-order.test,
823         tests/output.test, tests/output10.test, tests/output11.test,
824         tests/output12.test, tests/output13.test, tests/output2.test,
825         tests/output3.test, tests/output4.test, tests/output5.test,
826         tests/output6.test, tests/output7.test, tests/output8.test,
827         tests/output9.test, tests/overrid.test, tests/parse.test,
828         tests/pluseq.test, tests/pluseq10.test, tests/pluseq2.test,
829         tests/pluseq3.test, tests/pluseq4.test, tests/pluseq5.test,
830         tests/pluseq6.test, tests/pluseq7.test, tests/pluseq8.test,
831         tests/pluseq9.test, tests/postproc.test, tests/ppf77.test,
832         tests/pr2.test, tests/pr204.test, tests/pr211.test,
833         tests/pr220.test, tests/pr224.test, tests/pr229.test,
834         tests/pr243.test, tests/pr266.test, tests/pr279-2.test,
835         tests/pr279.test, tests/pr287.test, tests/pr300-lib.test,
836         tests/pr300-ltlib.test, tests/pr300-prog.test, tests/pr307.test,
837         tests/pr401.test, tests/pr401b.test, tests/pr401c.test,
838         tests/pr72.test, tests/pr87.test, tests/pr9.test,
839         tests/prefix.test, tests/primary.test, tests/primary2.test,
840         tests/primary3.test, tests/proginst.test, tests/python.test,
841         tests/python10.test, tests/python11.test, tests/python12.test,
842         tests/python2.test, tests/python3.test, tests/python4.test,
843         tests/python5.test, tests/python6.test, tests/python7.test,
844         tests/python8.test, tests/python9.test, tests/recurs.test,
845         tests/recurs2.test, tests/regex.test, tests/remake.test,
846         tests/remake2.test, tests/remake3.test, tests/remake4.test,
847         tests/remake5.test, tests/remake6.test, tests/remake7.test,
848         tests/req.test, tests/reqd.test, tests/reqd2.test,
849         tests/rulepat.test, tests/scripts.test, tests/seenc.test,
850         tests/sinclude.test, tests/space.test, tests/specflg.test,
851         tests/specflg2.test, tests/specflg3.test, tests/specflg6.test,
852         tests/specflg7.test, tests/specflg8.test, tests/specflg9.test,
853         tests/spell.test, tests/spell2.test, tests/spell3.test,
854         tests/spelling.test, tests/spy.test, tests/srcsub.test,
855         tests/srcsub2.test, tests/stamph2.test, tests/stdinc.test,
856         tests/stdlib.test, tests/stdlib2.test, tests/strip.test,
857         tests/subcond.test, tests/subcond2.test, tests/subcond3.test,
858         tests/subdir.test, tests/subdir2.test, tests/subdir3.test,
859         tests/subdir4.test, tests/subdir5.test, tests/subdir6.test,
860         tests/subdir7.test, tests/subdir8.test, tests/subdir9.test,
861         tests/subdirbuiltsources.test, tests/subobj.test,
862         tests/subobj10.test, tests/subobj2.test, tests/subobj3.test,
863         tests/subobj4.test, tests/subobj5.test, tests/subobj6.test,
864         tests/subobj7.test, tests/subobj8.test, tests/subobj9.test,
865         tests/subobjname.test, tests/subpkg.test, tests/subpkg2.test,
866         tests/subpkg3.test, tests/subst.test, tests/subst2.test,
867         tests/subst3.test, tests/substre2.test, tests/substref.test,
868         tests/substtarg.test, tests/suffix.test, tests/suffix10.test,
869         tests/suffix11.test, tests/suffix12.test, tests/suffix2.test,
870         tests/suffix3.test, tests/suffix4.test, tests/suffix5.test,
871         tests/suffix6.test, tests/suffix7.test, tests/suffix8.test,
872         tests/suffix9.test, tests/symlink.test, tests/symlink2.test,
873         tests/symlink3.test, tests/syntax.test, tests/tags.test,
874         tests/tagsub.test, tests/tar.test, tests/tar2.test,
875         tests/tar3.test, tests/target-cflags.test,
876         tests/targetclash.test, tests/transform.test, tests/txinfo.test,
877         tests/txinfo10.test, tests/txinfo13.test, tests/txinfo16.test,
878         tests/txinfo17.test, tests/txinfo18.test, tests/txinfo19.test,
879         tests/txinfo2.test, tests/txinfo20.test, tests/txinfo21.test,
880         tests/txinfo22.test, tests/txinfo23.test, tests/txinfo24.test,
881         tests/txinfo25.test, tests/txinfo26.test, tests/txinfo27.test,
882         tests/txinfo28.test, tests/txinfo29.test, tests/txinfo3.test,
883         tests/txinfo30.test, tests/txinfo31.test, tests/txinfo4.test,
884         tests/txinfo5.test, tests/txinfo6.test, tests/txinfo7.test,
885         tests/txinfo8.test, tests/txinfo9.test, tests/unused.test,
886         tests/upc.test, tests/upc2.test, tests/upc3.test,
887         tests/vars.test, tests/vars3.test, tests/vartar.test,
888         tests/version.test, tests/version2.test, tests/version3.test,
889         tests/version4.test, tests/version6.test, tests/version7.test,
890         tests/version8.test, tests/vpath.test, tests/vtexi.test,
891         tests/vtexi2.test, tests/warnopts.test, tests/werror.test,
892         tests/werror2.test, tests/whoami.test, tests/xsource.test,
893         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
894         tests/yacc4.test, tests/yacc5.test, tests/yacc6.test,
895         tests/yacc7.test, tests/yacc8.test, tests/yaccpp.test,
896         tests/yaccvpath.test: Use `Exit $arg' instead of `exit $arg'
897         throughout, except inside created files.
899 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
901         Avoid Heisenbug with verbose testing on HP-UX.
902         * tests/output-order.test: Remove spurious redirection line
903         from output for comparison.
905         For all possibly-relative subdirs, use $(am__cd).
906         Up to now, $(am__cd) was only used within backquotes, to avoid
907         extraneous output.  This patch also uses it for every `cd' to a
908         relative subdir, to prevent CDPATH from entering an unwanted
909         directory.
910         * Makefile.am (maintainer-check): Fix current check for
911         $(am__cd) within backquotes a bit.  Add new check for `cd' to a
912         relative subdir.
913         * automake.in (handle_tags, handle_configure):  Adjust rules.
914         * lib/am/ansi2knr.am: Likewise.
915         * lib/am/configure.am: Likewise.
916         * lib/am/distdir.am: Likewise.
917         * lib/am/remake-hdr.am: Likewise.
918         * lib/am/subdirs.am: Likewise.
919         * lib/am/tags.am: Likewise.
920         * lib/am/texibuild.am: Likewise.
922         Fix nobase-python.test for BSD make.
923         * tests/nobase-python.test: Listing a dependency to be found
924         via VPATH search explicitly, without the path, as a target,
925         will turn off VPATH search for FreeBSD make.  So move the
926         creation of the files outside of the Makefile.
928 2008-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
930         Implement AM_MAINTAINER_MODE([DEFAULT-MODE]).
931         * m4/maintainer.m4 (AM_MAINTAINER_MODE): Allow for an optional
932         first argument of `enable' or `disable', setting the default.
933         * doc/automake.texi (Optional, maintainer-mode): Document.
934         * tests/mmode.test: New test.
935         * tests/Makefile.am: Adjust.
936         * NEWS: Update.
937         Suggestion by Vincent Lefevre.
939 2008-08-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
941         Copyright year updates.
942         * lib/am/header-vars.am: Update copyright years.
943         * lib/am/remake-hdr.am: Likewise.
944         * lib/am/tags.am: Likewise.
946 2008-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
948         * THANKS: Use Cyrillic name instead of ASCII transcription.
950 2008-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
952         Fix rebuilding of removed subdir/Makefile.in files.
953         * lib/am/configure.am (%MAKEFILE-IN%) [?!TOPDIR_P?]: If
954         subdir/Makefile.in was removed, am--refresh would not update
955         it.  Fix up for it by running the per-directory rebuild rule.
956         * tests/remake6.test, tests/remake7.test: New tests.
957         * tests/Makefile.am: Adjust.
958         * NEWS, THANKS: Update.
959         Report and initial patch by Ilya N. Golubev.
961 2008-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
963         * tests/notrans.test: Use multiple man files of each type.
965         Fix maintainer-check failures.
966         * doc/automake.texi (Conditionals): Drop TAB.
967         * tests/missing6.test: Use 'rm -f'.
969 2008-08-19  Reuben Thomas <rrt@sc3d.org>  (tiny patch)
971         * doc/automake.texi (Flag Variables Ordering, Per-Object Flags):
972         Fix grammaros.
974 2008-08-02  Karl Berry  <karl@freefriends.org>
976         * lib/gnupload: Provide also a simple example.
978 2008-06-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
980         Small doc fix.
981         * doc/automake.texi (Public Macros): Close open paren.
983 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
985         Introduce macro $(am__mv) to facilitate 'libtool --dry-run'.
986         * lib/am/depend.am (am__mv): New macro, set to 'mv -f'.
987         * lib/am/depend2.am: Use throughout to move the temporary
988         depfile *.Tpo to its final destination *.Po.
990 2008-06-18  Rafael Espindola  <espindola@google.com>
992         * lib/config-ml.in: don't handle --enable-shared and --enable-static.
994 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
996         * lib/am/inst-vars.am (am__install_max): New variable.
997         (am__nobase_list): Use it.
999         Fix conditional rules competing with config.status rules.
1000         * automake.in (handle_configure): Teach targets about the
1001         conditional config.status rule.
1002         * tests/cond39.test: Adjust test to expose this.
1004         For AC_CONFIG_LINKS(X,X), do not clean X in a non-VPATH build.
1005         * automake.in (rewrite_inputs_into_dependencies): Do distribute
1006         inputs where input and output name are equal.  This relies on
1007         the assumption that it only happens with AC_CONFIG_LINKS.
1008         (handle_configure) <CONFIG_CLEAN_VPATH_FILES>: New variable, for
1009         links where source and dest are equal.
1010         * lib/am/clean.am (distclean-generic): Remove, if build tree not
1011         equal source tree.
1012         * tests/conflnk4.test: New test.
1013         * tests/Makefile.am: Adjust.
1014         * NEWS: Update.
1016 2008-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1018         * doc/automake.texi (Extending): Fix ambivalent wording.
1019         Report by Ben Pfaff.
1021 2008-06-04  Karl Berry  <karl@freefriends.org>
1023         * doc/automake.texi (Install, Hard-Coded Install Paths):  Fix
1024         punctuation and markup.
1025         (Extending): Improve wording and clarify order semantics of
1026         *-local and *-hook targets.
1028 2008-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1030         * doc/automake.texi (Extending): Fix grammar.
1031         Report by Karl Berry.
1033 2008-05-13  Stepan Kasal  <skasal@redhat.com>
1035         Fix typos.
1036         * doc/automake.texi (Timeline): Reported by Reuben Thomas.
1037         * lib/am/remake-hdr.am: A few typos in comments.
1039 2008-04-10  Eric Blake  <ebb9@byu.net>
1041         Prefer a released version of autoconf.
1042         * NEWS: Bump requirement to autoconf 2.62.
1043         * m4/init.m4 (AM_INIT_AUTOMAKE): Likewise.
1044         * configure.ac: Likewise.
1045         (AC_PREREQ): Remove check, done by AM_INIT_AUTOMAKE instead.
1047         AC_AUTOCONF_VERSION can inadvertently expand to a macro name.
1048         * m4/amversion.in (AM_SET_CURRENT_AUTOMAKE_VERSION): Use proper
1049         m4 quoting.
1050         * aclocal.in (write_aclocal): Likewise.
1051         * tests/missing6.test: New test.
1052         * tests/Makefile.am (TESTS): Run it.
1053         * tests/missing4.test: Adjust.
1055 2008-04-02  Eric Blake  <ebb9@byu.net>
1057         Make gnupload friendlier for VPATH usage.
1058         * lib/gnupload: Allow uploads from separate directory.
1060 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1062         Implement conditional AC_CONFIG_FILES: AM_COND_IF.
1063         * automake.in (%ac_config_files_condition): New.
1064         (scan_autoconf_config_files): Record condition if any.
1065         (scan_autoconf_traces): Trace _AM_COND_IF, _AM_COND_ELSE,
1066         _AM_COND_ENDIF, updating @cond_stack as appropriate.
1067         (handle_configure): Prefix config.status rule with condition.
1068         Check that m4 quotation is done consistently.
1069         * m4/cond.m4 (AM_CONDITION): Define `_AM_COND_VALUE_name'
1070         with `name' being the name of the condition, to its shell
1071         condition.
1072         * m4/cond-if.m4: New file.
1073         (_AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF): New trace helpers.
1074         (AM_COND_IF): New macro, implements conditionals.
1075         * m4/Makefile.am: Adjust.
1076         * doc/automake.texi (Requirements, Optional, Conditionals):
1077         Document AM_COND_IF.
1078         * NEWS: Update.
1079         * tests/cond39.test, tests/cond40.test, tests/cond41.test,
1080         tests/cond42.test, tests/cond43.test: New tests.
1081         * tests/Makefile.am: Adjust.
1083 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1085         * doc/automake.texi (@ovar): New macro, from autoconf.texi.
1086         (Python): Use it.
1087         Suggestion by Eric Blake.
1089 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1091         * lib/texinfo.tex: Sync from upstream.
1093 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1095         * doc/automake.texi (Requirements, Linking, Extending):
1096         Fix underfull and overfull lines, fix wording a bit.
1098         * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from
1099         upstream.
1101         * Makefile.am (WGET_SV_GIT_CF): New.
1102         (fetch): Pull config.guess and config.sub from git repo now.
1104         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
1105         $hint, show if the executing program does not exist.
1106         (xsystem_hint): New function, like xsystem but allows to pass
1107         a hint.
1109 2008-03-11  Peter Breitenlohner  <peb@mppmu.mpg.de>
1111         Implement the `notrans_' prefix for untransformed manpages.
1112         * automake.in (handle_man_pages), lib/am/mans.am: Implement
1113         notrans_ prefix for MANS primary and rework dependencies for
1114         install-man%SECTION%; use only vars defined in Makefile.am.
1115         * doc/automake.texi (Renaming, Uniform, Man pages):
1116         Document notrans_ prefix.
1117         * NEWS: Update.
1118         * tests/notrans.test: New test.
1119         * tests/Makefile.am: Update.
1121         * automake.in (handle_man_pages): Reindent, for next patch.
1123 2008-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1125         Use `install' with multiple files at once for some primaries.
1126         With nobase targets, at most 50 files are installed at once,
1127         to avoid quadratic string concatenation and line length limits.
1128         This isn't yet done with base targets.  One hope is that there,
1129         the typical file name length is lower.  If this turns out to be
1130         a problem, it should be revisited.
1132         * lib/am/inst-vars.am (am__nobase_list): New helper macro for
1133         installation of multiple nobase files at once: sorts and lists
1134         files keyed by their target directory.
1135         * lib/am/data.am (%DIR%%PRIMARY%_INSTALL): No need to set it to
1136         $(install_sh_DATA) any more, not even for nobase targets.
1137         (install-%DIR%%PRIMARY%): Split base and nobase cases.
1138         Rewrite to pass lists of files which all go in the same
1139         directory to `install'.  In the nobase case, make use of
1140         $(am__nobase_list) and $(MKDIR_P) each directory before
1141         populating it.  Take care of files in source and build trees,
1142         and avoid creating directories where no files are to be
1143         installed.
1144         * lib/am/libs.am (%DIR%LIBRARIES_INSTALL): Likewise.
1145         (install-%DIR%LIBRARIES): Likewise.
1146         * lib/am/python.am (%DIR%PYTHON_INSTALL): Likewise.
1147         (install-%DIR%PYTHON): Likewise.  Also take care to keep note of
1148         a list for byte compilation after installation.
1149         * lib/am/texinfos.am (install-dvi-am, install-html-am)
1150         (install-info-am, install-pdf-am, install-ps-am): Use file lists
1151         to install multiple files at once.
1152         * NEWS: Update.
1153         Suggested by Akim Demaille.
1155 2008-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1157         Require unreleased Autoconf for fixed AC_PROG_INSTALL.
1158         * m4/init.m4 (AM_INIT_AUTOMAKE): Bump AC_PREREQ to 2.61-341,
1159         regenerate files.
1160         * configure.ac: Also require Autoconf 2.61-341, to catch
1161         failure early and provide a sensible error message.
1163         Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT.
1164         * tests/ansi4.test: Drop AC_OBJEXT and AC_EXEEXT.
1165         * tests/ansi6.test: Likewise.
1166         * tests/ansi7.test: Likewise.
1167         * tests/condlib.test: Likewise.
1168         * tests/cygwin32.test: Likewise.
1169         * tests/exeext2.test: Likewise.
1170         * tests/libobj11.test: Likewise.
1171         * tests/library.test: Likewise.
1172         * tests/txinfo5.test: Likewise.
1174 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1176         Skip instsh3.test if `touch -t' does not work.
1177         * tests/instsh3.test: Test for `touch -t', fails with Solaris
1178         /usr/ucb/touch.
1179         * THANKS: Update.
1180         Report by Younes Younes.
1182 2008-02-27  Reuben Thomas  <rrt@sc3d.org>
1184         * doc/automake.texi (wildcards): Improve "Why doesn't Automake
1185         support wildcards" node's English and sense.
1187 2008-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1189         * lib/am/check.am (check-TESTS): In the case patterns for
1190         XFAILed tests, add literal bracket expression for matching
1191         whitespace, as NetBSD 4.99.54 ksh does not understand a
1192         bracket expression resulting from variable expansion.
1193         * README: Explain how to run the Automake test suite, including
1194         setting MAKE to test gmake.
1195         Report by Patrick Welche.
1197 2008-02-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1199         PR automake/498
1200         * m4/options.m4 (_AM_SET_OPTIONS): Use m4_foreach_w instead of
1201         obsolete AC_FOREACH.
1202         Report by NightStrike and gurganbl@rose-hulman.edu.
1204 2008-02-17  Colin Watson  <cjwatson@debian.org>  (tiny change)
1206         * lib/am/tags.am (ID): Fix typo in workaround for old awk.
1208 2008-02-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1210         * doc/.gitignore: Ignore files generated by `make ps pdf html'.
1212 2008-02-05  Reuben Thomas  <rrt@sc3d.org>
1214         * doc/automake.texi (CVS): configure.ac will appear newer, not
1215         older, than configure.  Use `lexical' instead of `alphabetical'.
1217 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1219         * tests/man3.test: Avoid `make VAR=value'.
1221         * tests/subst3.test: New test.
1222         * tests/Makefile.am: Update.
1224         * tests/instsh2.test: Split off testing of `install-sh -C' ...
1225         * tests/instsh3.test: ... to this new test, requiring non-root.
1226         * tests/Makefile.am: Adjust.
1227         * THANKS: Update.
1228         Report by Theodoros V. Kalamatianos.
1230 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1232         * tests/nobase.test: Extend test to generated files.
1234         * tests/nobase-python.test: New test, nobase for python files.
1235         * tests/Makefile.am: Update.
1237         * tests/nobase.test: Split off libtool part of nobase.test for
1238         increased test exposure, to ...
1239         * tests/nobase-libtool.test: ... this new test.
1240         * tests/Makefile.am: Update.
1242 2008-01-23  Eric Blake  <ebb9@byu.net>
1244         Fix color.test when using BSD grep.
1245         * tests/color.test: Ensure that grep can handle non-printing
1246         characters.
1248 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1250         * tests/lisp3.test: Fix typo.
1252 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1254         * lib/am/mans.am (install-man%SECTION%): Prefer generated manpages
1255         over distributed ones.
1256         Report and patch by Peter Breitenlohner.
1257         * tests/man3.test: New test.
1258         * tests/Makefile.am: Update.
1260 2008-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1262         * tests/tar.test: Skip if no appropriate tar was found.
1264 2008-01-19  NightStrike  <nightstrike@gmail.com>
1266         * doc/automake.texi (Dependency Tracking): Fix typo.
1268 2008-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1270         * lib/config-ml.in, lib/config.guess, lib/config.sub,
1271         lib/symlink-tree: Sync from upstream.
1273         * Makefile.am (WGET_SV_CVS): Renamed from WGETSGO.
1274         (WGET_SV_GIT_AC, WGET_SV_GIT_GL, WGET_GCC): New.
1275         (fetch): Update to match current upstream locations.
1277 2008-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1279         * doc/automake.texi (DESTDIR, Built sources example): Fix wording.
1280         * THANKS: Update.
1281         Reports and suggestions by William Pursell and nightstrike@gmail.com.
1283 2008-01-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1285         Do not fail if `autoupdate' is not present.
1286         * tests/obsolete.test: Check for presence of autoupdate.  Apparently,
1287         FreeBSD may install the other Autoconf programs without a version
1288         suffix but not autoupdate.
1290         Fix Heisenbug trying to unset a sometimes-not-set variable.
1291         * tests/check5.test: Do not error out upon `unset TESTS' due to
1292         `set -e', in case TESTS was not set.
1293         * tests/color.test: Likewise.
1295         * doc/automake.texi (amhello Explained): Fix odd sentence.
1296         Report by nightstrike@gmail.com.
1298 2008-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1300         * m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Rewrite to be more
1301         resistant to different quoting styles of $1.
1303         Clarify texinfo.tex and TEXINFO_TEX semantics.
1304         * doc/automake.texi (Texinfo): Clarify that by default,
1305         texinfo.tex is searched in the same directory as the Makefile.am
1306         that needs it.  Clarify that TEXINFO_TEX has precedence over
1307         AC_CONFIG_AUX_DIR, and that it requires the user to install and
1308         distribute it.
1309         * tests/txinfo22.test: Ensure TEXINFO_TEX is not distributed.
1310         * THANKS: Update.
1311         Reports by Dilyan Palauzov and Roumen Petrov.
1313 2008-01-11  Bruno Haible  <bruno@clisp.org>
1314             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1316         * tests/output-order.test: New test, for the stable output fix.
1317         * tests/Makefile.am: Update.
1319 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1321         * Makefile.am (dist-hook): New, ensure world-executable tests.
1322         * THANKS: Update.
1323         Report by Arto C. Nirkko.
1325         * tests/acloca20.test: Use `--force' with the second $AUTOCONF,
1326         to force update on fast machines where both autoconf invocations
1327         happen within the same second.
1328         Report by Greg Schafer.
1330 2008-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1332         * automake.in (scan_autoconf_files): Sort loop over
1333         %required_aux_file, for stable verbose output.
1334         Report by Bruno Haible.
1336         * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from
1337         upstream.
1339         * tests/ccnoco.test (Mycomp): Use a tighter match for -c -o,
1340         to avoid matching for example `LDFLAGS=-Wl,--sort-common'.
1341         * THANKS: Update.
1342         Report and analysis by Carsten Lohrke and Mike Frysinger.
1344 2008-01-07  Stepan Kasal  <skasal@redhat.com>
1346         * automake.in (handle_texinfo_helper, handle_lib_objects): Fix
1347         typos in comments.
1349 2008-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1351         Bump copyright years.
1352         * aclocal.in (write_aclocal, version): Likewise.
1353         * automake.in ($gen_copyright, version): Likewise.
1354         * doc/automake.texi: Likewise.
1356 2007-12-18  Jim Meyering  <meyering@redhat.com>
1358         * lib/gnupload (GPG): Don't use an absolute path.
1359         This reverts part of the 2004-01-28 change.
1361 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1363         * lib/Automake/FileUtils.pm (open_quote): New function.
1364         (update_file, contents): Use it.
1366         Reword the copyright notices to match what's suggested in GPLv3.
1368 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1370         * tests/defs.in: Quote $srcdir, $PATH; skip libtool and gettext
1371         tests if the absolute source or build tree name contain whitespace.
1373         Modify some tests for absolute trees containing whitespace.
1374         * tests/missing.test: Use "./missing" instead of "`pwd`/missing".
1375         * tests/missing2.test: Likewise.
1376         * tests/mmodely.test: Add `pwd` to $PATH instead of absolute
1377         references to myyacc.sh and mylex.sh.
1378         * tests/multlib.test: Likewise for mycc.
1379         * tests/txinfo26.test: Skip if `pwd` contains whitespace, as
1380         an absolute --srcdir does not work there.
1382         * INSTALL, lib/INSTALL, lib/config-ml.in, lib/config.guess,
1383         lib/config.sub, lib/texinfo.tex: Sync from upstream.
1385         Fix the distdir target to cope with spaces in absolute file names.
1386         * lib/am/distdir.am: Quote all instances of $(distdir) and
1387         $(top_distdir).  They could contain white space, coming from
1388         a toplevel package bootstrapped with an older Automake version.
1389         (am__relativize): New macro, taken from gnulib code, written by
1390         Bruno Haible.
1391         (distdir): Use it to compute relative paths to distdir and
1392         top_distdir for enclosed subpackages.
1393         Also, quote $(distuninstallcheck_dir).
1394         * lib/am/texinfos.am: Likewise, quote $(distdir).
1396 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1398         Quote file names in tests that can be absolute.
1399         * tests/auxdir.test, tests/check3.test, tests/check4.test,
1400         tests/compile.test, tests/cond33.test, tests/condhook.test,
1401         tests/distdir.test, tests/dollar.test, tests/empty.test,
1402         tests/gnits2.test, tests/gnits3.test, tests/include2.test,
1403         tests/insthook.test, tests/java.test, tests/libtool7.test,
1404         tests/lisp4.test, tests/lisp5.test, tests/lisp6.test,
1405         tests/ltcond.test, tests/ltconv.test, tests/mkinst2.test,
1406         tests/multlib.test, tests/nobase.test, tests/nodist2.test,
1407         tests/obsolete.test, tests/pr287.test, tests/pr300-lib.test,
1408         tests/pr300-ltlib.test, tests/pr300-prog.test, tests/python10.test,
1409         tests/python3.test, tests/strip.test, tests/transform.test,
1410         tests/txinfo13.test, tests/txinfo19.test, tests/txinfo22.test,
1411         tests/txinfo23.test, tests/txinfo26.test, tests/txinfo27.test:
1412         Likewise.
1414         Quote @abs_top_builddir@ and @abs_top_srcdir@.
1415         * tests/aclocal.in: Likewise.
1416         * tests/automake.in: Likewise.
1418         Fix TAGS and GTAGS rules to cope with whitespace in `pwd`.
1419         * lib/am/tags.am (TAGS): Use positional parameters to avoid
1420         the need to quote absolute file names.
1421         (GTAGS): Quote absolute file name.
1422         (CTAGS): Simplify, dropping unused variable `$tags'.
1424 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1426         * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Fix another instance
1427         of am__strip_dir.  Fixes nobase and pr300-ltlib test failures.
1429 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
1431         Several *-local in a rule do not work.
1432         * tests/all.test: Check this case.
1433         Use set -e.
1434         * tests/Makefile.am (XFAIL_TESTS): Add it.
1436 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
1438         Fix uses of am__strip_dir.
1439         * lib/am/libs.am, lib/am/ltlib.am: Catch up with the change of
1440         definition of am__strip_dir.
1442 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
1444         Define and use register_action.
1445         * lib/Automake/Rule.pm: Fix a few typos in the doc.
1446         (&rule): Use || to simplify the code.
1447         (&register_action): New.
1448         Export it.
1449         * automake.in (&handle_factored_dependencies, &file_contents_internal):
1450         Use it.
1452 2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
1454         * bootstrap: Fix typos on redirections.
1456 2007-11-24  Akim Demaille  <akim@lrde.epita.fr>
1458         Skip comments and empty lines in dirlist in the tests.
1459         * defs.in (extra_includes): Skip comments and empty lines in dirlist.
1461 2007-11-24  Akim Demaille  <akim@lrde.epita.fr>
1463         Ternary operator in lib/am files.
1464         * automake.in (&transform_token): New.
1465         (&transform): Use it.
1466         Support %KEY?TRUE:FALSE%.
1467         (&make_paragraphs): Adjust the regexp to call %transform.
1468         * lib/am/data.am, lib/am/libs.am, lib/am/lisp.am, lib/am/ltlib.am,
1469         * lib/am/progs.am, lib/am/python.am, lib/am/scripts.am:
1470         Use %KEY?TRUE:FALSE%.
1471         * lib/am/inst-vars.am (am__strip_dir): Assign the result to f
1472         to be more alike am__vpath_adj.
1473         Adjust dependencies.
1475 2007-11-24  Akim Demaille  <demaille@gostai.com>
1477         * automake.in: Normalize white spaces.
1479 2007-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1481         * configure.ac (ACLOCAL, AUTOMAKE): Fix quoting for rebuilding
1482         rules, if the absolute build directory name contains white space.
1484 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1486         * aclocal.in (trace_used_macros): Quote input files.
1488         * lib/ylwrap: Cope with white space in `PROGRAM' and `pwd`.
1490         * lib/am/tags.am (ID, TAGS, CTAGS): Make awk scripts portable again.
1491         (CTAGS): Drop unneeded variable `here'.
1493 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1495         * tests/output13.test: New test.
1496         * tests/Makefile.am: Adjust.
1497         Prompted by report from Bruno Haible in
1498         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00479.html>.
1500         Fix signal handling in aclocal.
1501         * aclocal.in (unlink_tmp): If invoked by a signal, note so
1502         in verbose mode.  Reinstall default signal handler and reraise,
1503         to transport the interrupt information.
1505 2007-11-13  Bob Proulx  <bob@proulx.com>
1507         Fix color test failure on dumb (and other) terminals.
1508         * tests/color.test: Set TERM to `ansi'.
1510 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1512         Avoid spurious test failure with `make check TESTS=check5.test'.
1513         * tests/check5.test: unset TESTS.
1515         Fix maintainer-check failure.
1516         * tests/color.test: unset TESTS, use `make -e' rather than
1517         `make MACRO=val'.
1519 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1521         * configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a.
1523         * automake.in (handle_tests): Remove debugging leftover.
1525         Run each test in a process-private subdirectory.
1526         * tests/defs.in: Employ a trap to clean up at the end of the
1527         test in case the test succeeded.  This needs to be revisited
1528         because we would like to keep the output of XPASSing tests.
1529         Also, note when we were interrupted by a signal.  Code taken
1530         from Autoconf's _AC_INIT_PREPARE.
1531         If $keep_testdirs is set, keep them even for successful tests.
1532         * tests/Makefile.am (check-clean-local): New target.  Remove all
1533         tests subdirs, but also make them writable first.  The latter
1534         was already needed without per-test subdirs.
1535         (distclean-local): Depend upon check-clean-local.
1536         * tests/Makefile.in: Regenerate.
1537         * tests/.cvsignore, tests/.gitignore: Adjust.
1539         Fix default includes ordering to be `-I. -I$(srcdir) ...' again.
1540         * automake.in (handle_compile): Put -I$(srcdir) before include
1541         paths for config headers, as was done before Automake 1.10, but
1542         keep uniquified list without multiple adjacent spaces.
1543         * doc/automake.texi (Program variables): List include paths
1544         in order.
1545         * NEWS: Mention 1.10 regression.
1546         * tests/stdinc.test: New test.
1547         * tests/Makefile.am: Adjust.
1548         * THANKS: Update.
1549         Report by Kent Boortz.
1551 2007-11-08  Akim Demaille  <akim@lrde.epita.fr>
1552             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1553             Bob Proulx  <bob@proulx.com>
1555         Implement colorized test output.
1556         * automake.in (handle_tests): Set COLOR depending on `color-tests'.
1557         * configure.ac (AM_INIT_AUTOMAKE): Use `color-tests'.
1558         * doc/automake.texi (Tests, Options): Document test results,
1559         document new option, document AM_COLOR_TESTS.
1560         * lib/Automake/Options.pm (_process_option_list): Handle it.
1561         * lib/am/check.am (am__tty_colors): New variable.  Enable colored
1562         output if TERM is not dumb and depending on AM_COLOR_TESTS and
1563         whether stdout is connected to a terminal.
1564         (check-TESTS): Use am__tty_colors.
1565         * NEWS: Mention color-tests.
1566         * tests/color.test: New test.
1567         * tests/Makefile.am: Adjust.
1569 2007-11-08  NightStrike  <nightstrike@gmail.com>  (tiny change)
1571         For PR automake/526:
1572         * doc/automake.texi (Basic Installation): Fix typo.
1574 2007-10-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1576         Accommodate for new macro AC_AUTOCONF_VERSION.
1577         * aclocal.in (write_aclocal): Use AC_AUTOCONF_VERSION rather
1578         than m4_PACKAGE_VERSION.  Define the former if not defined.
1579         * m4/amversion.in (AM_SET_CURRENT_AUTOMAKE_VERSION): Likewise.
1580         * tests/missing4.test: Use AC_AUTOCONF_VERSION.
1582 2007-10-29  Bruno Haible  <bruno@clisp.org>
1584         * doc/automake.texi (Program variables): Clarify that
1585         Automake does not put DEFAULT_INCLUDES in AM_CPPFLAGS, but
1586         passes it directly to compilation commands.
1588 2007-10-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1590         Move to git as primary source repository.
1591         * Makefile.am (git-dist, git-release): Renamed and adjusted from ...
1592         (cvs-dist, cvs-release): ... these.
1593         (git-diff): New target, taken and adjusted from cvs-diff.
1594         * Makefile.in: Regenerate.
1595         * bootstrap: Adjust.
1596         * NEWS: Announce change.
1597         * doc/automake.texi (General Operation): cvs-dist is git-dist now.
1598         (Timeline): Mention change.
1600 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1602         * automake.in: Treat extension .sx also like preprocessed
1603         assembler (.S), following GCC.
1604         * NEWS: Update.
1605         * doc/automake.texi (Assembly Support): Adjust.
1606         * tests/asm3.test: New test.
1607         * tests/Makefile.am: Update.
1609 2007-10-09  Jim Meyering  <meyering@redhat.com>
1611         Add lzma compression support.
1612         * NEWS: Mention it.
1613         * automake.in (handle_dist): Recognize dist-lzma.
1614         (make_paragraphs): Map LZMA to dist-lzma.
1615         * doc/automake.texi (Dist): Add dist-lzma.
1616         (Options): Likewise.
1617         * lib/Automake/Options.pm (_process_option_list):
1618         (dist dist-all): Add command to create an lzma-compressed tarball.
1619         (distcheck): Handle lzma-compressed tarballs just like the others.
1620         * tests/defs.in: Test for lzma, too.
1621         * tests/lzma.test: New file, based on nogzip.test.
1622         * tests/Makefile.am (TESTS): Add lzma.test.
1623         Suggestion from Karl Berry.
1625 2007-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1627         * automake.in (TARGET_PATTERN): Allow leading digit.
1628         * tests/exeext3.test: Adjust to expose this.
1629         Report by Claudio Fontana and Laurence Finston.
1631 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1633         * tests/defs.in (required): For gcj, check whether `gcj -v'
1634         works, to avoid broken installations without libgcj.spec.
1635         Export $GCJ.
1636         * tests/gcj4.test: Setting GCJ not needed any more.
1637         * THANKS: Update.
1638         Report by Jesse Chisholm.
1640 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642         * lib/config-ml.in, lib/config.guess, lib/config.sub,
1643         lib/symlink-tree, lib/texinfo.tex: New upstream versions.
1645 2007-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1647         * doc/automake.texi (gettext): Fix link to gettext manual.
1649 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1651         In ChangeLog files, use more-permissive notice rather than GPL,
1652         as per usual GNU standards these days.
1654 2007-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1656         * automake.in (handle_programs): Also clean .libs/_libs
1657         directory for _PROGRAMS.
1658         * tests/libtoo10.test: New test.
1659         * tests/Makefile.am: Update.
1660         * THANKS: Update.
1661         Report by Guillermo Ontañón.
1663 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1665         * configure.ac: Actually require version 2.60 in the test for
1666         Autoconf, and recommend it in the error messages.
1667         * THANKS: Update.
1668         Report by Robert Swafford.
1670 2007-07-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1672         * doc/automake.texi (VPATH Builds): Fix wording.
1673         Report by Reuben Thomas.
1675 2007-07-22  Noah Misch  <noah@cs.caltech.edu>
1677         * tests/subst.test: Move the AC_SUBST into a macro definition.
1678         Avoids an error from CVS Autoconf.
1679         * THANKS: Update.
1680         Report by Benoit Sigoure.
1682 2007-07-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1683             Alexandre Duret-Lutz  <adl@gnu.org>
1685         * lib/am/configure.am (%?REGEN-ACLOCAL-M4%): New target
1686         $(am__aclocal_m4_deps) without any dependencies, to avoid the
1687         "deleted .m4 file" problem.
1688         * tests/acloca22.test: New test.
1689         * tests/Makefile.am: Update.
1690         * NEWS: Update.
1692 2007-07-22  Francesco Salvestrini  <salvestrini@gmail.com>
1693             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1695         * lib/am/ltlib.am (install-%DIR%LTLIBRARIES)
1696         (uninstall-%DIR%LTLIBRARIES): Use $(AM_LIBTOOLFLAGS) and
1697         $(LIBTOOLFLAGS).
1698         * lib/am/progs.am (install-%DIR%PROGRAMS)
1699         (uninstall-%DIR%PROGRAMS): Likewise.
1700         * tests/libtool7.test: Update test for `install' and
1701         `uninstall' cases.
1702         * NEWS, THANKS: Update.
1704 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1706         * doc/automake.texi: Remove Front-Cover and Back-Cover Texts,
1707         this manual is not printed by the FSF.
1709 2007-07-16  Alexandre Duret-Lutz  <adl@gnu.org>
1711         * NEWS: Clarify that COPYING files are not updated.
1713 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1715         * doc/automake.texi: New Back-Cover Text.
1716         Report by Karl Berry.
1718 2007-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1720         * aclocal.in (version): Fix output to match GCS requirements.
1721         * automake.in (version): Likewise.
1722         Report by Eric Blake.
1724         * COPYING, lib/COPYING: Update to GPLv3.  All uses changed.
1725         * NEWS: Update.
1727 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1729         * lib/gnupload: Fix shell portability issues with for loops.
1730         Report by Karl Berry.
1732 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1733             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1735         * aclocal.in (write_aclocal): Warn about autoconf
1736         incompatibilities instead of making them fatal.
1737         * tests/missing4.test: Adjust.
1738         * NEWS: Update.
1739         Problem reported by Bruno Haible in
1740         <http://lists.gnu.org/archive/html/bug-automake/2007-06/msg00010.html>.
1742 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
1744         * doc/automake.texi, lib/Automake/Rule.pm: Fix typos.
1745         * automake.in: Likewise.
1746         (am_primary_prefixes): Keep the intentional typo there.
1748 2007-04-25  Eric Blake  <ebb9@byu.net>
1750         * doc/stamp-vti: Remove generated file from revision control.
1751         * doc/version.texi: Likewise.
1753 2007-04-23  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
1755         * doc/automake.texi (Python): Fix typo.
1757 2007-03-30  Eric Blake  <ebb9@byu.net>
1758             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1760         * lib/mdate-sh (ls_command): Use -n when available to avoid
1761         problems with spaces in user/group names.
1762         * tests/mdate5.test: New test.
1763         * tests/Makefile.am: Adjust.
1765 2007-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1767         * automake.in (handle_tests): Rewrite XFAIL_TESTS just like
1768         TESTS, appending $(EXEEXT), so that matching continues to work
1769         on w32.
1770         * NEWS: Mention this.
1771         * doc/automake.texi (EXEEXT, Extending): Update.
1772         * tests/check7.test: New test.
1773         * tests/Makefile.am: Adjust.
1774         Bug report by Ed Hartnett.
1776 2007-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1778         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Again search
1779         the whole file, but use sed to reduce the line length.
1780         Fixes 1.10 regression.  Report by David Byron.
1781         * THANKS, NEWS: Update.
1783 2007-03-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1785         * lib/depcomp (aix): Rewrite depmode in the spirit of the tru64
1786         one.  Fixes failure to catch dependencies with libtool and xlc
1787         in case of enable_static=no (which is the default on AIX without
1788         runtimelinking).
1789         * tests/depcomp7.test: Run test once with --disable-shared and
1790         once with --disable-static, to expose failure systematically.
1791         * NEWS: Update.
1793 2007-03-29  Stepan Kasal  <kasal@ucw.cz>
1794             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1796         * automake.in (handle_LIBOBJS_or_ALLOCA): Fix the error message.
1797         * tests/pr401.test: Update to expose the error.
1798         * tests/pr401b.test: Likewise.
1799         * tests/pr401c.test: Likewise.
1801 2007-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1803         * automake.in (scan_autoconf_config_files): Warn about leading
1804         `./' in config file names.
1805         * tests/canon-name.test: New test.
1806         * tests/Makefile.am: Update.
1807         * THANKS: Update.
1808         Suggestion by Claudio Fontana.
1810         * tests/yacc6.test: Add the generated headers to `BUILT_SOURCES'
1811         as documented in the manual.  Fixes parallel make failure.
1812         Report by Dieter Jurzitza.
1813         * THANKS: Update.
1815         * ChangeLog, TODO, tests/exdir3.test: Fix copyright notice.
1817         * TODO: Kill a couple of outdated items.
1818         * tests/exdir3.test: New test.
1819         * tests/Makefile.am: Update.
1821 2007-01-27 Bruno Haible  <bruno@clisp.org>
1823         * doc/automake.texi (Multiple Outputs): Fix the multiple outputs
1824         with locking example.
1826 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1828         * doc/automake.texi (Subpackages): Fix ambiguous wording.
1829         Report and suggestions by Reuben Thomas.
1830         * THANKS: Update.
1832 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1834         * tests/defs.in (is_newest): Cope with multiple newer files.
1835         * NEWS: mention `install-sh -C'.
1837 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1839         * lib/install-sh (initialize_posix_glob): New var.
1840         Use it instead of setting posix_glob inline.
1841         (posix_glob): Use '?'/''/: instead of ''/yes/no, for convenience.
1842         (cmpprog, CMPPROG): New vars, since we use cmp rather than the diff
1843         of Akim's patch.
1844         Use LC_ALL before invoking 'ls' when we depend on its output format.
1845         Don't use awk; just use the shell's builtin features.
1846         Clean up $dsttmp if -C detects no installation is needed.
1847         * tests/defs.in (is_newest): Renamed from is_younger; the new
1848         name is more accurate.  All uses changed.
1849         (old_timestamp): New var.
1850         * tests/instsh2.test: Rewrite to avoid the need for sleeping.
1852 2006-12-25  Akim Demaille  <akim@epita.fr>
1854         * lib/install-sh: Implement install-sh -C.
1855         (This patch is the remaining part of the patch proposed in
1856         <http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
1857         (usage): Document it.
1858         (copy_on_change): New var.
1859         * tests/defs.in (is_younger): New function.
1860         * tests/instsh2.test: Check install-sh -C.
1862 2006-12-24  Paul Eggert  <eggert@cs.ucla.edu>
1864         * lib/install-sh: Fix typo in previous patch for handling --.
1865         Use more-consistent style for ';;'.
1866         Prefer || to if-then-else-:.
1867         * tests/install2.test: Rework to avoid set -e problems.
1869 2006-12-24  Akim Demaille  <akim@epita.fr>
1871         Simplify install-sh and its test.  This shouldn't change any behavior.
1872         (This patch is a subset of the patch proposed in
1873         <http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
1874         * lib/install-sh (usage): Use usual GNU style.
1875         (dstarg): Rename as...
1876         (dst_arg): this for consistency.
1877         Simplify quoting of assignments.
1878         Sort them.
1879         Don't use '\' to continue commands: && suffices.
1880         Remove useless "continue" in the argument processing,
1881         and factor the shifts.
1882         * tests/defs.in: Some improvements to make it set -e clean.
1883         Use the traditional ":" trick to protect loops from being empty.
1884         Remove an empty straightforward piece of code prepared to define
1885         additional variables.
1886         Use test instead of [], for consistency.
1887         * tests/install2.test: Use set -e, to simplify code.
1889 2006-12-20  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
1891         * doc/automake.texi: Fix typo.
1893 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1895         * doc/Makefile.am: Use $(MAKE) $(AM_MAKEFLAGS) for building
1896         amhello, to prevent gmake from invoking make with MAKEFLAGS
1897         it does not understand.
1898         Report by Patrick Welche.
1900         * lib/gnupload: Revert last change.  Add pointer to upload
1901         instructions of the GNU Maintenance Instructions.
1902         Suggestion by Karl Berry.
1904 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1906         * lib/gnupload: Add missing 'gnu' to example URL.
1907         Report by Karl Berry.
1909 2006-10-28  Bobby Jack <bobbykjack@yahoo.co.uk>  (tiny change)
1911         * doc/automake.texi (amhello Explained): autoconf creates
1912         configure, not configure.ac.
1913         * THANKS: Update.
1915 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1917         * doc/automake.texi (Dist, Dependency Tracking Evolution):
1918         Fix some typos.
1919         * lib/Automake/Condition.pm: Likewise.
1920         * lib/Automake/DisjConditions.pm: Likewise.
1921         * lib/Automake/ItemDef.pm: Likewise.
1922         * lib/Automake/Options.pm: Likewise.
1923         * lib/Automake/Rule.pm: Likewise.
1924         * lib/Automake/VarDef.pm: Likewise.
1925         * lib/Automake/Variable.pm: Likewise.
1926         * lib/Automake/Wrap.pm: Likewise.
1927         * lib/Automake/XFile.pm: Likewise.
1928         * m4/substnot.m4: Likewise.
1930 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1932         * lib/gnupload: Update to version 1.1 of directive file.
1934 2006-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1936         * lib/am/depend2.am (%SOURCEFLAG%): New substitution, goes
1937         right before the expanded source file name.
1938         * automake.in (%sourceflags): New global: per-extension flag
1939         to denote that the next compiler argument is the source file.
1940         (scan_autoconf_traces): Trace AC_FC_SRCEXT; initialize
1941         %sourceflags accordingly.
1942         (handle_single_transform): Store source file extension in...
1943         (%lang_specific_files): ...this and...
1944         (handle_languages): ...adjust here.  Pass flag in SOURCEFLAG.
1945         * doc/automake.texi (Optional): Add AC_FC_SRCEXT.
1946         (Fortran 9x Support): Update.
1947         * tests/fort2.test: New test.
1948         * tests/Makefile.am: Adjust.
1949         * NEWS, THANKS: Update.
1950         Suggested by Steven G. Johnson.
1952         For PR automake/480.
1953         * automake.in (lang_f77_rewrite, lang_fc_rewrite)
1954         (lang_ppfc_rewrite, lang_ppf77_rewrite, lang_ratfor_rewrite):
1955         return `lang_sub_obj' to support subdir-object mode for the
1956         Fortran dialects.
1957         * tests/fort4.test, tests/fort5.test: New tests.
1958         * tests/Makefile.am: Update.
1959         * NEWS, THANKS: Update.
1960         Report by Davyd Madeley and Shannon L. Brown.
1962         * lib/am/header-vars.am (pkglibexecdir): New variable.
1963         * automake.in (%standard_prefix): Add it.
1964         * doc/automake.texi (Uniform): Document it.
1965         (Program Sources): Adjust.
1966         * NEWS: Update.
1967         * tests/libexec.test: New test.
1968         * tests/Makefile.am: Update.
1969         Suggested by Eric Blake.
1971 2006-10-15  Alexandre Duret-Lutz  <adl@gnu.org>
1973         * lib/gnupload: Update to version 1.1 of directive file.
1975         * configure.ac, NEWS: Bump version to 1.10a.
1977         * configure.ac, NEWS: Bump version to 1.10.
1978         * doc/automake.texi (Releases): Update for 1.10.
1980         * lib/config.sub, lib/texinfo.tex: New upstream versions.
1982         * lib/am/depend2.am: Typo.
1983         * lib/depcomp (scriptversion): Bump, to account for recent changes.
1985         * doc/automake.texi (Examples): Introduce the example, and point
1986         to Hello World.
1987         (Hello): Remove this obsolete node.
1989 2006-10-15  Hans Ulrich Niedermann  <hun@n-dimensional.de>
1990             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1992         For PR automake/507:
1993         * lib/am/distdir.am (distdir): filename-length-max check is not
1994         done in sub-packages.
1995         * doc/automake.texi (Options): Document this.
1996         * tests/fn99subdir.test: New test.
1997         * tests/Makefile.am: Update.
1998         * THANKS: Update.
2000 2006-10-14  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2002         * doc/automake.texi (Third-Party Makefiles): Fix typo.
2003         * THANKS: Update.
2005 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2007         * aclocal.in (write_aclocal): Improve warning for mismatched
2008         Autoconf version.
2010         * automake.in: For preprocessed assembler, add `$(DEFS)
2011         $(DEFAULT_INCLUDES) $(INCLUDES)' to the compile rule.
2012         * doc/automake.texi (Assembly Support): Update.
2013         * NEWS: Update.
2014         Suggested by Thomas Schwinge and Ralf Corsepius.
2016         For PR automake/492.
2017         * automake.in (output_flag): Set to `-o' for Assembler and
2018         preprocessed Assembler, assuming that all understand `-c -o'.
2019         * THANKS, NEWS: Update.
2020         * tests/subobj10.test: New test.
2021         * tests/Makefile.am: Update.
2022         Report by Thomas Schwinge.
2024         * automake.in (%_macro_for_cond): New variable.
2025         (cond_stack_if): Use it for better error message about
2026         missing dependency tracking conditionals.
2027         * tests/asm2.test: New test, modeled after asm.test.
2028         * tests/Makefile.am: Adjust.
2029         Report by Ralf Corsepius.
2031         * doc/automake.texi (Options): `no-dependencies' is similar
2032         to `--ignore-deps', not `--include-deps'.
2033         * m4/as.m4 (AM_PROG_AS): If `no-dependencies', do not invoke
2034         _AM_DEPENDENCIES.
2035         * tests/nodep2.test: New test.
2036         * tests/Makefile.am: Adjust.
2038         * automake.in (handle_LIBOBJS_or_ALLOCA): If we are in the
2039         LIBOBJDIR, then we should not add a DEPDIR prefix.
2040         * tests/pr401.test: Update test.
2041         * tests/pr401b.test: Likewise.
2042         * tests/pr401c.test: Likewise.
2043         Report by Jim Meyering and Eric Blake.
2045         * lib/depcomp (gcc3): Put dependency extraction flags before the
2046         `-c' flag, so they appear at the same position as in %FASTDEP%
2047         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2048         which ignores unknown options only after the first non-option.
2049         Bug report against M4 by Nelson H. F. Beebe.
2051 2006-10-14  Bruno Haible  <bruno@clisp.org>
2052             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2054         * automake.in ($seen_gettext_intl): New variable.
2055         (handle_gettext): Consider it.
2056         (scan_autoconf_traces): Add AM_GNU_GETTEXT_INTL_SUBDIR to the list.
2057         Set $seen_gettext_intl when it is seen.
2058         * doc/automake.texi (gettext, Optional): Update.
2059         * tests/gettext3.test: New test.
2060         * tests/Makefile.am: Update.
2062 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2064         * lib/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2065         which incorrectly sets the mode of an existing destination
2066         directory.  In some cases the unpatched install-sh could do the
2067         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2068         system.  We hope this is rare in practice, but it's clearly worth
2069         fixing.  Problem reported by Alex Unleashed in
2070         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2071         Also, don't bother to check for -m bugs unless we're using -m;
2072         suggested by Stepan Kasal.
2074 2006-10-14  Geoffrey Keating  <geoffk@apple.com> (tiny change)
2076         * m4/multi.m4: Non-default multilibs may be cross compilation.
2078 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2080         * automake.in: Fix some typos in comments.
2081         * lib/Automake/Variable.pm: Likewise.
2083 2006-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2085         * automake.in (handle_compile): Use subst, for maintainer-check.
2087 2006-10-09  Andreas Köhler  <andi5.py@gmx.net>  (tiny change)
2089         For PR automake/505:
2090         * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES):
2091         Fix typo: `config.status.lineno', not `configure.status.lineno'.
2093 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2095         * NEWS: Mention that `install-sh' needs executable permissions.
2096         * tests/nobase.test: Adjust.
2097         Report by Patrick Welche.
2099 2006-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2101         * lib/am/check.am (check-TESTS): Fix matching of XFAIL_TESTS
2102         against currently running test for the first and last element
2103         of $(TESTS): add spacing so Solaris make does VPATH expansion
2104         on these words, too.
2105         * tests/check6.test: Update.
2107 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
2109         For PR automake/501:
2110         * lib/am/depend2.am (?GENERIC?%EXT%.o, ?!GENERIC?%OBJ%):
2111         Abbreviate output a bit by not bothering to quote the .Po file
2112         name (the quoting doesn't suffice in general anyway), and by not
2113         bothering to remove junk .Tpo files (as they'll be removed later).
2114         This also lets 'make' run faster by avoiding a subshell.
2116 2006-08-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2118         * automake.in: Fortran 77 and Fortran should require variables
2119         F77 resp. FC to be defined, and suggest the respective Autoconf
2120         macros otherwise.
2121         * tests/fort1.test: New test.
2122         * tests/Makefile.am: Update.
2124         * tests/ext.test: Add extensions f95, F90, F95.
2126 2006-08-30  Alexandre Duret-Lutz  <adl@gnu.org>
2128         For PR automake/500:
2129         * automake.in (handle_compile) <$default_includes>: Do not output
2130         the same -I twice.  Use @am__isrc@ instead of ` -I$(srcdir)'.
2131         * m4/init.m4: Define am__isrc as ` -I$(srcdir)' only in
2132         non-VPATH builds since we always have `-I.'.
2133         * tests/subpkg.test: Make sure config headers are found in VPATH
2134         and non-VPATH builds.
2136 2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2138         * doc/automake.texi, lib/Automake/Rule.pm: Fix some typos.
2139         * NEWS: Likewise.  Clarify that only one LIBOBJDIR is supported.
2141 2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
2143         * lib/Automake/ChannelDefs.pm (usage): Mention that -Wportability
2144         is enabled by default with gnu and gnits strictness.
2145         Report from Bruno Haible.
2147 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2149         * NEWS: Mark de-ANSI-fication as being obsolete.
2150         * doc/automake.texi: Likewise.
2152 2006-08-21  Stepan Kasal  <kasal@ucw.cz>
2154         * Makefile.am, THANKS: Fix typos.
2156 2006-08-20  Alexandre Duret-Lutz  <adl@gnu.org>
2158         * NEWS, configure.ac: Bump version to 1.9c.
2160         * NEWS, configure.ac: Bump version to 1.9b.
2162         * Makefile.am (maintainer-check): Check for mkdir_p in automake.in
2163         too.
2164         * automake.in (require_build_directory): Use MKDIR_P, not mkdir_p.
2166         * m4/mkdirp.m4: Typo in previous patch.
2168         * Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
2169         check so it doesn't complain about the '@ 's in node "Standard
2170         Directory Variables".
2172         * INSTALL, lib/INSTALL, lib/texinfo.tex, lib/config.sub: New
2173         upstream versions.
2175         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Prefix mkdir_p with
2176         $(top_builddir)/ if it is a relative directory.
2178 2006-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
2180         * lib/am/lex.am, lib/am/yacc.am: Drop the inline rules, always use
2181         ylwrap.  Suggested by Akim Demaille long ago, to ease maintenance.
2182         * automake.in (handle_languages): Do not define MORE-THAN-ONE.
2183         (yacc_lex_finish_helper, lang_yacc_finish, lang_lex_finish): Always
2184         require ylwrap.
2185         * doc/automake.texi (Auxiliary Programs, Yacc and Lex): Update the
2186         documentation of ylwrap.
2187         * tests/lex.test, tests/lex4.test, tests/mmodely.test,
2188         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
2189         tests/yaccpp.test: Adjust.
2191         * doc/automake.texi (Releases): Update statistics until 1.9.6.
2193         * Makefile.am (maintainer-check): Check for mkdir_p.
2194         * automake.texi (Obsolete macros): Document AM_PROG_MKDIR_P.
2195         * lib/am/data.am, lib/am/distdir.am, lib/am/install.am,
2196         lib/am/java.am, lib/am/libs.am, lib/am/lisp.am, lib/am/ltlib.am,
2197         lib/am/mans.am, lib/am/progs.am, lib/am/python.am,
2198         lib/am/scripts.am, lib/am/texinfos.am: Use MKDIR_P instead of mkdir_p.
2199         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Define mkdir_p using $MKDIR_P, not
2200         as '$(MKDIR_P)', otherwise it will break `Makefile.in's that use
2201         mkdir_p without defining MKDIR_P.
2202         * tests/distdir.test, tests/instman.test, tests/txinfo21.test:
2203         Adjust.
2205         * Makefile.am (SUBDIRS): Build lib first, for lib/Automake/Config.pm.
2206         * configure.ac (ACLOCAL): Use --acdir=m4 in addition to
2207         -I m4.  Running aclocal during the rebuild rules will fail
2208         if the default acdir does not exist.
2210         * NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4:
2211         Require Autoconf 2.60 instead of some intermediate development
2212         version.
2214         * doc/automake.texi (Standard Directory Variables): Fix multitable
2215         width.
2216         (Autotools Introduction): Fix @uref usage.
2218 2006-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2220         * doc/automake.texi: Fix some typos in the introduction,
2221         adjust some spacing; spell `GNU Build System' consistently.
2222         (menu): Unify node naming.
2223         (Standard Directory Variables): Clarify that this list is not
2224         exhaustive.
2225         (DESTDIR): Fix example.
2227 2006-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
2229         * doc/automake.texi (Autotools Introduction) New chapter.
2230         Thanks to Ben Pfaff and Ralf Wildenhues for comments.
2231         (Auxiliary Programs, Install, Dist, Third-Party Makefiles)
2232         (distcleancheck): More cross references.
2233         * doc/amhello/configure.ac, doc/amhello/README,
2234         doc/amhello/Makefile.am, doc/amhello/src/Makefile.am,
2235         doc/amhello/src/main.c: New files.
2236         * doc/Makefile.am (dist_noinst_DATA): Distribute them.
2237         ($(srcdir)/amhello-1.0.tar.gz): New rule.
2238         (dist_doc_DATA): Install amhello-1.0.tar.gz.
2239         * Makefile.am (SUBDIRS): Update comment.
2241 2006-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2243         * doc/automake.texi: Fix some typos.
2245 2006-08-14  Jonathan Higa <jthiga@gmail.com>
2247         * automake.in: Register "Unified Parallel C" as language.
2248         (lang_upc_rewrite): New function.
2249         (resolve_linker): Consider UPCLINK.
2250         * lib/Automake/Variable.pm (%_ac_macro_for_var): Suggest
2251         AM_PROG_UPC for UPC and UPCFLAGS.
2252         * m4/upc.m4: New file.
2253         * m4/depend.m4 (_AM_DEPENDENCIES): Add UPC case.
2254         * m4/Makefile.am (dist_m4data_DATA): Add upc.m4.
2255         * doc/automake.texi (Unified Parallel C Support): New node.
2256         (Public macros): Mention AM_PROG_UPC.
2257         (Program and Library Variables, Flag Variables Ordering):
2258         Mention UPCFLAGS.
2259         * tests/upc.test, tests/upc2.test, tests/upc3.test: New file.
2260         * tests/Makefile.am (TESTS): Add them.
2261         * tests/ext.test: Also test upc files.
2263 2006-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
2265         * doc/automake.texi (Scripts): Fix some errors in previous patch.
2267         * doc/automake.texi (Scripts): Revamp.  Show an example of script
2268         built from configure.ac.  Discuss CLEANFILES and EXTRA_DIST for
2269         other built scripts.
2271         * m4/init.m4: Suggest fixing the call to AC_INIT when
2272         AC_PACKAGE_NAME or AC_PACKAGE_VERSION is undefined.  This is for
2273         newcomers who call AC_INIT and AM_INIT_AUTOMAKE without arguments.
2274         * tests/init.test: New file.
2275         * tests/Makefile.am (TESTS): Add it.
2277 2006-08-04  Stepan Kasal  <kasal@ucw.cz>
2279         * automake.in (dist_dirs, fill_dist_dirs): Remove.
2280         * lib/am/distdir.am (DISTDIRS): Remove.
2281         * tests/distdir.test, tests/pr2.test: Do not grep, use
2282         `make distdir' instead.
2284 2006-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
2286         * doc/automake.texi (Conditionals): Split in two sections, "Usage"
2287         and "Portability", and add a third one, "Limits" to explain how
2288         conditional definitions inside multi-lines definitions can be
2289         handled.
2290         * automake.in (handle_options): Do not assume that
2291         AUTOMAKE_OPTIONS is defined in TRUE, but diagnose conditional
2292         definitions of AUTOMAKE_OPTIONS.
2293         Report from Bas Wijnen.
2294         * tests/amopt.test: New test.
2295         * tests/Makefile.am (TESTS): Add it.
2297         * aclocal.in (install_file): Cannot use /dev/null while diffing
2298         new files, because Tru64's diff do not handle /dev/null.  So
2299         create an empty destination file before running diff on a new
2300         file, and erase it afterward.  Fall back to using /dev/null only
2301         if we cannot create this file.
2302         Report and initial patch from Ralf Wildenhues.
2303         (unlink_tmp): New function.
2304         * test/acloca18.test: Make sure the empty file has been erased.
2306 2006-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2308         * automake.in (handle_LIBOBJS_or_ALLOCA): With subdir-objects,
2309         do not prefix `$(top_builddir)/' aka `./' to nonempty LIBOBJDIR,
2310         to help BSD Make find the files also in a VPATH build.
2311         Also return the same path, possibly prefixed, for correct
2312         depdir computation.
2313         * tests/pr401.test: Update to expose wrong depdir computation.
2314         Rewrite to not use the same file name for library object and
2315         main program.
2316         * tests/pr401b.test, tests/pr401c.test: Likewise.
2318 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
2320         * lib/install-sh: Don't incorrectly claim that this implementation
2321         can install only one file at a time.
2322         (doit_exec): New var, for using 'exec' if possible, to save a process.
2323         (test_mode, intermediate_mode): Remove.
2324         (mode): Check for IFS or globbing characters in mode, since they might
2325         cause weird behavior with the other changes below.  All later uses
2326         of '"$mode"' changed to '$mode', since the ""s no longer matter.
2327         Use octal modes if the invoker specifies an octal mode, and use
2328         octal umask values if 'umask' outputs octal values; this is more
2329         likely to work with older operating systems since Automake uses
2330         octal modes, and also works around a bug with HP-UX 11.23
2331         'mkdir -p -m u=rwx,g=rx,o=rx,u+wx' reported by Ralf Wildenhues in
2332         <http://lists.gnu.org/archive/html/bug-automake/2006-06/msg00024.html>.
2333         (cp_umask, mkdir_umask): New variables, to avoid
2334         temporarily creating files or directories with too-permissive modes.
2335         (mkdir_mode): Use the FreeBSD 'install' method for computing modes of
2336         intermediate directories; this is safer.
2337         (posix_mkdir): Also test mkdir -p -m ... by making a directory in
2338         /tmp and checking the resulting mode with 'ls', to catch a bug in
2339         HP-UX 11.23 and IRIX 6.5 mkdir reported by Ralf in the same message.
2340         Use ':' for true, not 'true'; this is a bit faster on
2341         traditional implementations.
2343 2006-07-09  Jim Meyering  <jim@meyering.net>
2345         * lib/depcomp: "in in" -> "in" in comment.
2347 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2349         * tests/defs.in (AUTOMAKE_run): Redirect stdout before stderr,
2350         for consistency with the recommendation prompted by this report:
2351         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
2353 2006-06-24  Stepan Kasal  <kasal@ucw.cz>
2354             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2356         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Set `mkdir_p' to
2357         `'$(MKDIR_P)'', so that it retains the per-directory value
2358         computed by config.status.
2359         * lib/am/distdir.am (distdir): do not use `$(mkdir_p)' from
2360         a changed directory.  Bugs reported by Ralf Menzel.
2361         * THANKS: Update.
2363 2006-06-24  Eric Dorland  <eric@debian.org>
2364             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2366         * automake.in (scan_texinfo_file): Fix matching file extension.
2367         * tests/txinfo31.test: New test.
2368         * tests/Makefile.am: Update.
2370 2006-06-07  Alexandre Duret-Lutz  <adl@gnu.org>
2372         * automake.in (handle_LIBOBJS): Don't rely on the caller defining $1.
2374 2006-06-07  Stepan Kasal  <kasal@ucw.cz>
2376         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Rewrite using AC_PROG_MKDIR_P.
2378 2006-06-06  Stepan Kasal  <kasal@ucw.cz>
2379             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2381         * lib/am/distdir.am: Do not call $(mkdir_p) for each
2382         distributed file, collect them and create them in one run,
2383         and strip $(srcdir) and $(top_srcdir) all at once.
2384         Fix some comment typos.
2386 2006-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2388         * m4/depend.m4 (_AM_DEPENDENCIES): The IRIX MIPSpro compiler
2389         7.4.4m may omit the first included header dependency information
2390         with `-MDupdate'.  Refine test to catch this.
2392         * configure.ac (ACLOCAL): Use `-I m4' to match `./bootstrap'
2393         procedure.
2395         * tests/gettext.test: AM_PROG_GETTEXT of gettext >= 0.14.3
2396         requires `config.rpath' to be present, and automake now enforces
2397         this.  Test this, but only if the gettext installation works and
2398         is recent enough to provide this diagnosis.
2399         * tests/gettext.test: Provide a dummy `config.rpath' for all
2400         subsequent checks.
2401         * tests/gettext2.test, tests/subcond.test: Likewise.
2403         * tests/pr401.test: Replace "perl -i" with sed and mv, for
2404         MinGW perl.
2405         * tests/pr401b.test, tests/pr401c.test, tests/python11.test,
2406         * tests/yacc6.test, tests/yacc8.test: Likewise.
2408         * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use
2409         plain `grep' on the Makefile, as its line length may exceed that
2410         for grep.  Bug report against coreutils by Sam Sirlin.
2411         * THANKS: Update.
2413 2006-05-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
2415         * doc/automake.texi (Options): Add anchor `tar-formats'.
2417 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2419         * lib/Automake/XFile.pm (lock): Allow EOPNOTSUPP, besides
2420         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2421         fatal errors when `make -j' is involved.  Improve error message.
2423 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2425         * lib/Automake/Configure_ac.pm (find_configure_ac): Use
2426         `$configure_in' instead of `configure.in', to preserve
2427         directory component.
2428         * lib/Automake/Configure_ac.pm: Add note that Automake owns
2429         this file.
2430         * lib/Automake/Channels.pm: Likewise.
2431         * lib/Automake/FileUtils.pm: Likewise.
2432         * lib/Automake/Struct.pm: Likewise.
2434 2006-05-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2436         * INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
2437         New upstream versions.
2439 2006-05-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2441         * doc/automake.texi (Auxiliary Programs): Fix URL to GCC
2442         repository, they use SVN now.
2444 2006-05-13  Werner Lemberg  <wl@gnu.org>
2446         * lib/gnupload: Add support for savannah.gnu.org and
2447         savannah.nongnu.org.
2449 2006-05-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2451         * lib/Automake/Channels.pm, lib/Automake/Condition.pm,
2452         lib/Automake/DisjConditions.pm, lib/Automake/Options.pm,
2453         lib/Automake/VarDef.pm, lib/Automake/Wrap.pm: Fix some typos.
2455 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2457         * lib/install-sh: Sync from Autoconf, as follows:
2458         Don't use 'path' to talk about file names,
2459         as per GNU coding standards.  Close a race condition reported by Ralf
2460         Wildenhues and Stepan Kasal.  There is still a race condition
2461         on hosts that predate Posix 1003.1-1992, but we can't help this.
2462         Don't mishandle weird characters like space on pre-Posix hosts.
2463         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2465 2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2467         * tests/missing.test, tests/missing2.test: Do not require
2468         GNUmake.
2469         * Makefile.am (maintainer-check): Make sure `required=' does not
2470         follow `. ./defs' in the tests.
2472         * tests/ansi10.test: Use AC_PROG_CC_STDC.  Fix test that
2473         ac_cv_prog_cc_stdc isn't just used by Automake code in
2474         `configure'.
2475         * tests/ansi6.test, tests/ansi7.test: Likewise.
2476         * tests/ansi9.test: Likewise.  Do not override by setting
2477         $U and $(ANSI2KNR) at `make' time; that will be fragile.
2478         * tests/libobj8.test: Use AC_PROG_CC_STDC.
2479         * tests/subobj3.test: Likewise.  Use `set -e'.
2481         * lib/install-sh: Initialize IFS, so field splitting isn't
2482         turned off later.
2483         * lib/mkinstalldirs: Likewise.
2485         * lib/am/java.am (class%DIR%.stamp): Do not assume `$?' has
2486         the path of the prerequisite added; IRIX 6.5 make does not add
2487         it, Solaris 2.6 make is inconsistent about adding it.  Fixes
2488         java.test failure.
2490         * tests/distdir.test: Do not use leading `./' in EXTRA_DIST for
2491         files in the source tree.  Fixes failures with HP-UX and Tru64
2492         make.
2494         * lib/am/ansi2knr.am (ansi2knr): Rename target as...
2495         (./ansi2knr): ...this, for BSD make.
2496         (%ANSI2KNR-DIR%/ansi2knr): Adjust.
2498 2006-05-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2500         * tests/depcomp6.test, tests/depcomp7.test: Cater for OpenBSD
2501         /bin/sh -e issue with failing commands in if clauses.
2503         * tests/defs.in (Be Bourne compatible): Update from current
2504         Autoconf.
2506         * configure.ac: Recommend perl-5.8.2.
2507         * tests/automake.test: Do not fail because of buggy Getopt::Long
2508         in perl < 5.8.2.
2510         * tests/longlin2.test: Do not use `grep' on Makefile.am:
2511         it has long lines and is thus not a text file; AIX 5.1 grep
2512         fails to scan non-plain patterns from long lines.
2514         * tests/overrid.test: Change all regexes for warning messages to
2515         match after a colon, so that the prepended file names do not
2516         cause false matches.  Tighten overrides regex.  Fix typo
2517         `cleam-am-local' -> `clean-am-local'.
2519         * tests/java.test: `configure' uses a trap, so use `(exit 77);
2520         exit 77' to portably set the exit status similar to AS_EXIT.
2521         * tests/fn99.test: propagate nonzero exit status from subshell.
2523         * tests/mkinst3.test: Fix `mkdir' wrapper to not be confused
2524         if ``pwd`' contains the string `-p'.  Create the wrapper in a
2525         subdirectory so that `.' in $PATH does not lead to an endless
2526         loop.
2528         * lib/depcomp (ia64hp): Rename dependency style to..
2529         (hp2): ..this, as it works with aCC on HPPA, too; adjust
2530         comment.  Report by Olivier Fourdan (PR automake/481).
2531         * THANKS: Update.
2533         * tests/aclocal7.test: Add `$sleep's between file touching
2534         and automake resp aclocal+automake invocations, to ensure
2535         they complete with a time stamp strictly later than the touched
2536         file.
2538         * lib/missing: Remove superfluous quotes.  Replace all uses of
2539         `[' by `test', for consistency, and for..
2540         * tests/missing5.test: ..this new test.
2541         * tests/Makefile.am: Update.
2543         * lib/missing (sed_minuso, sed_output): New variables.
2544         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2545         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2546         Fixes `missing' to detect `--output' for help2man.  Fixes
2547         PR automake/483.  Report by Dennis J. Linse.
2548         (autom4te): Document in `missing --help'.
2549         * THANKS: Update.
2551 2006-04-26  Thien-Thi Nguyen  <ttn@gnu.org>  (tiny change)
2553         * doc/automake.texi (Dependency Tracking Evolution): Fix typo.
2555 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2557         * lib/install-sh: Simplify the expr implementation of dirname.
2559 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2561         * lib/install-sh: Handle --, and diagnose unknown options.
2562         * m4/mkdirp.m4 (AM_PROG_MKDIR_P): In the normal case, set
2563         mkdir_p='mkdir -p', not to 'mkdir -p --', for consistency with
2564         the other ways that mkdir_p might be set.
2566 2006-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
2568         * m4/amversion.in (_AM_AUTOCONF_VERSION): New macro.
2569         (AM_SET_CURRENT_AUTOMAKE_VERSION): Call it.
2570         * aclocal.in (trace_used_macros): Trace _AM_AUTOCONF_VERSION.
2571         (write_aclocal): Output a check for Autoconf's version in aclocal.m4.
2572         Doing so ensures that users cannot build configure and Makefiles
2573         with two different autoconf versions.  Report from Noah Misch.
2574         * tests/missing4.test: New file.
2575         * tests/Makefile.am (TESTS): Add it.
2577 2006-04-20  Paul Lunau  <temp@lunau.me.uk>  (tiny change)
2578             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2580         * lib/am/dejagnu.am (check-DEJAGNU): Fail when at least one test
2581         failed, instead of when the last one failed (PR automake/488).
2582         Report from Paul Lunau.
2583         * tests/dejagnu4.test: Update to expose this.
2584         * THANKS: Update.
2586 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2588         * lib/am/check.am (check-TESTS): Match XFAIL_TESTS delimited by
2589         TABs as well as spaces.  Fixes PR automake/490.
2590         * tests/check6.test: New test.
2591         * tests/Makefile.am, THANKS: Update.
2592         Report from Diab Jerius <djerius@cfa.harvard.edu>.
2594 2006-04-17  Stepan Kasal  <kasal@ucw.cz>
2596         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2597         description; eliminate the duplicate error message.
2598         * doc/automake.texi (@direntry): `Invoking Automake' is the name
2599         of the usage node for `automake'
2600         * lib/Automake/Variable.pm (%_gen_varname): Fix typos in the
2601         comment.
2603 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2605         * m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c,
2606         because it uses `datarootdir'.  Bump copyright year and serial.
2608 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2610         * NEWS: Fix typo.
2612 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2614         * lib/Automake/Variable.pm (_hash_varname, _hash_values): New functions.
2615         (_gen_varname): Use _hash_values, and return a flag indicating whether
2616         the variable name was generated or reused.
2617         (transform_variable_recursively): Do not redefine variables that
2618         are reused, and try to reuse the variable being transformed.
2619         * tests/check2.test: Make sure TESTS hasn't been redefined.
2620         * tests/check5.test, tests/exeext4.test: Make sure variables have
2621         been reused.
2622         * tests/subst2.test: Make sure bin_PROGRAMS gets rewritten.
2624         * automake.in (%ignored_configure_vars): New variable.
2625         (scan_autoconf_traces): Trace for _AM_SUBST_NOTMAKE and fill
2626         %ignored_configure_vars.
2627         (define_configure_variable): Declare ignored configure variables
2628         as VAR_SILENT.  Do not special-case AMDEPBACKSLASH and ANSI2KNR
2629         w.r.t. VAR_SILENT.
2630         * m4/substign.m4: New file.
2631         * m4/Makefile.am (dist_m4data_DATA): Add substign.m4.
2632         * m4/cond.m4: _AM_SUBST_NOTMAKE $1_TRUE and $1_FALSE (PR automake/477).
2633         * m4/depend.m4: _AM_SUBST_NOTMAKE AMDEPBACKSLASH.
2634         * m4/protos.m4: _AM_SUBST_NOTMAKE ANSI2KNR.
2635         * tests/cond.test: Make sure TEST_FALSE and TEST_TRUE are not defined.
2636         * tests/amsubst.test: New file.
2637         * tests/Makefile.am (TESTS): Add it.
2639 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2640             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2642         * automake.in (handle_single_transform): Preserve directories in
2643         direct suffix rules.
2644         * tests/suffix12.test: New test.
2645         * tests/Makefile.am (TESTS): Add it.
2646         Report from John Ratliff.
2648 2006-03-25  Mike Frysinger  <vapier@gentoo.org>  (tiny change)
2649             Alexandre Duret-Lutz  <adl@gnu.org>
2651         * aclocal.in ($m4_include_rx): Do not recognize `include', and
2652         adjust scan_configure_dep and scan_file accordingly.
2653         (scan_configure_dep): Do not search white lines.
2654         (scan_file): Strip comments from current line after checking
2655         for serial, so that aclocal does not trip on `m4_include' macros
2656         in comments.  Report from Mike Frysinger.
2657         * tests/acloca21.test: New file.
2658         * tests/Makefile.am (TESTS): Add it.
2660 2006-03-24  Stepan Kasal  <kasal@ucw.cz>
2662         * tests/mmodely.test: Fix the test on systems with no lex.
2664 2006-03-23  Stepan Kasal  <kasal@ucw.cz>
2666         * automake.in (libtool_new_api): Fix a typo in the comment.
2667         * lib/Automake/Makefile.am (Config.pm): Likewise.
2668         * lib/am/depend2.am: Likewise.
2669         * tests/xsource.test: With `set -e', `|| exit 1' is no longer
2670         needed.
2672 2006-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2674         * tests/depcomp6.test, tests/depcomp7.test: Change back to
2675         using `$MAKE && exit 1', but make sure the last command in the
2676         test is successful.
2678 2006-03-21  Clifford Wolf  <clifford@clifford.at>  (tiny change)
2679             Stepan Kasal  <kasal@ucw.cz>
2680             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2682         * aclocal.in (parse_arguments): Added wildcard support to the
2683         dirlist parser.
2684         * doc/automake.texi (Macro search path): Document it.
2685         * tests/dirlist2.test: New test.
2686         * m4/dirlist, tests/Makefile.am: Adjust.
2688 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2690         * m4/init.m4 (AM_INIT_AUTOMAKE): Add `_AM_DEPENDENCIES(OBJC)'
2691         to `AC_PROG_OBJC' if provided, to fix Objective C depmode
2692         handling.
2693         * lib/Automake/Variable.pm (%_ac_macro_for_var): Add entries for
2694         OBJC and OBJCFLAGS.
2695         * tests/ext.test: Adjust.
2696         * tests/objc.test, tests/objc2.test: New tests.
2697         * tests/Makefile.am: Adjust.
2698         * doc/automake.texi (Objective C Support): New node.
2699         (Support for Other Languages): Adjust.
2701 2006-03-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2703         * lib/Automake/RuleDef.pm (DESCRIPTION): Typo.
2705         * tests/depcomp6.test, tests/depcomp7.test: Fix failure logic
2706         to work with `set -e'.
2708         * tests/depcomp6.test, tests/depcomp7.test: New tests,
2709         for general `depcomp' functionality, with and without
2710         `subdir-objects', with and without `libtool'.
2711         * tests/Makefile.am: Adjust.
2713         * aclocal.in (write_aclocal): Unlink `aclocal.m4' before
2714         writing into it, to break a symlinked file.
2715         * tests/acloca20.test: New test.
2716         * tests/Makefile.am: Updated.
2718 2006-03-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2720         Allow package trees (packages with subpackages) to share
2721         common distributed auxiliary files (and directories) that
2722         reside within a subpackage.
2724         * lib/am/distdir.am (distdir %?TOPDIR_P%): Do not fail if
2725         `$(distdir)' already exists.
2726         (%?SUBDIRS%): Set `am__remove_distdir' to `:' to prevent
2727         removal of subpackage trees for distribution.
2728         * tests/subpkg3.test: New test.
2729         * tests/Makefile.am: Update.
2731 2006-03-18  Alexandre Duret-Lutz  <adl@gnu.org>
2733         * tests/check5.test, tests/nobast.test: Fix $MAKE and rm
2734         invocations to please maintainer-check.
2736 2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
2738         * automake.in (lang_c_rewrite): Typo in previous change.
2739         * tests/ccnoco2.test: New file.
2740         * tests/Makefile.am (TESTS): Add ccnoco2.test.
2742         * automake.in (lang_c_rewrite): Make the AM_PROG_CC_C_O requirement
2743         a 'portability' warning, so that people can ignore it.  Suggested
2744         by Ralf Wildenhues.
2746         * lib/Automake/ChannelDefs.pm: Make -Wportability the default in
2747         gnu and gnits modes.
2748         * doc/automake.texi (Invoking Automake): Adjust.
2750 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2752         * doc/automake.texi (Yacc and Lex): Document that `.ypp' and
2753         `.lpp' file extensions are recognized.
2755 2006-02-21  Alexandre Duret-Lutz  <adl@gnu.org>
2757         * doc/automake.texi (Complete, Extending aclocal, Public macros)
2758         (Python, Conditionals, API versioning): Always quote macro arguments.
2759         Report from Stepan Kasal.
2761 2006-02-16  Alexandre Duret-Lutz  <adl@gnu.org>
2763         * doc/automake.texi (Python): More examples.
2765 2006-02-05  Alexandre Duret-Lutz  <adl@gnu.org>
2767         * doc/automake.texi (distcleancheck): Fix bad wording.  Report
2768         from Bob Rossi.
2769         (Man pages): Show dist_man_MANS, not EXTRA_DIST = $(man_MANS).
2771 2006-01-29  Alexandre Duret-Lutz  <adl@gnu.org>
2773         Append $(EXEEXT) to programs that may be listed in TESTS.
2774         Report from Simon Josefsson.
2776         * automake.in (%known_programs): New global.
2777         (initialize_per_input): Reset it.
2778         (append_exeext): Take a predicate as first argument to select
2779         the filename to rewrite.
2780         (handle_programs): Fill %known_programs.
2781         (handle_tests): Append $(EXEEXT) to all tests that are in
2782         %known_programs.
2783         (am_install_var): Update call to append_exeext.
2784         * doc/automake.texi (EXEEXT): TESTS is also rewritten.
2785         (Tests): More about the difference between check_PROGRAMS and TESTS.
2786         Give an example of TEST_ENVIRONMENT.
2787         * tests/cond32.test: Augment with a nested condition.
2788         * tests/exeext4.test: Also check TESTS.
2789         * tests/check5.test: New file.
2790         * tests/Makefile.am (TESTS): Add check5.test.
2792 2006-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2794         * lib/install-sh (dstdir): Don't use semicolons inside { } in
2795         sed scripts, as Posix says it's not portable.
2796         * lib/missing (file): Likewise.
2797         * lib/am/distdir.am (distcheck): Likewise.
2798         * tests/comment7.test, tests/comment9.test, tests/confh.test: Likewise
2799         * tests/distcom2.test, tests/distcom3.test: Likewise.
2800         * tests/distcom4.test, tests/distcom5.test: Likewise.
2801         * tests/distcom6.test, tests/include.test, tests/pluseq8.test: Likewise.
2803 2006-01-12  Alexandre Duret-Lutz  <adl@gnu.org>
2805         * ChangeLog: Move 2004's entries to ...
2806         * ChangeLog.04: ... this new file.
2807         * Makefile.am (EXTRA_DIST): Add ChangeLog.04.
2809         * tests/txinfo13.test: Test fix below.
2811 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2813         * lib/am/texinfos.am (dist-info): Tighten glob to avoid unwanted
2814         extra files in distribution.  Reported by Vincent Lefevre.
2816 2006-01-06  Alexandre Duret-Lutz  <adl@gnu.org>
2818         * doc/automake.texi (Linking, Program and Library Variables):
2819         Mention the file extensions that usually appear in _DEPENDENCIES,
2820         and point to BUILT_SOURCES and example of _DEPENDENCIES uses.  A
2821         couple of people have been listing sources files in _DEPENDENCIES
2822         lately.
2824         * doc/automake.texi: Bump copyright year.
2825         * automake.in ($gen_copyright, version): Likewise.
2826         * aclocal.in (write_aclocal, version): Likewise.
2828 2006-01-05  Stepan Kasal  <kasal@ucw.cz>
2829             Alexandre Duret-Lutz  <adl@gnu.org>
2831         * automake.in (topsrcdir): New global.
2832         (generate_makefile): Compute it.
2833         (fill_dist_dirs): New function extracted from handle_dist.
2834         (handle_dist, handle_configure): Use fill_dist_dirs.
2835         * tests/distdir.test: Test for cases where $(top_srcdir) or
2836         $(srcdir) appear in EXTRA_DIST.  Report from Sander Niemeijer.
2838 2006-01-05  Zack Weinberg  <zackw@panix.com>
2839             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2841         * lib/depcomp: Add 'ia64hp' dependency style.
2842         Zack's original patch was contributed to GCC on 2005-06-13.
2843         (tru64): Typo.
2845 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2847         * lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
2848         the code is portable to both POSIX and pre-POSIX shells.
2850 2005-10-17  Alexandre Duret-Lutz  <adl@gnu.org>
2852         * tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
2853         suggested by Eric Blake.
2855 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
2857         * doc/automake.texi (Program and Library Variables): Typo.
2858         * lib/Automake/Variable.pm (transform_variable_recursively): Typo
2859         in a comment.
2861 2005-10-03  Stepan Kasal  <kasal@ucw.cz>
2863         * ChangeLog.03, automake.in, tests/overrid.test: Typos.
2865 2005-10-03  Alexandre Duret-Lutz  <adl@gnu.org>
2867         * tests/nobase.test: Exercise previous patch.
2869 2005-10-03  Peter O'Gorman  <peter@pogma.com>  (tiny change)
2871         * lib/am/distdir.am: Remove $(SHELL) when calling install_sh
2872         * m4/strip.m4: Ditto.
2873         * m4/install-sh.m4: Add $(SHELL) to the definition of install_sh
2875 2005-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2877         * doc/automake.texi (limitations on file names): New section.
2878         * lib/install-sh: Rewrite to support '*' in file names.
2879         Also, tune so that we don't invoke so many commands in the usual case.
2880         This has the side effect of fixing `install-sh -d' to not fail if it
2881         loses the race in creating the last path component against another
2882         process.
2883         * tests/instspc.test: The "*" test is now fixed.
2885 2005-09-13  Stepan Kasal  <kasal@ucw.cz>
2887         * automake.in (Languages) <cppasm>: Fix typo in the comment.
2889 2005-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2891         * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
2892         shell in verbose mode.
2894 2005-08-07  Alexandre Duret-Lutz  <adl@gnu.org>
2896         * lib/Automake/Variable.pm (variable_value): Do not read the TRUE
2897         value of a conditionally defined variable.
2898         Report from Juergen Leising.
2900         * automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
2901         $(MAKE) invocations.
2902         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
2903         Likewise.
2904         * lib/am/texi-vers.am (%STAMPVTI%): Likewise.
2905         * lib/am/remake-hdr.am (%CONFIG_H%): Likewise.
2906         * Makefile.am (maintainer-check): Check for this.
2907         Report from Stepan Kasal.
2909         * m4/mkdirp.m4: Update misleading comment about `mkdir -p .'.
2910         Prompted by Stepan Kasal.
2912 2005-08-07  Stepan Kasal  <kasal@ucw.cz>
2914         * lib/am/texinfos.am (uninstall-info-am): Call install-info only if
2915         the $(infodir) exists.
2917 2005-07-31  Stepan Kasal  <kasal@ucw.cz>
2919         * tests/library3.test: Fix a typo which made the test fail.
2921 2005-07-27  Alexandre Duret-Lutz  <adl@gnu.org>
2923         * doc/automake.texi (Linking, Program and Library Variables):
2924         Suggest reserving -l for third-party libraries.
2926         * lib/Automake/Variable.pm (require_variables): Mention aclocal's
2927         search path when suggesting to add a macro in configure.ac.
2928         People are confused when Automake suggests adding a macro (such as
2929         AC_PROG_LIBTOOL) that is already in configure.ac.
2930         * automake.in (require_file_internal): Suggest `automake --add-missing'
2931         for missing files that can be installed.
2932         * tests/library3.test: Adjust.
2934 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2936         * tests/defs.in: When required matches both `*libtool*' and
2937         `*gettext*', check for both m4 files.
2939         * doc/automake.texi (Auxiliary Programs): Fix a typo.
2940         * tests/suffix11.test: Fix a typo.
2941         * tests/colon3.test: s/EGREP/FGREP/.
2943 2005-07-19  Paul Eggert  <eggert@cs.ucla.edu>
2945         * tests/instspc.test: Major rewrite to test for many other
2946         problematic file names, e.g., '$', '"', '('.  Automake and
2947         Autoconf can't handle many of them, so do not report a failure
2948         if the usual candidates show up.
2950 2005-07-19  Stepan Kasal  <kasal@ucw.cz>
2952         * Makefile.am (automake, aclocal): Merge the rules.
2954 2005-07-10  Alexandre Duret-Lutz  <adl@gnu.org>
2956         * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
2957         versions.
2959 2005-07-09  Alexandre Duret-Lutz  <adl@gnu.org>
2961         * lib/install-sh: Use IFS=/ to split directories on /, don't translate
2962         / into % as it prevents directory names using %...
2964 2005-07-09  Stepan Kasal  <kasal@ucw.cz>
2966         * doc/automake.texi (Public macros): Typo.
2967         * aclocal.in: Typo in comment.
2969 2005-07-09  Zack Weinberg  <zack@codesourcery.com>  (tiny change)
2971         * lib/depcomp: Handle "#line" markers as well as "# " markers in
2972         "cpp" style, so it can work with newer HP compilers (for their
2973         ia64 systems).
2975 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2977         * doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
2978         fix an underful hbox.
2979         * lib/INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
2980         New upstream versions.
2982 2005-07-01  Alexandre Duret-Lutz  <adl@gnu.org>
2984         * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.
2986 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2988         * automake.in (make_paragraphs): Do not define %TOPDIR%, now that
2989         lib/am/header-vars.am no longer uses it.
2990         * lib/am/libtool.am (distclean-am, distclean-libtool): Define
2991         if TOPDIR_P is true, not TOPDIR.
2992         Suggested by Stepan Kasal.
2994         * automake.in (read_am_file): Correctly diagnose comments following
2995         trailing backslash.
2996         * tests/commen10.test: New file.
2997         * tests/Makefile.am (TESTS): Add commen10.test.
2998         Report from Harald Dunkel.
3000         * automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
3001         of AC_SUBST.
3002         * lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL):
3003         Do not define, they are AC_SUBST_TRACEd by Autoconf.
3004         * m4/init.m4 (AM_INIT_AUTOMAKE): Require Autoconf 2.59c.
3005         * tests/include.test: Call AC_OUTPUT.
3007 2005-06-29  Alexandre Duret-Lutz  <adl@gnu.org>
3009         * lib/mkinstalldirs: Fix support for directory name with spaces if
3010         `mkdir -p' does not work.
3011         * tests/Makefile.am (TESTS): Add mkinst3.test.
3012         * tests/mkinst3.test: New file.
3013         Report from Noah Friedman.
3015         * doc/automake.texi (Include, Extending aclocal): Typos.
3016         Report from Karl Berry.
3018 2005-06-28  Stepan Kasal  <kasal@ucw.cz>
3019             Alexandre Duret-Lutz  <adl@gnu.org>
3021         * lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
3022         * tests/txinfo28.test: Set TIME_STYLE.
3023         Report from Vincent Lefevre and James Youngman.
3025 2005-06-24  Alexandre Duret-Lutz  <adl@gnu.org>
3027         * lib/Automake/Variable.pm (define, _new): Remember the helper
3028         variable created for the last conditional += on each variable, and
3029         only append further += in the same condition to this last helper
3030         variable, not to older helper variables.  This way the order of
3031         the items appended to the variable is preserved.
3032         * tests/cond21.test: Adjust.
3033         * tests/cond38.test: New file.
3034         * tests/Makefile.am (TESTS): Add cond38.test.
3035         Report from Ed Hartnett.
3037 2005-06-22  Alexandre Duret-Lutz  <adl@gnu.org>
3039         * tests/aclocal5.test: Adjust to recent CVS Autoconf changes.
3041         * automake.in (handle_footer): Do not output an unformatted
3042         definition of SOURCES, it is already done correctly in
3043         generate_makefile.  This superfluous definition introduced long
3044         lines in some Makefiles, hence breakages in tools with a limited
3045         line length.  Report from Mathias Froehlich.
3047 2005-06-11  Alexandre Duret-Lutz  <adl@gnu.org>
3049         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
3050         Fix redirections in previous patch.
3052 2005-06-08  Alexandre Duret-Lutz  <adl@gnu.org>
3054         * lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
3055         Do not backup any file if makeinfo is not installed.
3056         * lib/missing (makeinfo): Do not touch a missing info file.
3057         * tests/txinfo30.test: New file.
3058         * tests/Makefile.am (TESTS): Add txinfo30.test.
3059         Report from Bob Proulx.
3061         * doc/automake.texi (Extending aclocal): Typo.
3063 2005-05-24  Brian Gough  <bjg@network-theory.co.uk>  (tiny change)
3065         * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
3067 2005-05-15  Alexandre Duret-Lutz  <adl@gnu.org>
3069         Fix PR automake/461:
3070         * automake.in (require_build_directory): Canonicalize directories
3071         with different names, such as `foo/bar' and `./foo//bar'.
3072         * tests/subobj9.test: Augment to test that.
3073         Report from Tom Tromey.
3075 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
3077         * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
3078         ChangeLog.03, ChangeLog.96, ChangeLog.98, HACKING, Makefile.am,
3079         NEWS, README, TODO, aclocal.in, automake.in, bootstrap, configure,
3080         configure.ac, doc/Makefile.am, doc/fdl.texi, lib/COPYING,
3081         lib/Makefile.am, lib/acinstall, lib/compile, lib/config-ml.in,
3082         lib/config.guess, lib/config.sub, lib/depcomp, lib/elisp-comp,
3083         lib/gnupload, lib/mdate-sh, lib/missing, lib/py-compile,
3084         lib/symlink-tree, lib/texinfo.tex, lib/ylwrap,
3085         lib/Automake/ChannelDefs.pm, lib/Automake/Channels.pm,
3086         lib/Automake/Condition.pm, lib/Automake/Config.in,
3087         lib/Automake/Configure_ac.pm, lib/Automake/DisjConditions.pm,
3088         lib/Automake/FileUtils.pm, lib/Automake/General.pm,
3089         lib/Automake/Item.pm, lib/Automake/ItemDef.pm,
3090         lib/Automake/Location.pm, lib/Automake/Makefile.am,
3091         lib/Automake/Options.pm, lib/Automake/Rule.pm,
3092         lib/Automake/RuleDef.pm, lib/Automake/Struct.pm,
3093         lib/Automake/VarDef.pm, lib/Automake/Variable.pm,
3094         lib/Automake/Version.pm, lib/Automake/Wrap.pm,
3095         lib/Automake/XFile.pm, lib/Automake/tests/Condition.pl,
3096         lib/Automake/tests/DisjConditions.pl,
3097         lib/Automake/tests/Makefile.am, lib/Automake/tests/Version.pl,
3098         lib/Automake/tests/Wrap.pl, lib/am/Makefile.am,
3099         lib/am/ansi2knr.am, lib/am/check.am, lib/am/clean-hdr.am,
3100         lib/am/clean.am, lib/am/compile.am, lib/am/configure.am,
3101         lib/am/data.am, lib/am/dejagnu.am, lib/am/depend.am,
3102         lib/am/depend2.am, lib/am/distdir.am, lib/am/footer.am,
3103         lib/am/header-vars.am, lib/am/header.am, lib/am/inst-vars.am,
3104         lib/am/install.am, lib/am/java.am, lib/am/lang-compile.am,
3105         lib/am/lex.am, lib/am/library.am, lib/am/libs.am,
3106         lib/am/libtool.am, lib/am/lisp.am, lib/am/ltlib.am,
3107         lib/am/ltlibrary.am, lib/am/mans-vars.am, lib/am/mans.am,
3108         lib/am/multilib.am, lib/am/program.am, lib/am/progs.am,
3109         lib/am/python.am, lib/am/remake-hdr.am, lib/am/scripts.am,
3110         lib/am/subdirs.am, lib/am/tags.am, lib/am/texi-vers.am,
3111         lib/am/texibuild.am, lib/am/texinfos.am, lib/am/yacc.am,
3112         m4/Makefile.am, tests/aclibobj.test, tests/acloca10.test,
3113         tests/acloca11.test, tests/acloca12.test, tests/acloca13.test,
3114         tests/acloca14.test, tests/acloca15.test, tests/acloca16.test,
3115         tests/acloca17.test, tests/acloca18.test, tests/acloca19.test,
3116         tests/aclocal.test, tests/aclocal3.test, tests/aclocal4.test,
3117         tests/aclocal5.test, tests/aclocal6.test, tests/aclocal7.test,
3118         tests/aclocal8.test, tests/aclocal9.test, tests/acoutbs.test,
3119         tests/acoutbs2.test, tests/acoutnoq.test, tests/acoutpt.test,
3120         tests/acoutpt2.test, tests/acoutqnl.test, tests/acsilent.test,
3121         tests/acsubst.test, tests/acsubst2.test, tests/all.test,
3122         tests/alloca.test, tests/alloca2.test, tests/alpha.test,
3123         tests/alpha2.test, tests/amassign.test, tests/ammissing.test,
3124         tests/ansi.test, tests/ansi10.test, tests/ansi2.test,
3125         tests/ansi3.test, tests/ansi3b.test, tests/ansi4.test,
3126         tests/ansi5.test, tests/ansi6.test, tests/ansi7.test,
3127         tests/ansi8.test, tests/ansi9.test, tests/ar.test, tests/ar2.test,
3128         tests/asm.test, tests/autohdr.test, tests/autohdr2.test,
3129         tests/autohdr3.test, tests/autohdr4.test, tests/automake.test,
3130         tests/auxdir.test, tests/auxdir2.test, tests/auxdir3.test,
3131         tests/auxdir4.test, tests/backsl.test, tests/backsl2.test,
3132         tests/backsl3.test, tests/backsl4.test, tests/badline.test,
3133         tests/badopt.test, tests/badprog.test, tests/block.test,
3134         tests/bsource.test, tests/canon.test, tests/canon2.test,
3135         tests/canon3.test, tests/canon4.test, tests/canon5.test,
3136         tests/ccnoco.test, tests/check.test, tests/check2.test,
3137         tests/check3.test, tests/check4.test, tests/checkall.test,
3138         tests/clean.test, tests/clean2.test, tests/colneq.test,
3139         tests/colneq2.test, tests/colon.test, tests/colon2.test,
3140         tests/colon3.test, tests/colon4.test, tests/colon5.test,
3141         tests/colon6.test, tests/colon7.test, tests/comment.test,
3142         tests/comment2.test, tests/comment3.test, tests/comment4.test,
3143         tests/comment5.test, tests/comment6.test, tests/comment7.test,
3144         tests/comment8.test, tests/comment9.test, tests/compile.test,
3145         tests/compile_f90_c_cxx.test, tests/compile_f_c_cxx.test,
3146         tests/cond.test, tests/cond10.test, tests/cond11.test,
3147         tests/cond13.test, tests/cond14.test, tests/cond15.test,
3148         tests/cond16.test, tests/cond17.test, tests/cond18.test,
3149         tests/cond19.test, tests/cond2.test, tests/cond20.test,
3150         tests/cond21.test, tests/cond22.test, tests/cond23.test,
3151         tests/cond24.test, tests/cond25.test, tests/cond26.test,
3152         tests/cond27.test, tests/cond28.test, tests/cond29.test,
3153         tests/cond3.test, tests/cond30.test, tests/cond31.test,
3154         tests/cond32.test, tests/cond33.test, tests/cond34.test,
3155         tests/cond35.test, tests/cond36.test, tests/cond37.test,
3156         tests/cond4.test, tests/cond5.test, tests/cond6.test,
3157         tests/cond7.test, tests/cond8.test, tests/cond9.test,
3158         tests/condd.test, tests/condhook.test, tests/condinc.test,
3159         tests/condinc2.test, tests/condlib.test, tests/condman.test,
3160         tests/condman2.test, tests/conf2.test, tests/confdeps.test,
3161         tests/conff.test, tests/conff2.test, tests/confh.test,
3162         tests/confh4.test, tests/confh5.test, tests/config.test,
3163         tests/confincl.test, tests/conflnk.test, tests/conflnk2.test,
3164         tests/conflnk3.test, tests/confsub.test, tests/confvar.test,
3165         tests/confvar2.test, tests/copy.test, tests/ctarget1.test,
3166         tests/cxx.test, tests/cxx2.test, tests/cxxansi.test,
3167         tests/cxxcpp.test, tests/cxxlibobj.test, tests/cxxlink.test,
3168         tests/cxxnoc.test, tests/cxxo.test, tests/cygwin32.test,
3169         tests/dash.test, tests/defs.in, tests/defun.test,
3170         tests/defun2.test, tests/dejagnu.test, tests/dejagnu2.test,
3171         tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test,
3172         tests/dejagnu6.test, tests/dejagnu7.test, tests/depacl2.test,
3173         tests/depcomp.test, tests/depcomp2.test, tests/depcomp3.test,
3174         tests/depcomp4.test, tests/depcomp5.test, tests/depdist.test,
3175         tests/depend.test, tests/depend2.test, tests/depend3.test,
3176         tests/depend4.test, tests/destdir.test, tests/dirforbid.test,
3177         tests/dirlist.test, tests/discover.test, tests/distcom2.test,
3178         tests/distcom3.test, tests/distcom4.test, tests/distcom5.test,
3179         tests/distcom6.test, tests/distcom7.test, tests/distdir.test,
3180         tests/distname.test, tests/dollar.test, tests/double.test,
3181         tests/dup2.test, tests/else.test, tests/empty.test,
3182         tests/empty2.test, tests/empty3.test, tests/empty4.test,
3183         tests/exdir.test, tests/exdir2.test, tests/exeext.test,
3184         tests/exeext2.test, tests/exeext3.test, tests/exeext4.test,
3185         tests/exsource.test, tests/ext.test, tests/ext2.test,
3186         tests/extra.test, tests/extra2.test, tests/extra3.test,
3187         tests/extra4.test, tests/extra5.test, tests/extra6.test,
3188         tests/extra7.test, tests/f90only.test, tests/flibs.test,
3189         tests/fn99.test, tests/fnoc.test, tests/fo.test, tests/fonly.test,
3190         tests/fortdep.test, tests/fpinst2.test, tests/fpinstall.test,
3191         tests/gcj.test, tests/gcj2.test, tests/gcj3.test, tests/gcj4.test,
3192         tests/gcj5.test, tests/getopt.test, tests/gettext.test,
3193         tests/gettext2.test, tests/gnits.test, tests/gnits2.test,
3194         tests/gnits3.test, tests/gnumake.test, tests/gnuwarn.test,
3195         tests/gnuwarn2.test, tests/header.test, tests/help.test,
3196         tests/hfs.test, tests/hosts.test, tests/implicit.test,
3197         tests/include.test, tests/include2.test, tests/info.test,
3198         tests/insh2.test, tests/install2.test, tests/installdir.test,
3199         tests/instdat.test, tests/instdat2.test, tests/instexec.test,
3200         tests/insthook.test, tests/instman.test, tests/instman2.test,
3201         tests/instsh.test, tests/instsh2.test, tests/instspc.test,
3202         tests/interp.test, tests/interp2.test, tests/java.test,
3203         tests/java2.test, tests/java3.test, tests/javaprim.test,
3204         tests/javasubst.test, tests/ldadd.test, tests/ldflags.test,
3205         tests/lex.test, tests/lex2.test, tests/lex3.test, tests/lex4.test,
3206         tests/lex5.test, tests/libobj10.test, tests/libobj11.test,
3207         tests/libobj12.test, tests/libobj13.test, tests/libobj14.test,
3208         tests/libobj2.test, tests/libobj3.test, tests/libobj4.test,
3209         tests/libobj5.test, tests/libobj7.test, tests/libobj8.test,
3210         tests/library.test, tests/library2.test, tests/library3.test,
3211         tests/libtool.test, tests/libtool2.test, tests/libtool3.test,
3212         tests/libtool4.test, tests/libtool5.test, tests/libtool6.test,
3213         tests/libtool7.test, tests/libtool8.test, tests/libtool9.test,
3214         tests/license.test, tests/link_c_cxx.test, tests/link_dist.test,
3215         tests/link_f90_only.test, tests/link_f_only.test,
3216         tests/link_fc.test, tests/link_fccxx.test, tests/link_fcxx.test,
3217         tests/lisp2.test, tests/lisp3.test, tests/lisp4.test,
3218         tests/lisp5.test, tests/lisp6.test, tests/lisp7.test,
3219         tests/lisp8.test, tests/listval.test, tests/location.test,
3220         tests/longlin2.test, tests/longline.test, tests/ltcond.test,
3221         tests/ltcond2.test, tests/ltconv.test, tests/ltdeps.test,
3222         tests/ltlibobjs.test, tests/ltlibsrc.test, tests/maintclean.test,
3223         tests/make.test, tests/makej.test, tests/makevars.test,
3224         tests/man.test, tests/man2.test, tests/mclean.test,
3225         tests/mdate.test, tests/mdate2.test, tests/mdate3.test,
3226         tests/mdate4.test, tests/missing.test, tests/missing2.test,
3227         tests/missing3.test, tests/mkinst2.test, tests/mkinstall.test,
3228         tests/mmodely.test, tests/multlib.test, tests/nobase.test,
3229         tests/nodef.test, tests/nodef2.test, tests/nodep.test,
3230         tests/nodepcomp.test, tests/nodist.test, tests/nodist2.test,
3231         tests/nodist3.test, tests/nogzip.test, tests/nogzip2.test,
3232         tests/noinst.test, tests/noinstdir.test, tests/nolink.test,
3233         tests/nostdinc.test, tests/number.test, tests/obsolete.test,
3234         tests/order.test, tests/outdir.test, tests/output.test,
3235         tests/output10.test, tests/output11.test, tests/output12.test,
3236         tests/output2.test, tests/output3.test, tests/output4.test,
3237         tests/output5.test, tests/output6.test, tests/output7.test,
3238         tests/output8.test, tests/output9.test, tests/overrid.test,
3239         tests/parse.test, tests/percent.test, tests/percent2.test,
3240         tests/phony.test, tests/pluseq.test, tests/pluseq10.test,
3241         tests/pluseq2.test, tests/pluseq3.test, tests/pluseq4.test,
3242         tests/pluseq5.test, tests/pluseq6.test, tests/pluseq7.test,
3243         tests/pluseq8.test, tests/pluseq9.test, tests/postproc.test,
3244         tests/ppf77.test, tests/pr2.test, tests/pr204.test,
3245         tests/pr211.test, tests/pr220.test, tests/pr224.test,
3246         tests/pr229.test, tests/pr243.test, tests/pr266.test,
3247         tests/pr279-2.test, tests/pr279.test, tests/pr287.test,
3248         tests/pr300-lib.test, tests/pr300-ltlib.test,
3249         tests/pr300-prog.test, tests/pr307.test, tests/pr401.test,
3250         tests/pr401b.test, tests/pr401c.test, tests/pr72.test,
3251         tests/pr87.test, tests/pr9.test, tests/prefix.test,
3252         tests/primary.test, tests/primary2.test, tests/primary3.test,
3253         tests/proginst.test, tests/python.test, tests/python10.test,
3254         tests/python11.test, tests/python12.test, tests/python2.test,
3255         tests/python3.test, tests/python4.test, tests/python5.test,
3256         tests/python6.test, tests/python7.test, tests/python8.test,
3257         tests/python9.test, tests/recurs.test, tests/recurs2.test,
3258         tests/regex.test, tests/remake.test, tests/remake2.test,
3259         tests/remake3.test, tests/remake4.test, tests/remake5.test,
3260         tests/req.test, tests/reqd.test, tests/reqd2.test,
3261         tests/rulepat.test, tests/scripts.test, tests/seenc.test,
3262         tests/sinclude.test, tests/space.test, tests/specflg.test,
3263         tests/specflg2.test, tests/specflg3.test, tests/specflg6.test,
3264         tests/specflg7.test, tests/specflg8.test, tests/specflg9.test,
3265         tests/spell.test, tests/spell2.test, tests/spell3.test,
3266         tests/spelling.test, tests/spy.test, tests/srcsub.test,
3267         tests/srcsub2.test, tests/stamph2.test, tests/stdlib.test,
3268         tests/stdlib2.test, tests/strip.test, tests/subcond.test,
3269         tests/subcond2.test, tests/subcond3.test, tests/subdir.test,
3270         tests/subdir2.test, tests/subdir3.test, tests/subdir4.test,
3271         tests/subdir5.test, tests/subdir6.test, tests/subdir7.test,
3272         tests/subdir8.test, tests/subdir9.test,
3273         tests/subdirbuiltsources.test, tests/subobj.test,
3274         tests/subobj2.test, tests/subobj3.test, tests/subobj4.test,
3275         tests/subobj5.test, tests/subobj6.test, tests/subobj7.test,
3276         tests/subobj8.test, tests/subobj9.test, tests/subobjname.test,
3277         tests/subpkg.test, tests/subpkg2.test, tests/subst.test,
3278         tests/subst2.test, tests/substre2.test, tests/substref.test,
3279         tests/substtarg.test, tests/suffix.test, tests/suffix10.test,
3280         tests/suffix11.test, tests/suffix2.test, tests/suffix3.test,
3281         tests/suffix4.test, tests/suffix5.test, tests/suffix6.test,
3282         tests/suffix7.test, tests/suffix8.test, tests/suffix9.test,
3283         tests/symlink.test, tests/symlink2.test, tests/symlink3.test,
3284         tests/syntax.test, tests/tags.test, tests/tagsub.test,
3285         tests/tar.test, tests/tar2.test, tests/tar3.test,
3286         tests/target-cflags.test, tests/targetclash.test,
3287         tests/transform.test, tests/txinfo.test, tests/txinfo10.test,
3288         tests/txinfo13.test, tests/txinfo16.test, tests/txinfo17.test,
3289         tests/txinfo18.test, tests/txinfo19.test, tests/txinfo2.test,
3290         tests/txinfo20.test, tests/txinfo21.test, tests/txinfo22.test,
3291         tests/txinfo23.test, tests/txinfo24.test, tests/txinfo25.test,
3292         tests/txinfo26.test, tests/txinfo27.test, tests/txinfo28.test,
3293         tests/txinfo29.test, tests/txinfo3.test, tests/txinfo4.test,
3294         tests/txinfo5.test, tests/txinfo6.test, tests/txinfo7.test,
3295         tests/txinfo8.test, tests/txinfo9.test, tests/unused.test,
3296         tests/vars.test, tests/vars3.test, tests/vartar.test,
3297         tests/version.test, tests/version2.test, tests/version3.test,
3298         tests/version4.test, tests/version6.test, tests/version7.test,
3299         tests/version8.test, tests/vpath.test, tests/vtexi.test,
3300         tests/vtexi2.test, tests/warnopts.test, tests/werror.test,
3301         tests/werror2.test, tests/whoami.test, tests/xsource.test,
3302         tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
3303         tests/yacc4.test, tests/yacc5.test, tests/yacc6.test,
3304         tests/yacc7.test, tests/yacc8.test, tests/yaccpp.test,
3305         tests/yaccvpath.test: Update FSF postal mail address.
3307         * tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
3308         Autoconf currently defines a CCC variable.
3310         * tests/output11.test, tests/output12.test: Use rm -f.
3312 2005-04-25  Gary V. Vaughan  <gary@gnu.org>
3313             Alexandre Duret-Lutz  <adl@gnu.org>
3315         Support for remote LIBOBJS (and friends) with subdir-objects.
3316         Fixes PR automake/401.
3318         * automake.in (config_libobj_dir): New variable.
3319         (scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
3320         (handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
3321         (handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
3322         dependency files, possibly in a subdirectory.
3323         * tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
3324         * tests/Makefile.am (TESTS): Add them.
3325         * doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
3326         (LIBOBJS): Document changes in behaviour of
3327         LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
3328         subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.
3330 2005-04-18  Jim Meyering  <jim@meyering.net>
3332         * doc/automake.texi (Dist): Correct English.
3334 2005-03-31  Stepan Kasal  <kasal@ucw.cz>
3336         * doc/automake.texi: When the phrase "for instance" introduces a
3337         sentence, it should be delimited by a comma.
3339         * doc/automake.texi: Fix a few typos.
3341 2005-03-30  Alexandre Duret-Lutz  <adl@gnu.org>
3343         * doc/automake.texi (Uniform): Use xmldir instead of htmldir as
3344         example, since the GCS now define htmldir.
3345         (Auxiliary Programs): Mention config-ml.in and symlink-tree.
3346         Give a URL for texinfo.tex.
3347         (Public macros): Sort alphabetically, and move obsolete macros...
3348         (Obsolete macros): ... here.
3349         Prompted by Karl Berry.
3351 2005-03-29  Alexandre Duret-Lutz  <adl@gnu.org>
3353         * doc/automake.texi (Multiple Outputs): Fix mistakes reported by
3354         Jim Meyering.
3356         * lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
3357         rule is run with `make -j'.
3358         * doc/automake.texi (Multiple Outputs): Adjust.
3359         * tests/lisp6.test: Augment it.
3360         * tests/lisp8.test: New file.
3361         * tests/Makefile.am (TESTS): Add lisp8.test.
3362         Suggested by Bruno Haible.
3364 2005-03-27  Alexandre Duret-Lutz  <adl@gnu.org>
3366         * doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
3368 2005-03-16  Alexandre Duret-Lutz  <adl@gnu.org>
3370         * lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
3371         a missing *.elc file if it cannot be created because emacs does
3372         not exist.
3373         * tests/lisp7.test: New file.
3374         * tests/Makefile.am (TESTS): Add lisp7.test.
3375         Report from Greg Schafer.
3377 2005-03-05  Alexandre Duret-Lutz  <adl@gnu.org>
3379         * doc/automake.texi: Replace wicked whiches by thats.
3381 2005-03-04  Alexandre Duret-Lutz  <adl@gnu.org>
3383         * aclocal.in (scan_configure_dep, scan_file): Include file names
3384         are relative to the directory of configure.ac, not to the
3385         directory of the file doing the include.  Remove code for this
3386         latter case.
3387         * tests/acloca13.test: Run distcheck and make sure all macros are
3388         actually distributed.
3390 2005-03-03  Alexandre Duret-Lutz  <adl@gnu.org>
3392         For PR automake/450:
3393         * aclocal.in (scan_file, scan_configure_dep): Skip missing sincluded
3394         files.
3395         * automake.in (scan_autoconf_traces): Likewise.
3396         * tests/sinclude.test: Augment.
3397         Report from Peter Breitenlohner.
3399         For PR automake/450:
3400         * aclocal.in (write_aclocal, trace_used_macros): Do not add/remove
3401         acinclude.m4 and configure.ac to the include map in these two
3402         places ...
3403         (strip_redundant_includes): ... do it here.  This completes the
3404         previous change from 2005-03-01, that did not update
3405         write_aclocal.
3406         * tests/acloca19.test: Augment.
3407         Report from Peter Breitenlohner.
3409 2005-03-02  Alexandre Duret-Lutz  <adl@gnu.org>
3411         * tests/comment9.test: Typo.
3413 2005-03-01  Alexandre Duret-Lutz  <adl@gnu.org>
3415         * automake.in (read_am_file): Preserve backslashes preceding ##-lines.
3416         * tests/comment9.test: New file.
3417         * tests/Makefile.am (TESTS): Add comment9.test.
3418         Report from Julien Sopena.
3420         For PR automake/450:
3421         * aclocal.in (trace_used_macros): Do not explicitly trace files
3422         included by configure.ac.
3423         * tests/acloca19.test: New file.
3424         * tests/Makefile.am (TESTS): Add acloca19.test.
3425         Report from Peter Breitenlohner.
3427 2005-02-27  Alexandre Duret-Lutz  <adl@gnu.org>
3429         Fix for PR automake/448:
3430         * automake.in (handle_factored_dependencies): Flag install-hook as
3431         an error.
3432         * tests/insthook.test: Exercise this.
3434         * m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
3435         * doc/automake.texi (Hard-Coded Install Paths): Adjust.
3437         * doc/automake.texi: Replace many uses of @samp by @code, and
3438         vice versa.  Use @command, @option, and @env where appropriate.
3440 2005-02-26  Alexandre Duret-Lutz  <adl@gnu.org>
3442         * doc/automake.texi: "filename" -> "file name", for consistency
3443         with GNU Coding Standards.  See also Paul's change on 2004-08-20
3444         in Autoconf.
3446         * doc/automake.texi (A Library, Libtool Libraries): Show how to link
3447         a program with a static or libtool library.
3448         (Program and Library Variables): Make clearer that _LDADD and
3449         _LIBADD may also list libraries.
3450         Prompted by a mail from Bruce Korb.
3452         * doc/automake.texi (Alternative): Show how to rewrite nobase_
3453         variables using custom directory variables, and link to node
3454         Uniform.  Suggested by Leonardo Boiko.
3456         * doc/automake.texi (Flag Variables Ordering, User Variables):
3457         Make clearer who the maintainer is, and that he can AC_SUBST AM_
3458         variables in configure.ac.  Suggested by Norman Gray.
3459         (Uniform, Public macros, Libtool Issues, Java Support,
3460         Conditionals): Use `---' for em dash, and stick them to the
3461         enclosing text.
3463         * doc/automake.texi: Reword a few sentences to fix all underflow
3464         and overflow warnings during `make dvi'.
3465         (Auxiliary Programs) <configure.guess, config.sub>: Update URL.
3466         (Public macros) <AM_WITH_DMALLOC>: Likewise.
3468 2005-02-12  Alexandre Duret-Lutz  <adl@gnu.org>
3470         * lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
3471         lib/texinfo.tex: New upstream versions.
3473         * doc/automake.texi (Hard-Coded Install Paths): New node.
3474         (Extending, Extending aclocal, Python): Link to it.
3475         (Extending): Don't show how to install a file in /etc/ directly,
3476         this is insane.
3478         * automake.in (read_am_file): Define variables containing long
3479         lines as VAR_PRETTY to work around tools with limited input width.
3480         * tests/longlin2.test: New file.
3481         * tests/Makefile.am (TESTS): Add it.
3482         Report from Albert Chin.
3484 2005-02-09  Alexandre Duret-Lutz  <adl@gnu.org>
3486         Fix for PR automake/447:
3487         * lib/depcomp (tru64) [libtool]: Also check for $dir.libs/$base.o.d.
3488         Report from Mathias Doreille.  Add some old comments from
3489         Nicolas Joly for reference.
3491 2005-02-08  Stepan Kasal  <kasal@ucw.cz>
3493         * lib/mdate-sh: Check the size of the word following the month to
3494         catch Darwin.  This way the filename can contain spaces.
3496         * doc/automake.texi (Requirements, Options): Typos.
3498 2005-02-08  Alexandre Duret-Lutz  <adl@gnu.org>
3500         * lib/missing (makeinfo): Compute the output file if neither -o
3501         nor @setfilename is used.
3502         Reported by Miroslaw Dobrzanski-Neumann and Bruno Haible.
3504 2005-02-07  Alexandre Duret-Lutz  <adl@gnu.org>
3506         * doc/automake.texi (Requirements): Show one example of
3507         AC_CONFIG_FILES with multiple outputs, and correct a few typos.
3509         * aclocal.in ($serial_line_rx): Expect at least one space between
3510         `serial' and the following number.
3511         Report from Jim Meyering.
3513         * lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
3514         Report from Peter O'Gorman.
3516 2005-02-06  Alexandre Duret-Lutz  <adl@gnu.org>
3518         * aclocal.in (usage, parse_arguments): New --dry-run and --diff
3519         options.
3520         (install_file, write_aclocal): Honor --dry-run and --diff.
3521         * doc/automake.texi (aclocal options): Document --dry-run and --diff.
3522         (Serials): Mention --diff.
3523         * lib/Automake/FileUtils.pm (handle_exec_errors): Accept an
3524         $expected_exit_code argument.
3525         (xsystem): Take a list of arguments, not a string.
3526         * tests/acloca18.test: Use --dry-run and --diff.
3527         Suggested by Paul Eggert.
3529         * doc/automake.texi (aclocal options, Macro search path,
3530         Extending aclocal, Local Macros, Serials, Future of aclocal): Make
3531         these subsection of ...
3532         (Invoking aclocal): ... this.
3534         * aclocal.in ($serial_line_rx): Allow trailing garbage after the
3535         serial number.
3536         (scan_file): Explicitly mark the "ill-formed serial" message
3537         as a warning.
3538         * doc/automake.texi (aclocal options, Local Macros): Link to...
3539         (Serials): ... this new section.
3541 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3543         * lib/compile: Likewise.
3545 2005-02-02  Alexandre Duret-Lutz  <adl@gnu.org>
3547         * lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
3548         see 2004-12-17.
3549         * lib/mdate-sh, lib/py-compile, lib/ylwrap: Exit with nonzero
3550         status if a write failure occurs with --help or --version option,
3551         as below.
3553 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3555         * lib/depcomp: Exit with nonzero status if a write failure occurs
3556         with --help or --version option.
3557         * lib/elisp-comp: Likewise.
3558         * lib/gnupload: Likewise.
3559         * lib/install-sh: Likewise.
3560         * lib/missing: Likewise.
3561         * lib/mkinstalldirs: Likewise.
3563 2005-02-01  Alexandre Duret-Lutz  <adl@gnu.org>
3565         * doc/automake.texi (aclocal options): Typo.
3567         * aclocal.in (list_compare): New functions.
3568         (scan_file): Honor #serial lines.
3569         * tests/acloca18.test: New test.
3570         * tests/Makefile.am (TESTS): Add it.
3571         * doc/automake.texi (aclocal options, Local Macros): Document
3572         #serial.
3574 2005-01-30  Alexandre Duret-Lutz  <adl@gnu.org>
3576         Preliminary support for `aclocal --install'.
3577         This still lacks #serial support.
3578         * aclocal.in (reset_maps, install_file): New functions.
3579         (write_aclocal): Copy files if --install.
3580         (usage, parse_arguments): Recognize --install.
3581         ("MAIN"): Start aclocal again if some file were installed.
3582         * tests/acloca10.test: Augment to test --install.
3583         * tests/aclocal.in, tests/defs.in: Add support for
3584         ACLOCAL_TESTSUITE_FLAGS, used by acloca10.test.
3585         * doc/automake.texi (aclocal options, Local Macros): Document
3586         --install.
3587         (Future of aclocal): Adjust.
3589         * doc/automake.texi (Macro search path): Using --acdir is not
3590         obvious, it's erroneous.
3592         * doc/automake.texi (direntry): Let `info Automake' point to the
3593         manual, and `info automake' to the `Invoking automake' node.  Like
3594         in Autoconf.
3596 2005-01-27  Akim Demaille  <akim@epita.fr>
3598         * lib/Automake/Configure_ac.pm: s/filename/file_name/g.
3599         From Paul Eggert.
3601 2005-01-24  Akim Demaille  <akim@epita.fr>
3603         * lib/Automake/FileUtils.pm: Rename filename as file_name to be
3604         consistent with the terminology of the GNU coding standards.
3605         From Paul Eggert.
3606         (update_file): Accept a $force argument, so that --force always
3607         updates the time stamps.
3609 2005-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
3611         * doc/automake.texi (How the Linker is Chosen): Explain how the
3612         linker is chosen without diagram, and update to match the code.
3613         Suggestion from Adrian Bunk.
3615 2005-01-16  Alexandre Duret-Lutz  <adl@gnu.org>
3617         * lib/am/subdirs.am ($(RECURSIVE_TARGETS), $(RECURSIVE_CLEAN_TARGETS)):
3618         Process all words of $MAKEFLAGS when checking for -k.
3619         * tests/check4.test: New file.
3620         * tests/Makefile.am (TESTS): Add check4.test.
3621         Report from Eric Blake.
3623 2005-01-13  Alexandre Duret-Lutz  <adl@gnu.org>
3625         * m4/amversion.in (AM_AUTOMAKE_VERSION): Point users to
3626         AM_INIT_AUTOMAKE if the version passed is incorrect.
3627         * tests/version8.test: New file.
3628         * tests/Makefile.am (TESTS): Add version8.test.
3630 2005-01-09  Alexandre Duret-Lutz  <adl@gnu.org>
3632         * m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
3633         m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/gcj.m4,
3634         m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lead-dot.m4,
3635         m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4,
3636         m4/minuso.m4, m4/missing.m4, m4/mkdirp.m4, m4/multi.m4,
3637         m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4, m4/options.m4,
3638         m4/protos.m4, m4/python.m4, m4/regex.m4, m4/runlog.m4,
3639         m4/sanity.m4, m4/strip.m4, m4/tar.m4: Use the same all-permissive
3640         license that is used in aclocal.m4.  Relicensing backed by RMS.
3642         * doc/automake.texi (A Library, LIBOBJS): Mention that empty
3643         libraries are not portable.
3645 2005-01-05  Akim Demaille  <akim@epita.fr>
3647         * aclocal.in ($ac_defun_rx): Match AU_ALIAS.
3648         * tests/aclocal5.test (MORE_DEFS): Rename as...
3649         (AM_TEST): this so that undefined macros are caught.
3650         And make it an alias of AC_SUBST.
3651         Test AU_ALIAS.
3652         Reported by Martin Bravenboer.
3654 2005-01-03  Alexandre Duret-Lutz  <adl@gnu.org>
3656         Fix handling of per-target flags in link rules.
3657         * automake.in (define_per_target_linker_variable): New function.
3658         (handle_programs, handle_ltlibraries): Use it.
3659         (%link_languages): New map.
3660         (register_language): Fill it.
3661         * lib/am/ltlibrary.am (%LTLIBRARY%): Do not append
3662         $(%XLTLIBRARY%_LDFLAGS) to the command, this is now done by
3663         define_per_target_linker_variable if needed.
3664         * lib/am/program.am (%PROGRAM%%EXEEXT%): Likewise with
3665         $(%XPROGRAM%_LDFLAGS).
3666         * doc/automake.texi (Program and Library Variables): Mention
3667         AM_LDFLAGS and AM_LIBTOOLFLAGS in the definition of maude_LDFLAGS
3668         and maude_LIBTOOLFLAGS.
3669         * tests/libtool9.test: New file.
3670         * tests/Makefile.am (TESTS): Add it.
3671         * NEWS: Explain the backward incompatibility.
3672         Report from Akim Demaille.
3674 2005-01-01  Alexandre Duret-Lutz  <adl@gnu.org>
3676         * doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
3677         specifications with shell variables.
3678         (Optional) <AC_CONFIG_HEADERS, AC_CONFIG_LINKS>: Point to
3679         AC_CONFIG_FILES for this explanation.
3680         * automake.in (substitute_ac_subst_variables_worker,
3681         substitute_ac_subst_variables): Mew functions.
3682         (rewrite_inputs_into_dependencies): Use substitute_ac_subst_variables
3683         to ignore dependencies that contain unAC_SUBSTed shell variables.
3684         (handle_configure): Likewise, do not output rules for
3685         AC_CONFIG_HEADERS, AC_CONFIG_FILES, and AC_CONFIG_LINKS targets that
3686         unAC_SUBSTed contain shell variables.
3687         * tests/autohdr4.test: Use an AC_SUBST variable in a specification.
3688         * tests/output11.test, tests/output12.test: New files.
3689         * tests/Makefile.am (TESTS): Add output11.test and output12.test.
3691         * aclocal.in (parse_arguments, write_aclocal): Bump copyright year.
3692         * automake.in ($gen_copyright, version): Likewise.
3694 -----
3696 Copyright (C) 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
3698 Copying and distribution of this file, with or without modification, are
3699 permitted provided the copyright notice and this notice are preserved.
3701 ;; Variables:
3702 ;; coding: utf-8
3703 ;; End: