platform/upstream/automake.git
18 years ago* doc/automake.texi: Bump copyright year.
Alexandre Duret-Lutz [Thu, 5 Jan 2006 23:47:36 +0000 (23:47 +0000)]
* doc/automake.texi: Bump copyright year.
* automake.in ($gen_copyright, version): Likewise.
* aclocal.in (write_aclocal, version): Likewise.

18 years ago* automake.in (top_srcdir): New global.
Alexandre Duret-Lutz [Thu, 5 Jan 2006 23:32:35 +0000 (23:32 +0000)]
* automake.in (top_srcdir): New global.
(generate_makefile): Compute it.
(fill_dist_dirs): New function extracted from handle_dist.
(handle_dist, handle_configure): Use fill_dist_dirs.
* tests/distdir.test: Test for cases where $(top_srcdir) or
$(srcdir) appear in EXTRA_DIST.  Report from Sander Niemeijer.

18 years ago* lib/depcomp: Add 'ia64hp' dependency style.
Alexandre Duret-Lutz [Thu, 5 Jan 2006 21:14:48 +0000 (21:14 +0000)]
* lib/depcomp: Add 'ia64hp' dependency style.
Zack's original patch was contributed to GCC on 2005-06-13.
(tru64): Typo.

18 years agoUpdate scriptversion.
Paul Eggert [Tue, 8 Nov 2005 07:51:13 +0000 (07:51 +0000)]
Update scriptversion.

18 years ago* lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
Paul Eggert [Tue, 8 Nov 2005 07:41:05 +0000 (07:41 +0000)]
* lib/install-sh: Use "trap '' 0" instead of "trap - 0", so that
the code is portable to both POSIX and pre-POSIX shells.

18 years agoUse "trap '' 0" instead of "trap - 0", so that
Paul Eggert [Tue, 8 Nov 2005 07:40:53 +0000 (07:40 +0000)]
Use "trap '' 0" instead of "trap - 0", so that
the code is portable to both POSIX and pre-POSIX shells.

18 years ago* tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
Alexandre Duret-Lutz [Mon, 17 Oct 2005 21:08:42 +0000 (21:08 +0000)]
* tests/nobase.test: Use `chmod a-x' instead of `chmod -x',
suggested by Eric Blake.

18 years ago* doc/automake.texi (Program and Library Variables): Typo.
Alexandre Duret-Lutz [Mon, 17 Oct 2005 20:59:29 +0000 (20:59 +0000)]
* doc/automake.texi (Program and Library Variables): Typo.
* lib/Automake/Variable.pm (transform_variable_recursively): Typo
in a comment.

18 years ago* ChangeLog.03, automake.in, tests/overrid.test: Typos.
Alexandre Duret-Lutz [Mon, 3 Oct 2005 20:52:27 +0000 (20:52 +0000)]
* ChangeLog.03, automake.in, tests/overrid.test: Typos.

18 years ago2005-10-03 Alexandre Duret-Lutz <adl@gnu.org>
Alexandre Duret-Lutz [Mon, 3 Oct 2005 20:48:59 +0000 (20:48 +0000)]
2005-10-03  Alexandre Duret-Lutz  <adl@gnu.org>

    * tests/nobase.test: Exercise previous patch.

2005-10-03  Peter O'Gorman  <peter@pogma.com>  (tiny change)

    * lib/am/distdir.am: Remove $(SHELL) when calling install_sh
    * m4/strip.m4: Ditto.
    * m4/install-sh.m4: Add $(SHELL) to the definition of install_sh

18 years ago* doc/automake.texi (limitations on file names): New section.
Paul Eggert [Tue, 13 Sep 2005 23:14:57 +0000 (23:14 +0000)]
* doc/automake.texi (limitations on file names): New section.
* lib/install-sh: Rewrite to support '*' in file names.
Also, tune so that we don't invoke so many commands in the usual case.
* tests/instspc.test: The "*" test is now fixed.

18 years ago* automake.in (Languages) <cppasm>: Fix typo in the comment.
Alexandre Duret-Lutz [Tue, 13 Sep 2005 20:16:33 +0000 (20:16 +0000)]
* automake.in (Languages) <cppasm>: Fix typo in the comment.

18 years ago* lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
Alexandre Duret-Lutz [Tue, 13 Sep 2005 20:12:41 +0000 (20:12 +0000)]
* lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
shell in verbose mode.

18 years ago* lib/Automake/Variable.pm (variable_value): Do not read the TRUE
Alexandre Duret-Lutz [Sun, 7 Aug 2005 09:56:09 +0000 (09:56 +0000)]
* lib/Automake/Variable.pm (variable_value): Do not read the TRUE
value of a conditionally defined variable.
Report from Juergen Leising.

18 years ago* automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
Alexandre Duret-Lutz [Sun, 7 Aug 2005 09:48:30 +0000 (09:48 +0000)]
* automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
$(MAKE) invocations.
* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
Likewise.
* lib/am/texi-vers.am (%STAMPVTI%): Likewise.
* lib/am/remake-hdr.am (%CONFIG_H%): Likewise.
* Makefile.am (maintainer-check): Check for this.
Report from Stepan Kasal.

18 years ago* automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
Alexandre Duret-Lutz [Sun, 7 Aug 2005 08:30:30 +0000 (08:30 +0000)]
* automake.in (lang_yacc_target_hook): Use AM_MAKEFLAGS in recursive
$(MAKE) invocations.
* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
Likewise.
* lib/am/texi-vers.am (%STAMPVTI%): Likewise.
* lib/am/remake-hdr.am (%CONFIG_H%): Likewise.
* Makefile.am (maintainer-check): Check for this.
Report from Stepan Kasal.

18 years ago* m4/mkdirp.m4: Update misleading comment about `mkdir -p .'.
Alexandre Duret-Lutz [Sun, 7 Aug 2005 08:10:06 +0000 (08:10 +0000)]
* m4/mkdirp.m4: Update misleading comment about `mkdir -p .'.
Prompted by Stepan Kasal.

18 years agofix ChangeLog
Alexandre Duret-Lutz [Sun, 7 Aug 2005 08:04:44 +0000 (08:04 +0000)]
fix ChangeLog

18 years ago* lib/am/texinfos.am (uninstall-info-am): Call install-info only if
Alexandre Duret-Lutz [Sun, 7 Aug 2005 07:41:05 +0000 (07:41 +0000)]
* lib/am/texinfos.am (uninstall-info-am): Call install-info only if
the $(infodir) exists.

