Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2139f25b | 2008-03-08 13:58:18 | Exploit `install' with multiple files at once for some file types. With nobase targets, at most 50 files are installed at once, to avoid quadratic string concatenation and line length limits. This isn't yet done with base targets. One hope is that there, the typical file name length is lower. If this turns out to be a problem, it should be revisited. * lib/am/inst-vars.am (am__nobase_list): New helper macro for installation of multiple nobase files at once: sorts and lists files keyed by their target directory. * lib/am/data.am (%DIR%%PRIMARY%_INSTALL): No need to set it to $(install_sh_DATA) any more, not even for nobase targets. (install-%DIR%%PRIMARY%): Split base and nobase cases. Rewrite to pass lists of files which all go in the same directory to `install'. In the nobase case, make use of $(am__nobase_list) and $(MKDIR_P) each directory before populating it. Take care of files in source and build trees, and avoid creating directories where no files are to be installed. * lib/am/libs.am (%DIR%LIBRARIES_INSTALL): Likewise. (install-%DIR%LIBRARIES): Likewise. * lib/am/python.am (%DIR%PYTHON_INSTALL): Likewise. (install-%DIR%PYTHON): Likewise. Also take care to keep note of a list for byte compilation after installation. * lib/am/texinfos.am (install-dvi-am, install-html-am) (install-info-am, install-pdf-am, install-ps-am): Use file lists to install multiple files at once. * NEWS: Update. Suggested by Akim Demaille. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | ||
| 8aad9804 | 2008-03-08 13:35:05 | Require unreleased Autoconf for fixed AC_PROG_INSTALL. * m4/init.m4 (AM_INIT_AUTOMAKE): Bump AC_PREREQ to 2.61-341, regenerate files. * configure.ac: Also require Autoconf 2.61-341, to catch failure early and provide a sensible error message. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | ||
| e1435cc7 | 2008-03-08 13:16:03 | Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT. * tests/ansi4.test: Drop AC_OBJEXT and AC_EXEEXT. * tests/ansi6.test: Likewise. * tests/ansi7.test: Likewise. * tests/condlib.test: Likewise. * tests/cygwin32.test: Likewise. * tests/exeext2.test: Likewise. * tests/libobj11.test: Likewise. * tests/library.test: Likewise. * tests/txinfo5.test: Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | ||
| 54906084 | 2008-03-03 23:02:58 | Skip instsh3.test if `touch -t' does not work. * tests/instsh3.test: Test for `touch -t', fails with Solaris /usr/ucb/touch. * THANKS: Update. Report by Younes Younes. | ||
| 10386c65 | 2008-02-27 07:53:02 | * doc/automake.texi (wildcards): Improve "Why doesn't Automake support wildcards" node's English and sense. | ||
| 6489b1bc | 2008-02-23 10:47:20 | Fix XFAIL_TESTS matching for NetBSD ksh. * lib/am/check.am (check-TESTS): In the case patterns for XFAILed tests, add literal bracket expression for matching whitespace, as NetBSD 4.99.54 ksh does not understand a bracket expression resulting from variable expansion. * README: Explain how to run the Automake test suite, including setting MAKE to test gmake. Report by Patrick Welche. | ||
| 2fd5b099 | 2008-02-19 22:15:03 | PR automake/498 * m4/options.m4 (_AM_SET_OPTIONS): Use m4_foreach_w instead of obsolete AC_FOREACH. Report by NightStrike and gurganbl@rose-hulman.edu. | ||
| 408b7330 | 2008-02-17 19:07:32 | * lib/am/tags.am (ID): Fix typo in workaround for old awk. | ||
| 810007e1 | 2008-02-05 21:05:57 | * doc/.gitignore: Ignore files generated by `make ps pdf html'. | ||
| 553f8029 | 2008-02-05 21:02:45 | Fix minor doc issues in node `CVS'. * doc/automake.texi (CVS): configure.ac will appear newer, not older, than configure. Use `lexical' instead of `alphabetical'. | ||
| 3b25a0c9 | 2008-01-30 21:59:27 | * tests/man3.test: Avoid `make VAR=value'. | ||
| 08b71d93 | 2008-01-30 21:40:57 | * tests/subst3.test: New test. * tests/Makefile.am: Update. | ||
| eed74334 | 2008-01-30 21:23:16 | Split instsh2.test, so that only the new part requires non-root. * tests/instsh2.test: Split off testing of `install-sh -C' ... * tests/instsh3.test: ... to this new test, requiring non-root. * tests/Makefile.am: Adjust. * THANKS: Update. Report by Theodoros V. Kalamatianos. | ||
| 03f753d3 | 2008-01-23 23:42:07 | * tests/nobase.test: Extend test to generated files. | ||
| 56de7b55 | 2008-01-23 23:40:57 | New test nobase-python.test. * tests/nobase-python.test: New test, nobase for python files. * tests/Makefile.am: Update. | ||
| 4fff4f3c | 2008-01-23 23:38:34 | Split libtool part off of nobase.test. * tests/nobase.test: Split off libtool part of nobase.test for increased test exposure, to ... * tests/nobase-libtool.test: ... this new test. * tests/Makefile.am: Update. | ||
| ce864ac1 | 2008-01-23 10:03:58 | Fix color.test when using BSD grep. * tests/color.test: Ensure that grep can handle non-printing characters. Signed-off-by: Eric Blake <ebb9@byu.net> | ||
| da88206c | 2008-01-23 07:50:28 | * tests/lisp3.test: Fix typo. | ||
| 56c41c99 | 2008-01-22 23:35:57 | Prefer generated manpages over distributed ones. * lib/am/mans.am (install-man%SECTION%): Prefer generated manpages over distributed ones. Report and patch by Peter Breitenlohner. * tests/man3.test: New test. * tests/Makefile.am: Update. | ||
| 379e37ea | 2008-01-21 22:51:03 | * tests/tar.test: Skip if no appropriate tar was found. | ||
| 59dbd8ff | 2008-01-19 10:58:06 | * doc/automake.texi (Dependency Tracking): Fix typo. | ||
| 76c6582c | 2008-01-19 10:51:25 | * lib/config-ml.in, lib/config.guess, lib/config.sub, lib/symlink-tree: Sync from upstream. | ||
| fa3c19a2 | 2007-12-08 11:06:03 | Fix `fetch' target to match current upstream locations. * Makefile.am (WGET_SV_CVS): Renamed from WGETSGO. (WGET_SV_GIT_AC, WGET_SV_GIT_GL, WGET_GCC): New. (fetch): Update to match current upstream locations. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | ||
| 74e58c6e | 2008-01-14 22:42:33 | * doc/automake.texi (DESTDIR, Built sources example): Fix wording. * THANKS: Update. Reports and suggestions by William Pursell and nightstrike@gmail.com. | ||
| 1cffd11e | 2008-01-13 18:05:44 | Do not fail if `autoupdate' is not present. * tests/obsolete.test: Check for presence of autoupdate. Apparently, FreeBSD may install the other Autoconf programs without a version suffix but not autoupdate. | ||
| 74dc9992 | 2008-01-13 18:05:04 | Fix Heisenbug trying to unset a sometimes-not-set variable. * tests/check5.test: Do not error out upon `unset TESTS' due to `set -e', in case TESTS was not set. * tests/color.test: Likewise. | ||
| 16ef9da6 | 2008-01-13 18:04:16 | * doc/automake.texi (amhello Explained): Fix odd sentence. Report by nightstrike@gmail.com. | ||
| d4b81e60 | 2008-01-12 15:33:06 | * m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Rewrite to be more resistant to different quoting styles of $1. | ||
| 541518fe | 2008-01-10 20:49:07 | Clarify texinfo.tex and TEXINFO_TEX semantics. * doc/automake.texi (Texinfo): Clarify that by default, texinfo.tex is searched in the same directory as the Makefile.am that needs it. Clarify that TEXINFO_TEX has precedence over AC_CONFIG_AUX_DIR, and that it requires the user to install and distribute it. * tests/txinfo22.test: Ensure TEXINFO_TEX is not distributed. * THANKS: Update. Reports by Dilyan Palauzov and Roumen Petrov. | ||
| 99d18f4a | 2008-01-10 20:50:02 | * tests/output-order.test: New test, for the stable output fix. * tests/Makefile.am: Update. | ||
| 66931411 | 2008-01-08 21:45:37 | Ensure world-executable tests in the distribution. * Makefile.am (dist-hook): New, ensure world-executable tests. * THANKS: Update. Report by Arto C. Nirkko. | ||
| b2d9426f | 2008-01-08 21:37:21 | Fix acloca20.test for fast machines. * tests/acloca20.test: Use `--force' with the second $AUTOCONF, to force update on fast machines where both autoconf invocations happen within the same second. Report by Greg Schafer. | ||
| c22033fc | 2008-01-07 22:58:27 | Stable `automake --add-missing --verbose' output. * automake.in (scan_autoconf_files): Sort loop over %required_aux_file, for stable verbose output. Report by Bruno Haible. | ||
| 92c92529 | 2008-01-07 22:31:01 | * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from upstream. | ||
| 6e865147 | 2008-01-07 21:53:38 | Fix ccnoco.test for uncommon LDFLAGS settings. * tests/ccnoco.test (Mycomp): Use a tighter match for -c -o, to avoid matching for example `LDFLAGS=-Wl,--sort-common'. * THANKS: Update. Report and analysis by Carsten Lohrke and Mike Frysinger. | ||
| 8371dfd8 | 2008-01-07 20:34:34 | * automake.in (handle_texinfo_helper, handle_lib_objects): Fix typos in comments. | ||
| d315aef0 | 2008-01-02 19:59:08 | Bump copyright years. * aclocal.in (write_aclocal, version): Likewise. * automake.in ($gen_copyright, version): Likewise. * doc/automake.texi: Likewise. | ||
| 6130d102 | 2007-12-18 17:49:49 | * lib/gnupload (GPG): Don't use an absolute path. This reverts part of the 2004-01-28 change. If the hypothetical cracker ever gets in to my (or any developer's) system with sufficient privilege to modify the contents of directories in my PATH (or change my PATH altogether), they can already compromise my development work in so many ways that using such absolute names in gnupload gives reduced functionality with no added security. | ||
| 0ceb06bf | 2007-12-08 11:23:38 | * lib/Automake/FileUtils.pm (open_quote): New function. (update_file, contents): Use it. | ||
| e3acdefa | 2007-12-08 11:20:24 | Reword the copyright notices to match what's suggested in GPLv3. | ||
| 3a3ab6bd | 2007-12-08 11:10:39 | * tests/defs.in: Quote $srcdir, $PATH; skip libtool and gettext tests if the absolute source or build tree name contain whitespace. | ||
| 0a9a9133 | 2007-12-08 11:07:12 | Modify some tests for absolute trees containing whitespace. * tests/missing.test: Use "./missing" instead of "`pwd`/missing". * tests/missing2.test: Likewise. * tests/mmodely.test: Add `pwd` to $PATH instead of absolute references to myyacc.sh and mylex.sh. * tests/multlib.test: Likewise for mycc. * tests/txinfo26.test: Skip if `pwd` contains whitespace, as an absolute --srcdir does not work there. | ||
| e424d0ae | 2007-12-08 11:03:12 | * INSTALL, lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from upstream. | ||
| 4a6593e3 | 2007-12-08 10:33:21 | Fix the distdir target to cope with spaces in absolute file names. * lib/am/distdir.am: Quote all instances of $(distdir) and $(top_distdir). They could contain white space, coming from a toplevel package bootstrapped with an older Automake version. (am__relativize): New macro, taken from gnulib code, written by Bruno Haible. (distdir): Use it to compute relative paths to distdir and top_distdir for enclosed subpackages. Also, quote $(distuninstallcheck_dir). * lib/am/texinfos.am: Likewise, quote $(distdir). | ||
| f57bd856 | 2007-11-26 22:31:06 | Quote file names in tests that can be absolute. * tests/auxdir.test, tests/check3.test, tests/check4.test, tests/compile.test, tests/cond33.test, tests/condhook.test, tests/distdir.test, tests/dollar.test, tests/empty.test, tests/gnits2.test, tests/gnits3.test, tests/include2.test, tests/insthook.test, tests/java.test, tests/libtool7.test, tests/lisp4.test, tests/lisp5.test, tests/lisp6.test, tests/ltcond.test, tests/ltconv.test, tests/mkinst2.test, tests/multlib.test, tests/nobase.test, tests/nodist2.test, tests/obsolete.test, tests/pr287.test, tests/pr300-lib.test, tests/pr300-ltlib.test, tests/pr300-prog.test, tests/python10.test, tests/python3.test, tests/strip.test, tests/transform.test, tests/txinfo13.test, tests/txinfo19.test, tests/txinfo22.test, tests/txinfo23.test, tests/txinfo26.test, tests/txinfo27.test: Likewise. | ||
| a7ef9660 | 2007-11-26 22:24:46 | Quote @abs_top_builddir@ and @abs_top_srcdir@. * tests/aclocal.in: Likewise. * tests/automake.in: Likewise. | ||
| f1279d7c | 2007-11-26 20:12:11 | Fix TAGS and GTAGS rules to cope with whitespace in `pwd`. * lib/am/tags.am (TAGS): Use positional parameters to avoid the need to quote absolute file names. (GTAGS): Quote absolute file name. (CTAGS): Simplify, dropping unused variable `$tags'. | ||
| c0415e15 | 2007-11-25 18:37:46 | * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Fix another instance of am__strip_dir. Fixes nobase and pr300-ltlib test failures. | ||
| adde5afe | 2007-11-25 17:43:17 | Several *-local in a rule do not work. * tests/all.test: Check this case. Use set -e. * tests/Makefile.am (XFAIL_TESTS): Add it. Signed-off-by: Akim Demaille <akim@lrde.epita.fr> | ||
| 66027a9b | 2007-11-25 12:02:22 | Fix uses of am__strip_dir. * lib/am/libs.am, lib/am/ltlib.am: Catch up with the change of definition of am__strip_dir. Signed-off-by: Akim Demaille <akim@lrde.epita.fr> | ||
| 7a3cfc9b | 2007-11-25 11:15:23 | Define and use register_action. * lib/Automake/Rule.pm: Fix a few typos in the doc. (&rule): Use || to simplify the code. (®ister_action): New. Export it. * automake.in (&handle_factored_dependencies, &file_contents_internal): Use it. Signed-off-by: Akim Demaille <akim@lrde.epita.fr> | ||
| 0db12da3 | 2007-11-25 10:47:00 | * bootstrap: Fix typos on redirections. Signed-off-by: Akim Demaille <akim@lrde.epita.fr> | ||
| 9c7aee99 | 2007-11-24 15:02:41 | Skip comments and empty lines in dirlist in the tests. * defs.in (extra_includes): Skip comments and empty lines in dirlist. Signed-off-by: Akim Demaille <akim@lrde.epita.fr> | ||
| 94e81d55 | 2007-11-24 12:24:22 | Ternary operator in lib/am files. * automake.in (&transform_token): New. (&transform): Use it. Support %KEY?TRUE:FALSE%. (&make_paragraphs): Adjust the regexp to call %transform. * lib/am/data.am, lib/am/libs.am, lib/am/lisp.am, lib/am/ltlib.am, * lib/am/progs.am, lib/am/python.am, lib/am/scripts.am: Use %KEY?TRUE:FALSE%. * lib/am/inst-vars.am (am__strip_dir): Assign the result to f to be more alike am__vpath_adj. Adjust dependencies. Signed-off-by: Akim Demaille <akim@lrde.epita.fr> | ||
| 1d0c65c8 | 2007-11-24 10:10:11 | Normalize white spaces * automake.in: Normalize white spaces. | ||
| 88d1f07e | 2007-11-24 09:53:05 | * configure.ac (ACLOCAL, AUTOMAKE): Fix quoting for rebuilding rules, if the absolute build directory name contains white space. | ||
| f7c36c78 | 2007-11-23 00:17:02 | * aclocal.in (trace_used_macros): Quote input files. | ||
| ffa4c62a | 2007-11-23 00:06:57 | * lib/ylwrap: Cope with white space in `PROGRAM' and `pwd`. | ||
| 760dd83c | 2007-11-22 22:34:29 | * lib/am/tags.am (ID, TAGS, CTAGS): Make awk scripts portable again. (CTAGS): Drop unneeded variable `here'. | ||
| e6477308 | 2007-11-18 16:23:52 | * tests/output13.test: New test. * tests/Makefile.am: Adjust. Prompted by report from Bruno Haible in <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00479.html>. | ||
| 37a90f42 | 2007-11-18 15:30:01 | Fix signal handling in aclocal. * aclocal.in (unlink_tmp): If invoked by a signal, note so in verbose mode. Reinstall default signal handler and reraise, to transport the interrupt information. | ||
| d826333b | 2007-11-13 22:57:15 | Fix color test failure on dumb (and other) terminals. * tests/color.test: Set TERM to `ansi'. | ||
| 83df77e5 | 2007-11-12 19:53:32 | Avoid spurious test failure with `make check TESTS=check5.test'. * tests/check5.test: unset TESTS. | ||
| 4813ffea | 2007-11-12 19:51:06 | Fix maintainer-check failure. * tests/color.test: unset TESTS, use `make -e' rather than `make MACRO=val'. | ||
| 4b4f1e31 | 2007-11-10 11:53:23 | * configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a. | ||
| 2aed0cc7 | 2007-11-10 11:51:40 | * automake.in (handle_tests): Remove debugging leftover. | ||
| 6806a691 | 2007-11-10 11:11:21 | Run each test in a process-private subdirectory. * tests/defs.in: Employ a trap to clean up at the end of the test in case the test succeeded. This needs to be revisited because we would like to keep the output of XPASSing tests. Also, note when we were interrupted by a signal. Code taken from Autoconf's _AC_INIT_PREPARE. If $keep_testdirs is set, keep them even for successful tests. * tests/Makefile.am (check-clean-local): New target. Remove all tests subdirs, but also make them writable first. The latter was already needed without per-test subdirs. (distclean-local): Depend upon check-clean-local. * tests/Makefile.in: Regenerate. * tests/.cvsignore, tests/.gitignore: Adjust. | ||
| c975987c | 2007-11-10 10:20:08 | Fix default includes ordering to be `-I. -I$(srcdir) ...' again. * automake.in (handle_compile): Put -I$(srcdir) before include paths for config headers, as was done before Automake 1.10, but keep uniquified list without multiple adjacent spaces. * doc/automake.texi (Program variables): List include paths in order. * NEWS: Mention 1.10 regression. * tests/stdinc.test: New test. * tests/Makefile.am: Adjust. * THANKS: Update. Report by Kent Boortz. | ||
| c8db74fc | 2007-11-08 22:32:15 | Implement colorized test output. * automake.in (handle_tests): Set COLOR depending on `color-tests'. * configure.ac (AM_INIT_AUTOMAKE): Use `color-tests'. * doc/automake.texi (Tests, Options): Document test results, document new option, document AM_COLOR_TESTS. * lib/Automake/Options.pm (_process_option_list): Handle it. * lib/am/check.am (am__tty_colors): New variable. Enable colored output if TERM is not dumb and depending on AM_COLOR_TESTS and whether stdout is connected to a terminal. (check-TESTS): Use am__tty_colors. * NEWS: Mention color-tests. * tests/color.test: New test. * tests/Makefile.am: Adjust. | ||
| 9c315dae | 2007-11-08 22:23:34 | For PR automake/526: * doc/automake.texi (Basic Installation): Fix typo. | ||
| fafa1e12 | 2007-10-29 20:45:48 | Accommodate for new macro AC_AUTOCONF_VERSION. * aclocal.in (write_aclocal): Use AC_AUTOCONF_VERSION rather than m4_PACKAGE_VERSION. Define the former if not defined. * m4/amversion.in (AM_SET_CURRENT_AUTOMAKE_VERSION): Likewise. * tests/missing4.test: Use AC_AUTOCONF_VERSION. | ||
| 409466a9 | 2007-10-29 20:40:38 | * doc/automake.texi (Program variables): Clarify that Automake does not put DEFAULT_INCLUDES in AM_CPPFLAGS, but passes it directly to compilation commands. | ||
| 062ce249 | 2007-10-29 20:21:33 | Move to git as primary source repository. * Makefile.am (git-dist, git-release): Renamed and adjusted from ... (cvs-dist, cvs-release): ... these. (git-diff): New target, taken and adjusted from cvs-diff. * Makefile.in: Regenerate. * bootstrap: Adjust. * NEWS: Announce change. * doc/automake.texi (General Operation): cvs-dist is git-dist now. (Timeline): Mention change. | ||
| cb4511cc | 2007-10-09 20:07:00 | Fix ChangeLog entries | ||
| 18711253 | 2007-10-09 20:02:57 | * automake.in: Treat extension .sx also like preprocessed assembler (.S), following GCC. * NEWS: Update. * doc/automake.texi (Assembly Support) (Unified Parallel C Support): Adjust. * tests/asm3.test: New test. * tests/Makefile.am: Update. | ||
| 386bf599 | 2007-10-09 15:26:52 | Add a ChangeLog entry for the previous change. | ||
| e4fc6914 | 2007-09-30 04:18:20 | * automake.in (TARGET_PATTERN): Allow leading digit. * tests/exeext3.test: Adjust to expose this. Report by Claudio Fontana and Laurence Finston. | ||
| 70317808 | 2007-08-23 04:35:44 | * tests/defs.in (required): For gcj, check whether `gcj -v' works, to avoid broken installations without libgcj.spec. Export $GCJ. * tests/gcj4.test: Setting GCJ not needed any more. * THANKS: Update. Report by Jesse Chisholm. | ||
| a32e6465 | 2007-08-20 21:08:52 | * lib/config-ml.in, lib/config.guess, lib/config.sub, lib/symlink-tree, lib/texinfo.tex: New upstream versions. | ||
| 56bac80c | 2007-08-19 07:46:52 | * doc/automake.texi (gettext): Fix link to gettext manual. | ||
| c023cf9f | 2007-08-18 09:27:16 | In ChangeLog files, use more-permissive notice rather than GPL, as per usual GNU standards these days. | ||
| f30d8e71 | 2007-08-16 23:47:12 | * automake.in (handle_programs): Also clean .libs/_libs directory for _PROGRAMS. * tests/libtoo10.test: New test. * tests/Makefile.am: Update. * THANKS: Update. Report by Guillermo Ontañón. | ||
| a45ffd95 | 2007-08-09 19:08:09 | * configure.ac: Actually require version 2.60 in the test for Autoconf, and recommend it in the error messages. * THANKS: Update. Report by Robert Swafford. | ||
| f2205d30 | 2007-07-22 09:27:37 | * doc/automake.texi (VPATH Builds): Fix wording. Report by Reuben Thomas. | ||
| 3d85de7b | 2007-07-22 09:06:23 | * tests/subst.test: Move the AC_SUBST into a macro definition. Avoids an error from CVS Autoconf. * THANKS: Update. Report by Benoit Sigoure. | ||
| d0ebf712 | 2007-07-22 08:48:18 | * lib/am/configure.am (%?REGEN-ACLOCAL-M4%): New target $(am__aclocal_m4_deps) without any dependencies, to avoid the "deleted .m4 file" problem. * tests/acloca22.test: New test. * tests/Makefile.am: Update. * NEWS: Update. | ||
| 0ee0ac50 | 2007-07-22 08:42:35 | * lib/am/ltlib.am (install-%DIR%LTLIBRARIES) (uninstall-%DIR%LTLIBRARIES): Use $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS). * lib/am/progs.am (install-%DIR%PROGRAMS) (uninstall-%DIR%PROGRAMS): Likewise. * tests/libtool7.test: Update test for `install' and `uninstall' cases. * NEWS, THANKS: Update. | ||
| 2b08a717 | 2007-07-16 21:55:43 | * doc/automake.texi: Remove Front-Cover and Back-Cover Texts, this manual is not printed by the FSF. | ||
| 246e502b | 2007-07-16 19:56:24 | * NEWS: Clarify that COPYING files are not updated. | ||
| 09e45234 | 2007-07-10 22:39:36 | * doc/automake.texi: New Back-Cover Text. Report by Karl Berry. | ||
| 420c9b2a | 2007-07-07 12:16:27 | * aclocal.in (version): Fix output to match GCS requirements. * automake.in (version): Likewise. Report by Eric Blake. | ||
| b9ff055d | 2007-07-07 11:23:29 | * COPYING, lib/COPYING: Update to GPLv3. All uses changed. * NEWS: Update. | ||
| 07ad8a94 | 2007-06-30 09:23:12 | * lib/gnupload: Fix shell portability issues with for loops. Report by Karl Berry. | ||
| 25021886 | 2007-06-23 08:30:46 | * aclocal.in (write_aclocal): Warn about autoconf incompatibilities instead of making them fatal. * tests/missing4.test: Adjust. * NEWS: Update. Problem reported by Bruno Haible in <http://lists.gnu.org/archive/html/bug-automake/2007-06/msg00010.html>. | ||
| b4c497b7 | 2007-05-03 17:57:41 | * doc/automake.texi, lib/Automake/Rule.pm: Fix typos. * automake.in: Likewise. (am_primary_prefixes): Keep the intentional typo there. | ||
| f7f334fb | 2007-04-25 17:55:15 | * doc/stamp-vti: Remove generated file from revision control. * doc/version.texi: Likewise. | ||
| 5d72dc40 | 2007-04-23 16:36:58 | * doc/automake.texi (Python): Fix typo. | ||
| 1c594b61 | 2007-03-29 23:26:48 | * lib/mdate-sh (ls_command): Use -n when available to avoid problems with spaces in user/group names. * tests/mdate5.test: New test. * tests/Makefile.am: Adjust. | ||
| 574df3f6 | 2007-03-29 23:02:05 | * automake.in (handle_tests): Rewrite XFAIL_TESTS just like TESTS, appending $(EXEEXT), so that matching continues to work on w32. * NEWS: Mention this. * doc/automake.texi (EXEEXT, Extending): Update. * tests/check7.test: New test. * tests/Makefile.am: Adjust. Bug report by Ed Hartnett. | ||
| c6e55f6d | 2007-03-29 22:40:41 | * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Again search the whole file, but use sed to reduce the line length. Fixes 1.10 regression. Report by David Byron. * THANKS, NEWS: Update. |