18 years ago* tests/library3.test: Fix a typo which made the test fail.
Alexandre Duret-Lutz [Sun, 31 Jul 2005 19:41:09 +0000 (19:41 +0000)]
* tests/library3.test: Fix a typo which made the test fail.

18 years ago* doc/automake.texi (Linking, Program and Library Variables):
Alexandre Duret-Lutz [Wed, 27 Jul 2005 19:05:21 +0000 (19:05 +0000)]
* doc/automake.texi (Linking, Program and Library Variables):
Suggest reserving -l for third-party libraries.

18 years agoremove amversion.m4
Alexandre Duret-Lutz [Wed, 27 Jul 2005 17:12:37 +0000 (17:12 +0000)]
remove amversion.m4

18 years ago* lib/Automake/Variable.pm (require_variables): Mention aclocal's
Alexandre Duret-Lutz [Wed, 27 Jul 2005 11:09:45 +0000 (11:09 +0000)]
* lib/Automake/Variable.pm (require_variables): Mention aclocal's
search path when suggesting to add a macro in configure.ac.
People are confused when Automake suggests adding a macro (such as
AC_PROG_LIBTOOL) that is already in configure.ac.
* automake.in (require_file_internal): Suggest `automake --add-missing'
for missing files that can be installed.
* tests/library3.test: Adjust.

18 years ago* tests/defs.in: When required matches both `*libtool*' and
Alexandre Duret-Lutz [Wed, 27 Jul 2005 07:39:28 +0000 (07:39 +0000)]
* tests/defs.in: When required matches both `*libtool*' and
`*gettext*', check for both m4 files.

18 years ago* doc/automake.texi (Auxiliary Programs): Fix a typo.
Alexandre Duret-Lutz [Wed, 27 Jul 2005 06:34:18 +0000 (06:34 +0000)]
* doc/automake.texi (Auxiliary Programs): Fix a typo.
* tests/suffix11.test: Fix a typo.
* tests/colon3.test: s/EGREP/FGREP/.

18 years ago* tests/instspc.test: Major rewrite to test for many other
Alexandre Duret-Lutz [Tue, 19 Jul 2005 20:08:40 +0000 (20:08 +0000)]
* tests/instspc.test: Major rewrite to test for many other
problematic file names, e.g., '$', '"', '('.  Automake and
Autoconf can't handle many of them, so do not report a failure
if the usual candidates show up.

18 years ago* Makefile.am (automake, aclocal): Merge the rules.
Alexandre Duret-Lutz [Tue, 19 Jul 2005 19:19:17 +0000 (19:19 +0000)]
* Makefile.am (automake, aclocal): Merge the rules.

19 years agorevert mistaken commit
Alexandre Duret-Lutz [Sun, 10 Jul 2005 19:09:52 +0000 (19:09 +0000)]
revert mistaken commit

19 years ago* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
Alexandre Duret-Lutz [Sun, 10 Jul 2005 18:10:37 +0000 (18:10 +0000)]
* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
versions.

19 years ago* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
Alexandre Duret-Lutz [Sun, 10 Jul 2005 17:21:25 +0000 (17:21 +0000)]
* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
versions.

19 years ago* lib/install-sh: Use IFS=/ to split directories on /, don't translate
Alexandre Duret-Lutz [Sat, 9 Jul 2005 10:21:12 +0000 (10:21 +0000)]
* lib/install-sh: Use IFS=/ to split directories on /, don't translate
/ into % as it prevents directory names using %...

19 years ago* doc/automake.texi (Public macros): Typo.
Alexandre Duret-Lutz [Sat, 9 Jul 2005 09:30:31 +0000 (09:30 +0000)]
* doc/automake.texi (Public macros): Typo.
* aclocal.in: Typo in comment.

19 years ago* lib/depcomp: Handle "#line" markers as well as "# " markers in
Alexandre Duret-Lutz [Sat, 9 Jul 2005 09:24:40 +0000 (09:24 +0000)]
* lib/depcomp: Handle "#line" markers as well as "# " markers in
"cpp" style, so it can work with newer HP compilers (for their
ia64 systems).

19 years ago* doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
Alexandre Duret-Lutz [Sat, 2 Jul 2005 11:33:29 +0000 (11:33 +0000)]
* doc/automake.texi (Public macros) <AM_WITH_DMALLOC>: Reword to
fix an underful hbox.
* lib/INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
New upstream version.

19 years ago* m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.
Alexandre Duret-Lutz [Fri, 1 Jul 2005 21:43:42 +0000 (21:43 +0000)]
* m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5.

19 years ago* automake.in (make_paragraphs): Do not define %TOPDIR%, now that
Alexandre Duret-Lutz [Thu, 30 Jun 2005 22:23:12 +0000 (22:23 +0000)]
* automake.in (make_paragraphs): Do not define %TOPDIR%, now that
lib/am/header-vars.am no longer uses it.
* lib/am/libtool.am (distclean-am, distclean-libtool): Define
if TOPDIR_P is true, not TOPDIR.
Suggested by Stepan Kasal.

19 years ago* automake.in (read_am_file): Correctly diagnose comments following
Alexandre Duret-Lutz [Thu, 30 Jun 2005 21:19:48 +0000 (21:19 +0000)]
* automake.in (read_am_file): Correctly diagnose comments following
trailing backslash.
* tests/commen10.test: New file.
* tests/Makefile.am (TESTS): Add commen10.test.
Report from Harald Dunkel.

19 years agotypo
Alexandre Duret-Lutz [Thu, 30 Jun 2005 13:07:04 +0000 (13:07 +0000)]
typo

19 years ago* automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
Alexandre Duret-Lutz [Thu, 30 Jun 2005 11:07:41 +0000 (11:07 +0000)]
* automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
of AC_SUBST.
* lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL):
Do not define, they are AC_SUBST_TRACEd by Autoconf.
* m4/init.m4 (AM_INIT_AUTOMAKE): Require Autoconf 2.59c.
* tests/include.test: Call AC_OUTPUT.

19 years ago* lib/mkinstalldirs: Fix support for directory name with spaces if
Alexandre Duret-Lutz [Wed, 29 Jun 2005 21:08:19 +0000 (21:08 +0000)]
* lib/mkinstalldirs: Fix support for directory name with spaces if
`mkdir -p' does not work.
* tests/Makefile.am (TESTS): Add mkinst3.test.
* tests/mkinst3.test: New file.
Report from Noah Friedman.

19 years ago* doc/automake.texi (Include, Extending aclocal): Typos.
Alexandre Duret-Lutz [Wed, 29 Jun 2005 20:34:36 +0000 (20:34 +0000)]
* doc/automake.texi (Include, Extending aclocal): Typos.
Report from Karl Berry.

19 years ago* lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
Alexandre Duret-Lutz [Wed, 29 Jun 2005 20:29:25 +0000 (20:29 +0000)]
* lib/mdate-sh: Avoid infinite loop with GNU ls when TIME_STYLE is set.
* tests/txinfo28.test: Set TIME_STYLE.
Report from Vincent Lefevre and James Youngman.

19 years ago* lib/Automake/Variable.pm (define, _new): Remember the helper
Alexandre Duret-Lutz [Thu, 23 Jun 2005 22:19:56 +0000 (22:19 +0000)]
* lib/Automake/Variable.pm (define, _new): Remember the helper
variable created for the last conditional += on each variable, and
only append further += in the same condition to this last helper
variable, not to older helper variables.  This way the order of
the items appended to the variable is preserved.
* tests/cond21.test: Adjust.
* tests/cond38.test: New file.
* tests/Makefile.am (TESTS): Add cond38.test.
Report from Ed Hartnett.

19 years ago* tests/aclocal5.test: Adjust to recent CVS Autoconf changes.
Alexandre Duret-Lutz [Wed, 22 Jun 2005 15:13:35 +0000 (15:13 +0000)]
* tests/aclocal5.test: Adjust to recent CVS Autoconf changes.

19 years ago* automake.in (handle_footer): Do not output an unformatted
Alexandre Duret-Lutz [Wed, 22 Jun 2005 15:07:26 +0000 (15:07 +0000)]
* automake.in (handle_footer): Do not output an unformatted
definition of SOURCES, it is already done correctly in
generate_makefile.  This superfluous definition introduced long
lines in some Makefiles, hence breakages in tools with a limited
line length.  Report from Mathias Froehlich.

19 years ago* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
Alexandre Duret-Lutz [Fri, 10 Jun 2005 22:10:39 +0000 (22:10 +0000)]
* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
Fix redirections in previous patch.

19 years ago* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
Alexandre Duret-Lutz [Wed, 8 Jun 2005 19:41:26 +0000 (19:41 +0000)]
* lib/am/texibuild.am (?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%):
Do not backup any file if makeinfo is not installed.
* lib/missing (makeinfo): Do not touch a missing info file.
* tests/txinfo30.test: New file.
* tests/Makefile.am (TESTS): Add txinfo30.test.
Report from Bob Proulx.

19 years ago* doc/automake.texi (Extending aclocal): Typo.
Alexandre Duret-Lutz [Wed, 8 Jun 2005 18:46:17 +0000 (18:46 +0000)]
* doc/automake.texi (Extending aclocal): Typo.

19 years ago* lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
Alexandre Duret-Lutz [Tue, 24 May 2005 16:40:18 +0000 (16:40 +0000)]
* lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.

19 years agotypo
Alexandre Duret-Lutz [Mon, 16 May 2005 21:19:11 +0000 (21:19 +0000)]
typo

19 years agotypo
Alexandre Duret-Lutz [Mon, 16 May 2005 21:15:41 +0000 (21:15 +0000)]
typo

19 years agoFix PR automake/461:
Alexandre Duret-Lutz [Sun, 15 May 2005 06:56:22 +0000 (06:56 +0000)]
Fix PR automake/461:
* automake.in (require_build_directory): Canonize directories with
different name, such as `foo/bar' and `./foo//bar'.
* tests/subobj9.test: Augment to test that.
Report from Tom Tromey.

19 years ago* COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
Alexandre Duret-Lutz [Sat, 14 May 2005 20:28:56 +0000 (20:28 +0000)]
* COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,
ChangeLog.03, ChangeLog.96, ChangeLog.98, HACKING, Makefile.am,
NEWS, README, TODO, aclocal.in, automake.in, bootstrap, configure,
configure.ac, doc/Makefile.am, doc/fdl.texi, lib/COPYING,
lib/Makefile.am, lib/acinstall, lib/compile, lib/config-ml.in,
lib/config.guess, lib/config.sub, lib/depcomp, lib/elisp-comp,
lib/gnupload, lib/mdate-sh, lib/missing, lib/py-compile,
lib/symlink-tree, lib/texinfo.tex, lib/ylwrap,
lib/Automake/ChannelDefs.pm, lib/Automake/Channels.pm,
lib/Automake/Condition.pm, lib/Automake/Config.in,
lib/Automake/Configure_ac.pm, lib/Automake/DisjConditions.pm,
lib/Automake/FileUtils.pm, lib/Automake/General.pm,
lib/Automake/Item.pm, lib/Automake/ItemDef.pm,
lib/Automake/Location.pm, lib/Automake/Makefile.am,
lib/Automake/Options.pm, lib/Automake/Rule.pm,
lib/Automake/RuleDef.pm, lib/Automake/Struct.pm,
lib/Automake/VarDef.pm, lib/Automake/Variable.pm,
lib/Automake/Version.pm, lib/Automake/Wrap.pm,
lib/Automake/XFile.pm, lib/Automake/tests/Condition.pl,
lib/Automake/tests/DisjConditions.pl,
lib/Automake/tests/Makefile.am, lib/Automake/tests/Version.pl,
lib/Automake/tests/Wrap.pl, lib/am/Makefile.am,
lib/am/ansi2knr.am, lib/am/check.am, lib/am/clean-hdr.am,
lib/am/clean.am, lib/am/compile.am, lib/am/configure.am,
lib/am/data.am, lib/am/dejagnu.am, lib/am/depend.am,
lib/am/depend2.am, lib/am/distdir.am, lib/am/footer.am,
lib/am/header-vars.am, lib/am/header.am, lib/am/inst-vars.am,
lib/am/install.am, lib/am/java.am, lib/am/lang-compile.am,
lib/am/lex.am, lib/am/library.am, lib/am/libs.am,
lib/am/libtool.am, lib/am/lisp.am, lib/am/ltlib.am,
lib/am/ltlibrary.am, lib/am/mans-vars.am, lib/am/mans.am,
lib/am/multilib.am, lib/am/program.am, lib/am/progs.am,
lib/am/python.am, lib/am/remake-hdr.am, lib/am/scripts.am,
lib/am/subdirs.am, lib/am/tags.am, lib/am/texi-vers.am,
lib/am/texibuild.am, lib/am/texinfos.am, lib/am/yacc.am,
m4/Makefile.am, tests/aclibobj.test, tests/acloca10.test,
tests/acloca11.test, tests/acloca12.test, tests/acloca13.test,
tests/acloca14.test, tests/acloca15.test, tests/acloca16.test,
tests/acloca17.test, tests/acloca18.test, tests/acloca19.test,
tests/aclocal.test, tests/aclocal3.test, tests/aclocal4.test,
tests/aclocal5.test, tests/aclocal6.test, tests/aclocal7.test,
tests/aclocal8.test, tests/aclocal9.test, tests/acoutbs.test,
tests/acoutbs2.test, tests/acoutnoq.test, tests/acoutpt.test,
tests/acoutpt2.test, tests/acoutqnl.test, tests/acsilent.test,
tests/acsubst.test, tests/acsubst2.test, tests/all.test,
tests/alloca.test, tests/alloca2.test, tests/alpha.test,
tests/alpha2.test, tests/amassign.test, tests/ammissing.test,
tests/ansi.test, tests/ansi10.test, tests/ansi2.test,
tests/ansi3.test, tests/ansi3b.test, tests/ansi4.test,
tests/ansi5.test, tests/ansi6.test, tests/ansi7.test,
tests/ansi8.test, tests/ansi9.test, tests/ar.test, tests/ar2.test,
tests/asm.test, tests/autohdr.test, tests/autohdr2.test,
tests/autohdr3.test, tests/autohdr4.test, tests/automake.test,
tests/auxdir.test, tests/auxdir2.test, tests/auxdir3.test,
tests/auxdir4.test, tests/backsl.test, tests/backsl2.test,
tests/backsl3.test, tests/backsl4.test, tests/badline.test,
tests/badopt.test, tests/badprog.test, tests/block.test,
tests/bsource.test, tests/canon.test, tests/canon2.test,
tests/canon3.test, tests/canon4.test, tests/canon5.test,
tests/ccnoco.test, tests/check.test, tests/check2.test,
tests/check3.test, tests/check4.test, tests/checkall.test,
tests/clean.test, tests/clean2.test, tests/colneq.test,
tests/colneq2.test, tests/colon.test, tests/colon2.test,
tests/colon3.test, tests/colon4.test, tests/colon5.test,
tests/colon6.test, tests/colon7.test, tests/comment.test,
tests/comment2.test, tests/comment3.test, tests/comment4.test,
tests/comment5.test, tests/comment6.test, tests/comment7.test,
tests/comment8.test, tests/comment9.test, tests/compile.test,
tests/compile_f90_c_cxx.test, tests/compile_f_c_cxx.test,
tests/cond.test, tests/cond10.test, tests/cond11.test,
tests/cond13.test, tests/cond14.test, tests/cond15.test,
tests/cond16.test, tests/cond17.test, tests/cond18.test,
tests/cond19.test, tests/cond2.test, tests/cond20.test,
tests/cond21.test, tests/cond22.test, tests/cond23.test,
tests/cond24.test, tests/cond25.test, tests/cond26.test,
tests/cond27.test, tests/cond28.test, tests/cond29.test,
tests/cond3.test, tests/cond30.test, tests/cond31.test,
tests/cond32.test, tests/cond33.test, tests/cond34.test,
tests/cond35.test, tests/cond36.test, tests/cond37.test,
tests/cond4.test, tests/cond5.test, tests/cond6.test,
tests/cond7.test, tests/cond8.test, tests/cond9.test,
tests/condd.test, tests/condhook.test, tests/condinc.test,
tests/condinc2.test, tests/condlib.test, tests/condman.test,
tests/condman2.test, tests/conf2.test, tests/confdeps.test,
tests/conff.test, tests/conff2.test, tests/confh.test,
tests/confh4.test, tests/confh5.test, tests/config.test,
tests/confincl.test, tests/conflnk.test, tests/conflnk2.test,
tests/conflnk3.test, tests/confsub.test, tests/confvar.test,
tests/confvar2.test, tests/copy.test, tests/ctarget1.test,
tests/cxx.test, tests/cxx2.test, tests/cxxansi.test,
tests/cxxcpp.test, tests/cxxlibobj.test, tests/cxxlink.test,
tests/cxxnoc.test, tests/cxxo.test, tests/cygwin32.test,
tests/dash.test, tests/defs.in, tests/defun.test,
tests/defun2.test, tests/dejagnu.test, tests/dejagnu2.test,
tests/dejagnu3.test, tests/dejagnu4.test, tests/dejagnu5.test,
tests/dejagnu6.test, tests/dejagnu7.test, tests/depacl2.test,
tests/depcomp.test, tests/depcomp2.test, tests/depcomp3.test,
tests/depcomp4.test, tests/depcomp5.test, tests/depdist.test,
tests/depend.test, tests/depend2.test, tests/depend3.test,
tests/depend4.test, tests/destdir.test, tests/dirforbid.test,
tests/dirlist.test, tests/discover.test, tests/distcom2.test,
tests/distcom3.test, tests/distcom4.test, tests/distcom5.test,
tests/distcom6.test, tests/distcom7.test, tests/distdir.test,
tests/distname.test, tests/dollar.test, tests/double.test,
tests/dup2.test, tests/else.test, tests/empty.test,
tests/empty2.test, tests/empty3.test, tests/empty4.test,
tests/exdir.test, tests/exdir2.test, tests/exeext.test,
tests/exeext2.test, tests/exeext3.test, tests/exeext4.test,
tests/exsource.test, tests/ext.test, tests/ext2.test,
tests/extra.test, tests/extra2.test, tests/extra3.test,
tests/extra4.test, tests/extra5.test, tests/extra6.test,
tests/extra7.test, tests/f90only.test, tests/flibs.test,
tests/fn99.test, tests/fnoc.test, tests/fo.test, tests/fonly.test,
tests/fortdep.test, tests/fpinst2.test, tests/fpinstall.test,
tests/gcj.test, tests/gcj2.test, tests/gcj3.test, tests/gcj4.test,
tests/gcj5.test, tests/getopt.test, tests/gettext.test,
tests/gettext2.test, tests/gnits.test, tests/gnits2.test,
tests/gnits3.test, tests/gnumake.test, tests/gnuwarn.test,
tests/gnuwarn2.test, tests/header.test, tests/help.test,
tests/hfs.test, tests/hosts.test, tests/implicit.test,
tests/include.test, tests/include2.test, tests/info.test,
tests/insh2.test, tests/install2.test, tests/installdir.test,
tests/instdat.test, tests/instdat2.test, tests/instexec.test,
tests/insthook.test, tests/instman.test, tests/instman2.test,
tests/instsh.test, tests/instsh2.test, tests/instspc.test,
tests/interp.test, tests/interp2.test, tests/java.test,
tests/java2.test, tests/java3.test, tests/javaprim.test,
tests/javasubst.test, tests/ldadd.test, tests/ldflags.test,
tests/lex.test, tests/lex2.test, tests/lex3.test, tests/lex4.test,
tests/lex5.test, tests/libobj10.test, tests/libobj11.test,
tests/libobj12.test, tests/libobj13.test, tests/libobj14.test,
tests/libobj2.test, tests/libobj3.test, tests/libobj4.test,
tests/libobj5.test, tests/libobj7.test, tests/libobj8.test,
tests/library.test, tests/library2.test, tests/library3.test,
tests/libtool.test, tests/libtool2.test, tests/libtool3.test,
tests/libtool4.test, tests/libtool5.test, tests/libtool6.test,
tests/libtool7.test, tests/libtool8.test, tests/libtool9.test,
tests/license.test, tests/link_c_cxx.test, tests/link_dist.test,
tests/link_f90_only.test, tests/link_f_only.test,
tests/link_fc.test, tests/link_fccxx.test, tests/link_fcxx.test,
tests/lisp2.test, tests/lisp3.test, tests/lisp4.test,
tests/lisp5.test, tests/lisp6.test, tests/lisp7.test,
tests/lisp8.test, tests/listval.test, tests/location.test,
tests/longlin2.test, tests/longline.test, tests/ltcond.test,
tests/ltcond2.test, tests/ltconv.test, tests/ltdeps.test,
tests/ltlibobjs.test, tests/ltlibsrc.test, tests/maintclean.test,
tests/make.test, tests/makej.test, tests/makevars.test,
tests/man.test, tests/man2.test, tests/mclean.test,
tests/mdate.test, tests/mdate2.test, tests/mdate3.test,
tests/mdate4.test, tests/missing.test, tests/missing2.test,
tests/missing3.test, tests/mkinst2.test, tests/mkinstall.test,
tests/mmodely.test, tests/multlib.test, tests/nobase.test,
tests/nodef.test, tests/nodef2.test, tests/nodep.test,
tests/nodepcomp.test, tests/nodist.test, tests/nodist2.test,
tests/nodist3.test, tests/nogzip.test, tests/nogzip2.test,
tests/noinst.test, tests/noinstdir.test, tests/nolink.test,
tests/nostdinc.test, tests/number.test, tests/obsolete.test,
tests/order.test, tests/outdir.test, tests/output.test,
tests/output10.test, tests/output11.test, tests/output12.test,
tests/output2.test, tests/output3.test, tests/output4.test,
tests/output5.test, tests/output6.test, tests/output7.test,
tests/output8.test, tests/output9.test, tests/overrid.test,
tests/parse.test, tests/percent.test, tests/percent2.test,
tests/phony.test, tests/pluseq.test, tests/pluseq10.test,
tests/pluseq2.test, tests/pluseq3.test, tests/pluseq4.test,
tests/pluseq5.test, tests/pluseq6.test, tests/pluseq7.test,
tests/pluseq8.test, tests/pluseq9.test, tests/postproc.test,
tests/ppf77.test, tests/pr2.test, tests/pr204.test,
tests/pr211.test, tests/pr220.test, tests/pr224.test,
tests/pr229.test, tests/pr243.test, tests/pr266.test,
tests/pr279-2.test, tests/pr279.test, tests/pr287.test,
tests/pr300-lib.test, tests/pr300-ltlib.test,
tests/pr300-prog.test, tests/pr307.test, tests/pr401.test,
tests/pr401b.test, tests/pr401c.test, tests/pr72.test,
tests/pr87.test, tests/pr9.test, tests/prefix.test,
tests/primary.test, tests/primary2.test, tests/primary3.test,
tests/proginst.test, tests/python.test, tests/python10.test,
tests/python11.test, tests/python12.test, tests/python2.test,
tests/python3.test, tests/python4.test, tests/python5.test,
tests/python6.test, tests/python7.test, tests/python8.test,
tests/python9.test, tests/recurs.test, tests/recurs2.test,
tests/regex.test, tests/remake.test, tests/remake2.test,
tests/remake3.test, tests/remake4.test, tests/remake5.test,
tests/req.test, tests/reqd.test, tests/reqd2.test,
tests/rulepat.test, tests/scripts.test, tests/seenc.test,
tests/sinclude.test, tests/space.test, tests/specflg.test,
tests/specflg2.test, tests/specflg3.test, tests/specflg6.test,
tests/specflg7.test, tests/specflg8.test, tests/specflg9.test,
tests/spell.test, tests/spell2.test, tests/spell3.test,
tests/spelling.test, tests/spy.test, tests/srcsub.test,
tests/srcsub2.test, tests/stamph2.test, tests/stdlib.test,
tests/stdlib2.test, tests/strip.test, tests/subcond.test,
tests/subcond2.test, tests/subcond3.test, tests/subdir.test,
tests/subdir2.test, tests/subdir3.test, tests/subdir4.test,
tests/subdir5.test, tests/subdir6.test, tests/subdir7.test,
tests/subdir8.test, tests/subdir9.test,
tests/subdirbuiltsources.test, tests/subobj.test,
tests/subobj2.test, tests/subobj3.test, tests/subobj4.test,
tests/subobj5.test, tests/subobj6.test, tests/subobj7.test,
tests/subobj8.test, tests/subobj9.test, tests/subobjname.test,
tests/subpkg.test, tests/subpkg2.test, tests/subst.test,
tests/subst2.test, tests/substre2.test, tests/substref.test,
tests/substtarg.test, tests/suffix.test, tests/suffix10.test,
tests/suffix11.test, tests/suffix2.test, tests/suffix3.test,
tests/suffix4.test, tests/suffix5.test, tests/suffix6.test,
tests/suffix7.test, tests/suffix8.test, tests/suffix9.test,
tests/symlink.test, tests/symlink2.test, tests/symlink3.test,
tests/syntax.test, tests/tags.test, tests/tagsub.test,
tests/tar.test, tests/tar2.test, tests/tar3.test,
tests/target-cflags.test, tests/targetclash.test,
tests/transform.test, tests/txinfo.test, tests/txinfo10.test,
tests/txinfo13.test, tests/txinfo16.test, tests/txinfo17.test,
tests/txinfo18.test, tests/txinfo19.test, tests/txinfo2.test,
tests/txinfo20.test, tests/txinfo21.test, tests/txinfo22.test,
tests/txinfo23.test, tests/txinfo24.test, tests/txinfo25.test,
tests/txinfo26.test, tests/txinfo27.test, tests/txinfo28.test,
tests/txinfo29.test, tests/txinfo3.test, tests/txinfo4.test,
tests/txinfo5.test, tests/txinfo6.test, tests/txinfo7.test,
tests/txinfo8.test, tests/txinfo9.test, tests/unused.test,
tests/vars.test, tests/vars3.test, tests/vartar.test,
tests/version.test, tests/version2.test, tests/version3.test,
tests/version4.test, tests/version6.test, tests/version7.test,
tests/version8.test, tests/vpath.test, tests/vtexi.test,
tests/vtexi2.test, tests/warnopts.test, tests/werror.test,
tests/werror2.test, tests/whoami.test, tests/xsource.test,
tests/yacc.test, tests/yacc2.test, tests/yacc3.test,
tests/yacc4.test, tests/yacc5.test, tests/yacc6.test,
tests/yacc7.test, tests/yacc8.test, tests/yaccpp.test,
tests/yaccvpath.test: Update FSF postal mail address.

19 years ago* tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
Alexandre Duret-Lutz [Sat, 14 May 2005 19:24:28 +0000 (19:24 +0000)]
* tests/cxxnoc.test: Adjust grep pattern for CC, because CVS
Autoconf currently defines a CCC variable.

19 years ago* tests/output11.test, tests/output12.test: Use rm -f.
Alexandre Duret-Lutz [Sat, 14 May 2005 19:03:40 +0000 (19:03 +0000)]
* tests/output11.test, tests/output12.test: Use rm -f.

19 years ago Alexandre Duret-Lutz <adl@gnu.org>
Alexandre Duret-Lutz [Sat, 14 May 2005 19:01:44 +0000 (19:01 +0000)]
Alexandre Duret-Lutz  <adl@gnu.org>

Support for remote LIBOBJS (and friends) with subdir-objects.
Fixes PR automake/401.

* automake.in (config_libobj_dir): New variable.
(scan_autoconf_traces): Set config_libobj_dir from AC_CONFIG_LIBOBJ_DIR.
(handle_LIBOBJS_or_ALLOCA, require_libsource_with_macro): New functions.
(handle_LIBOBJS, handle_ALLOCA): Use them.  Adjust location of
dependency files, possibly in a subdirectory.
* tests/pr401.test, tests/pr401b.test, tests/pr401c.test: New tests.
* tests/Makefile.am (TESTS): Add them.
* doc/automake.texi (Optional) <AC_CONFIG_LIBOBJ_DIR>: Document.
(LIBOBJS): Document changes in behaviour of
LIBOBJS, ALLOCA, LTLIBOBJS & LTALLOCA in the presence of
subdir-objects and an invocation of AC_CONFIG_LIBOBJ_DIR.

19 years ago* doc/automake.texi (Dist): Correct English.
Alexandre Duret-Lutz [Mon, 18 Apr 2005 20:48:53 +0000 (20:48 +0000)]
* doc/automake.texi (Dist): Correct English.

19 years agos/Speaking about potential distribution errors,...
Jim Meyering [Mon, 18 Apr 2005 07:10:46 +0000 (07:10 +0000)]
s/Speaking about potential distribution errors,...
 /Speaking of potential distribution errors,.../

19 years ago* doc/automake.texi: When the phrase "for instance" introduces a
Alexandre Duret-Lutz [Thu, 31 Mar 2005 18:35:24 +0000 (18:35 +0000)]
* doc/automake.texi: When the phrase "for instance" introduces a
sentence, it should be delimited by a comma.

19 years ago* doc/automake.texi: Fix a few typos.
Alexandre Duret-Lutz [Thu, 31 Mar 2005 18:22:23 +0000 (18:22 +0000)]
* doc/automake.texi: Fix a few typos.

19 years ago* doc/automake.texi (Uniform): Use xmldir instead of htmldir as
Alexandre Duret-Lutz [Wed, 30 Mar 2005 19:50:52 +0000 (19:50 +0000)]
* doc/automake.texi (Uniform): Use xmldir instead of htmldir as
example, since the GCS now define htmldir.
(Auxiliary Programs): Mention config-ml.in and symlink-tree.
Give a URL for texinfo.tex.
(Public macros): Sort alphabetically, and move obsolete macros...
(Obsolete macros): ... here.
Prompted by Karl Berry.

19 years ago* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
Alexandre Duret-Lutz [Tue, 29 Mar 2005 23:41:28 +0000 (23:41 +0000)]
* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
Jim Meyering.

19 years ago* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
Alexandre Duret-Lutz [Tue, 29 Mar 2005 23:34:50 +0000 (23:34 +0000)]
* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
Jim Meyering.

19 years ago* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
Alexandre Duret-Lutz [Tue, 29 Mar 2005 20:21:05 +0000 (20:21 +0000)]
* doc/automake.texi (Multiple Outputs): Fix mistakes reported by
Jim Meyering.

19 years ago* lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
Alexandre Duret-Lutz [Tue, 29 Mar 2005 18:46:55 +0000 (18:46 +0000)]
* lib/am/lisp.am ($(am__ELCFILES)): Prevent races if the recover
rule is run with `make -j'.
* doc/automake.texi (Multiple Outputs): Adjust.
* tests/lisp6.test: Augment it.
* tests/lisp8.test: New file.
* tests/Makefile.am (TESTS): Add lisp8.test.
Suggested by Bruno Haible.

19 years ago* doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.
Alexandre Duret-Lutz [Sun, 27 Mar 2005 12:39:17 +0000 (12:39 +0000)]
* doc/automake.texi: Use @:, @., @!, and @tie{} where appropriate.

19 years ago* lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
Alexandre Duret-Lutz [Wed, 16 Mar 2005 00:10:32 +0000 (00:10 +0000)]
* lib/am/lisp.am ($(am__ELCFILES)): Do not attempt to recover
a missing *.elc file if it cannot be created because emacs does
not exist.
* tests/lisp7.test: New file.
* tests/Makefile.am (TESTS): Add lisp7.test.
Report from Greg Schafer.

19 years ago* doc/automake.texi: Replace wicked whiches by thats.
Alexandre Duret-Lutz [Sat, 5 Mar 2005 16:36:54 +0000 (16:36 +0000)]
* doc/automake.texi: Replace wicked whiches by thats.

19 years ago* aclocal.in (scan_configure_dep, scan_file): Include file names
Alexandre Duret-Lutz [Fri, 4 Mar 2005 20:36:04 +0000 (20:36 +0000)]
* aclocal.in (scan_configure_dep, scan_file): Include file names
are relative to the directory of configure.ac, not to the
directory of the file doing the include.  Remove code for this
latter case.
* tests/acloca13.test: Run distcheck and make sure all macros are
actually distributed.

19 years agoFor PR automake/450:
Alexandre Duret-Lutz [Thu, 3 Mar 2005 21:35:44 +0000 (21:35 +0000)]
For PR automake/450:
* aclocal.in (scan_file, scan_configure_dep): Skip missing sincluded
files.
* automake.in (scan_autoconf_traces): Likewise.
* tests/sinclude.test: Augment.
Report from Peter Breitenlohner.

19 years agoFor PR automake/450:
Alexandre Duret-Lutz [Thu, 3 Mar 2005 21:00:20 +0000 (21:00 +0000)]
For PR automake/450:
* aclocal.in (write_aclocal, trace_used_macros): Do not add/remove
acinclude.m4 and configure.ac to the include map in these two
places ...
(strip_redundant_includes): ... do it here.  This completes the
previous change from 2005-03-01, that did not update
write_aclocal.
* tests/acloca19.test: Augment.
Report from Peter Breitenlohner.

19 years ago* tests/comment9.test: Typo.
Alexandre Duret-Lutz [Wed, 2 Mar 2005 10:31:47 +0000 (10:31 +0000)]
* tests/comment9.test: Typo.

19 years ago* automake.in (read_am_file): Preserve backslashes preceding ##-lines.
Alexandre Duret-Lutz [Tue, 1 Mar 2005 23:04:40 +0000 (23:04 +0000)]
* automake.in (read_am_file): Preserve backslashes preceding ##-lines.
* tests/comment9.test: New file.
* tests/Makefile.am (TESTS): Add comment9.test.
Report from Julien Sopena.

19 years agoFix for PR automake/450:
Alexandre Duret-Lutz [Tue, 1 Mar 2005 22:17:30 +0000 (22:17 +0000)]
Fix for PR automake/450:
* aclocal.in (trace_used_macros): Do not explicitly trace files
included by configure.ac.
* tests/acloca19.test: New file.
* tests/Makefile.am (TESTS): Add acloca19.test.
Report from Peter Breitenlohner.

19 years agoFix for PR automake/448:
Alexandre Duret-Lutz [Sun, 27 Feb 2005 18:08:30 +0000 (18:08 +0000)]
Fix for PR automake/448:
* automake.in (handle_factored_dependencies): Flag install-hook as
an error.
* tests/insthook.test: Exercise this.

19 years ago* m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
Alexandre Duret-Lutz [Sun, 27 Feb 2005 00:24:31 +0000 (00:24 +0000)]
* m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
* doc/automake.texi (Hard-Coded Install Paths): Adjust.

19 years ago* doc/automake.texi: Replace many uses of @samp by @code, and
Alexandre Duret-Lutz [Sun, 27 Feb 2005 00:09:04 +0000 (00:09 +0000)]
* doc/automake.texi: Replace many uses of @samp by @code, and
vice versa.  Use @command, @option, and @env where appropriate.

19 years ago* doc/automake.texi: "filename" -> "file name", for consistency
Alexandre Duret-Lutz [Sat, 26 Feb 2005 21:32:18 +0000 (21:32 +0000)]
* doc/automake.texi: "filename" -> "file name", for consistency
with GNU Coding Standards.  See also Paul's change on 2004-08-20
in Autoconf.

19 years ago* doc/automake.texi (A Library, Libtool Libraries): Show how to link
Alexandre Duret-Lutz [Sat, 26 Feb 2005 21:21:28 +0000 (21:21 +0000)]
* doc/automake.texi (A Library, Libtool Libraries): Show how to link
a program with a static or libtool library.
(Program and Library Variables): Make clearer that _LDADD and
_LIBADD may also list libraries.
Prompted by a mail from Bruce Korb.

19 years ago* doc/automake.texi (Alternative): Show how to rewrite nobase_
Alexandre Duret-Lutz [Sat, 26 Feb 2005 10:33:10 +0000 (10:33 +0000)]
* doc/automake.texi (Alternative): Show how to rewrite nobase_
variables using custom directory variables, and link to node
Uniform.  Suggested by Leonardo Boiko.

19 years ago* doc/automake.texi (Flag Variables Ordering, User Variables):
Alexandre Duret-Lutz [Sat, 26 Feb 2005 10:05:19 +0000 (10:05 +0000)]
* doc/automake.texi (Flag Variables Ordering, User Variables):
Make clearer who the maintainer is, and that he can AC_SUBST AM_
variables in configure.ac.  Suggested by Norman Gray.
(Uniform, Public macros, Libtool Issues, Java Support,
Conditionals): Use `---' for em dash, and stick them to the
enclosing text.

19 years ago* doc/automake.texi: Reword a few sentences to fix all underflow
Alexandre Duret-Lutz [Sat, 26 Feb 2005 01:09:48 +0000 (01:09 +0000)]
* doc/automake.texi: Reword a few sentences to fix all underflow
and overflow warnings during `make dvi'.
(Auxiliary Programs) <configure.guess, config.sub>: Update URL.
(Public macros) <AM_WITH_DMALLOC>: Likewise.

19 years ago* lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
Alexandre Duret-Lutz [Sat, 12 Feb 2005 22:42:14 +0000 (22:42 +0000)]
* lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
lib/texinfo.tex: New upstream versions.

19 years ago* doc/automake.texi (Hard-Coded Install Paths): New node.
Alexandre Duret-Lutz [Sat, 12 Feb 2005 21:24:34 +0000 (21:24 +0000)]
* doc/automake.texi (Hard-Coded Install Paths): New node.
(Extending, Extending aclocal, Python): Link to it.
(Extending): Don't show how to install a file in /etc/ directly,
this is insane.

19 years ago* automake.in (read_am_file): Define variable containing long
Alexandre Duret-Lutz [Sat, 12 Feb 2005 11:42:25 +0000 (11:42 +0000)]
* automake.in (read_am_file): Define variable containing long
lines as VAR_PRETTY to work around tools with limited input width.
* tests/longlin2.test: New file.
* tests/Makefile.am (TESTS): Add it.
Report from Albert Chin.

19 years agoFix for PR automake/447:
Alexandre Duret-Lutz [Wed, 9 Feb 2005 21:45:42 +0000 (21:45 +0000)]
Fix for PR automake/447:
* lib/depcomp (tru64) [libtool]: Also check for $dir.libs/$base.o.d.
Report from Mathias Doreille.  Add some old comments from
Nicolas Joly for reference.

19 years ago* lib/mdate-sh: Check the size of the word following the month to
Alexandre Duret-Lutz [Tue, 8 Feb 2005 23:06:44 +0000 (23:06 +0000)]
* lib/mdate-sh: Check the size of the word following the month to
catch Darwin.  This way the filename can contain spaces.

19 years ago* doc/automake.texi (Requirements, Options): Typos.
Alexandre Duret-Lutz [Tue, 8 Feb 2005 21:41:17 +0000 (21:41 +0000)]
* doc/automake.texi (Requirements, Options): Typos.

19 years ago* lib/missing (makeinfo): Compute the output file if neither -o
Alexandre Duret-Lutz [Tue, 8 Feb 2005 21:22:48 +0000 (21:22 +0000)]
* lib/missing (makeinfo): Compute the output file if neither -o
nor @setfilename is used.
Reported by Miroslaw Dobrzanski-Neumann and Bruno Haible.

19 years ago* doc/automake.texi (Requirements): Show one example of
Alexandre Duret-Lutz [Mon, 7 Feb 2005 22:48:57 +0000 (22:48 +0000)]
* doc/automake.texi (Requirements): Show one example of
AC_CONFIG_FILES with multiple outputs, and correct a few typos.

19 years ago* aclocal.in ($serial_line_rx): Expect at least one space between
Alexandre Duret-Lutz [Mon, 7 Feb 2005 10:01:08 +0000 (10:01 +0000)]
* aclocal.in ($serial_line_rx): Expect at least one space between
`serial' and the following number.
Report from Jim Meyering.

19 years ago* lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
Alexandre Duret-Lutz [Mon, 7 Feb 2005 08:31:59 +0000 (08:31 +0000)]
* lib/mdate-sh: Cope with Darwin's Day/Month/Year output.
Report from Peter O'Gorman.

19 years ago* aclocal.in (usage, parse_arguments): New --dry-run and --diff
Alexandre Duret-Lutz [Sun, 6 Feb 2005 12:33:32 +0000 (12:33 +0000)]
* aclocal.in (usage, parse_arguments): New --dry-run and --diff
options.
(install_file, write_aclocal): Honor --dry-run and --diff.
* doc/automake.texi (aclocal options): Document --dry-run and --diff.
(Serials): Mention --diff.
* lib/Automake/FileUtils.pm (handle_exec_errors): Accept an
$expected_exit_code argument.
(xsystem): Take a list of arguments, not a string.
* tests/acloca18.test: Use --dry-run and --diff.
Suggested by Paul Eggert.

19 years ago* doc/automake.texi (aclocal options, Macro search path,
Alexandre Duret-Lutz [Sun, 6 Feb 2005 10:32:59 +0000 (10:32 +0000)]
* doc/automake.texi (aclocal options, Macro search path,
Extending aclocal, Local Macros, Serials, Future of aclocal): Make
these subsection of ...
(Invoking aclocal): ... this.

19 years ago* aclocal.in ($serial_line_rx): Allow trailing garbage after the
Alexandre Duret-Lutz [Sun, 6 Feb 2005 10:22:29 +0000 (10:22 +0000)]
* aclocal.in ($serial_line_rx): Allow trailing garbage after the
serial number.
(scan_file): Explicitly mark the "ill-formed serial" message
as a warning.
* doc/automake.texi (aclocal options, Local Macros): Link to...
(Serials): ... this new section.

19 years ago* lib/compile: Likewise.
Alexandre Duret-Lutz [Thu, 3 Feb 2005 07:36:19 +0000 (07:36 +0000)]
* lib/compile: Likewise.

19 years ago* lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
Alexandre Duret-Lutz [Wed, 2 Feb 2005 21:08:46 +0000 (21:08 +0000)]
* lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
see 2004-12-17.
* lib/mdate-sh, lib/py-compile, lib/ylwrap: Exit with nonzero
status if a write failure occurs with --help or --version option,
as below.

19 years ago* lib/depcomp: Exit with nonzero status if a write failure occurs
Alexandre Duret-Lutz [Wed, 2 Feb 2005 20:58:58 +0000 (20:58 +0000)]
* lib/depcomp: Exit with nonzero status if a write failure occurs
with --help or --version option.
* lib/elisp-comp: Likewise.
* lib/gnupload: Likewise.
* lib/install-sh: Likewise.
* lib/missing: Likewise.
* lib/mkinstalldirs: Likewise.

19 years ago* doc/automake.texi (aclocal options): Typo.
Alexandre Duret-Lutz [Tue, 1 Feb 2005 20:51:24 +0000 (20:51 +0000)]
* doc/automake.texi (aclocal options): Typo.

19 years ago* aclocal.in (list_compare): New functions.
Alexandre Duret-Lutz [Mon, 31 Jan 2005 23:41:10 +0000 (23:41 +0000)]
* aclocal.in (list_compare): New functions.
(scan_file): Honor #serial lines.
* tests/acloca18.test: New test.
* tests/Makefile.am (TESTS): Add it.
* doc/automake.texi (aclocal options, Local Macros): Document
#serial.