|
d4b81e60
|
2008-01-12T15:33:06
|
|
* m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Rewrite to be more
resistant to different quoting styles of $1.
|
|
541518fe
|
2008-01-10T20: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-10T20:50:02
|
|
* tests/output-order.test: New test, for the stable output fix.
* tests/Makefile.am: Update.
|
|
66931411
|
2008-01-08T21: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-08T21: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-07T22: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-07T22:31:01
|
|
* lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from upstream.
|
|
6e865147
|
2008-01-07T21: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-07T20:34:34
|
|
* automake.in (handle_texinfo_helper, handle_lib_objects): Fix
typos in comments.
|
|
15262558
|
2008-01-02T20:14:28
|
|
Regenerate.
|
|
d315aef0
|
2008-01-02T19:59:08
|
|
Bump copyright years.
* aclocal.in (write_aclocal, version): Likewise.
* automake.in ($gen_copyright, version): Likewise.
* doc/automake.texi: Likewise.
|
|
6130d102
|
2007-12-18T17: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-08T11:23:38
|
|
* lib/Automake/FileUtils.pm (open_quote): New function.
(update_file, contents): Use it.
|
|
e3acdefa
|
2007-12-08T11:20:24
|
|
Reword the copyright notices to match what's suggested in GPLv3.
|
|
3a3ab6bd
|
2007-12-08T11: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-08T11: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-08T11:03:12
|
|
* INSTALL, lib/INSTALL, lib/config-ml.in, lib/config.guess,
lib/config.sub, lib/texinfo.tex: Sync from upstream.
|
|
9966cc73
|
2007-12-08T10:43:47
|
|
Regenerate.
|
|
4a6593e3
|
2007-12-08T10: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-26T22: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-26T22:24:46
|
|
Quote @abs_top_builddir@ and @abs_top_srcdir@.
* tests/aclocal.in: Likewise.
* tests/automake.in: Likewise.
|
|
f1279d7c
|
2007-11-26T20: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-25T18: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-25T17: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-25T12: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-25T11: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-25T10:47:00
|
|
* bootstrap: Fix typos on redirections.
Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
|
|
9c7aee99
|
2007-11-24T15: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-24T12: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-24T10:10:11
|
|
Normalize white spaces
* automake.in: Normalize white spaces.
|
|
88d1f07e
|
2007-11-24T09:53:05
|
|
* configure.ac (ACLOCAL, AUTOMAKE): Fix quoting for rebuilding
rules, if the absolute build directory name contains white space.
|
|
f7c36c78
|
2007-11-23T00:17:02
|
|
* aclocal.in (trace_used_macros): Quote input files.
|
|
ffa4c62a
|
2007-11-23T00:06:57
|
|
* lib/ylwrap: Cope with white space in `PROGRAM' and `pwd`.
|
|
760dd83c
|
2007-11-22T22:34:29
|
|
* lib/am/tags.am (ID, TAGS, CTAGS): Make awk scripts portable again.
(CTAGS): Drop unneeded variable `here'.
|
|
e6477308
|
2007-11-18T16: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-18T15: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-13T22:57:15
|
|
Fix color test failure on dumb (and other) terminals.
* tests/color.test: Set TERM to `ansi'.
|
|
83df77e5
|
2007-11-12T19:53:32
|
|
Avoid spurious test failure with `make check TESTS=check5.test'.
* tests/check5.test: unset TESTS.
|
|
4813ffea
|
2007-11-12T19:51:06
|
|
Fix maintainer-check failure.
* tests/color.test: unset TESTS, use `make -e' rather than
`make MACRO=val'.
|
|
4b4f1e31
|
2007-11-10T11:53:23
|
|
* configure.ac (AM_INIT_AUTOMAKE): Require version 1.10a.
|
|
2aed0cc7
|
2007-11-10T11:51:40
|
|
* automake.in (handle_tests): Remove debugging leftover.
|
|
6806a691
|
2007-11-10T11: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-10T10: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-08T22: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-08T22:23:34
|
|
For PR automake/526:
* doc/automake.texi (Basic Installation): Fix typo.
|
|
fafa1e12
|
2007-10-29T20: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-29T20: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-29T20: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.
|
|
0f282a1d
|
2007-10-17T19:14:03
|
|
* Makefile.in: Regenerate.
|
|
5865015a
|
2007-10-12T16:51:28
|
|
.gitignore, doc/.gitignore, lib/Automake/.gitignore
tests/.gitignore: New files.
|
|
cb4511cc
|
2007-10-09T20:07:00
|
|
Fix ChangeLog entries
|
|
18711253
|
2007-10-09T20: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-09T15:26:52
|
|
Add a ChangeLog entry for the previous change.
|
|
495b4155
|
2007-10-09T14:52:20
|
|
Add lzma compression support.
* NEWS: Mention it.
* automake.in (handle_dist): Recognize dist-lzma.
(make_paragraphs): Map LZMA to dist-lzma.
* doc/automake.texi (Dist): Add dist-lzma.
(Options): Likewise.
* lib/Automake/Options.pm (_process_option_list):
* lib/am/distdir.am (dist-lzma): New rule.
(dist dist-all): Add command to create an lzma-compressed tarball.
(distcheck): Handle lzma-compressed tarballs just like the others.
* tests/defs.in: Test for lzma, too.
* tests/lzma.test: New file, based on nogzip.test.
* tests/Makefile.am (TESTS): Add lzma.test.
* tests/Makefile.in: Regenerate.
Suggestion from Karl Berry.
Author: Jim Meyering <meyering@redhat.com>
|
|
e4fc6914
|
2007-09-30T04: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-23T04: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-20T21:08:52
|
|
* lib/config-ml.in, lib/config.guess, lib/config.sub,
lib/symlink-tree, lib/texinfo.tex: New upstream versions.
|
|
56bac80c
|
2007-08-19T07:46:52
|
|
* doc/automake.texi (gettext): Fix link to gettext manual.
|
|
c023cf9f
|
2007-08-18T09:27:16
|
|
In ChangeLog files, use more-permissive notice rather than GPL,
as per usual GNU standards these days.
|
|
f30d8e71
|
2007-08-16T23: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-09T19: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-22T09:27:37
|
|
* doc/automake.texi (VPATH Builds): Fix wording.
Report by Reuben Thomas.
|
|
3d85de7b
|
2007-07-22T09: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-22T08: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-22T08: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-16T21:55:43
|
|
* doc/automake.texi: Remove Front-Cover and Back-Cover Texts,
this manual is not printed by the FSF.
|
|
246e502b
|
2007-07-16T19:56:24
|
|
* NEWS: Clarify that COPYING files are not updated.
|
|
09e45234
|
2007-07-10T22:39:36
|
|
* doc/automake.texi: New Back-Cover Text.
Report by Karl Berry.
|
|
420c9b2a
|
2007-07-07T12:16:27
|
|
* aclocal.in (version): Fix output to match GCS requirements.
* automake.in (version): Likewise.
Report by Eric Blake.
|
|
b9ff055d
|
2007-07-07T11:23:29
|
|
* COPYING, lib/COPYING: Update to GPLv3. All uses changed.
* NEWS: Update.
|
|
ac9f4049
|
2007-07-07T10:57:24
|
|
Ignore stamp-vti and version.texi.
|
|
07ad8a94
|
2007-06-30T09:23:12
|
|
* lib/gnupload: Fix shell portability issues with for loops.
Report by Karl Berry.
|
|
25021886
|
2007-06-23T08: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-03T17: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-25T17:55:15
|
|
* doc/stamp-vti: Remove generated file from revision control.
* doc/version.texi: Likewise.
|
|
5d72dc40
|
2007-04-23T16:36:58
|
|
* doc/automake.texi (Python): Fix typo.
|
|
1c594b61
|
2007-03-29T23: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-29T23: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-29T22: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.
|
|
e89ec38d
|
2007-03-28T23:08:06
|
|
* lib/depcomp (aix): Rewrite depmode in the spirit of the tru64
one. Fixes failure to catch dependencies with libtool and xlc
in case of enable_static=no (which is the default on AIX without
runtimelinking).
* tests/depcomp7.test: Run test once with --disable-shared and
once with --disable-static, to expose failure systematically.
* NEWS: Update.
|
|
fd44b6b1
|
2007-03-28T22:44:17
|
|
* automake.in (handle_LIBOBJS_or_ALLOCA): Fix the error message.
* tests/pr401.test: Update to expose the error.
* tests/pr401b.test: Likewise.
* tests/pr401c.test: Likewise.
|
|
63d5f15c
|
2007-03-28T22:27:14
|
|
* automake.in (scan_autoconf_config_files): Warn about leading
`./' in config file names.
* tests/canon-name.test: New test.
* tests/Makefile.am: Update.
* THANKS: Update.
Suggestion by Claudio Fontana.
|
|
d44e226f
|
2007-03-28T22:12:57
|
|
* tests/yacc6.test: Add the generated headers to `BUILT_SOURCES'
as documented in the manual. Fixes parallel make failure.
Report by Dieter Jurzitza.
* THANKS: Update.
|
|
4675d38e
|
2007-03-28T22:04:12
|
|
* ChangeLog, TODO, tests/exdir3.test: Fix copyright notice.
|
|
75b63530
|
2007-03-28T21:57:54
|
|
* TODO: Kill a couple of outdated items.
* tests/exdir3.test: New test.
* tests/Makefile.am: Update.
|
|
63d3ea9a
|
2007-03-28T21:48:37
|
|
Regenerate with Autoconf 2.61.
|
|
d82eb892
|
2007-01-27T16:32:12
|
|
* doc/automake.texi (Multiple Outputs): Fix the multiple outputs
with locking example.
|
|
b4174c07
|
2007-01-27T16:17:54
|
|
* doc/automake.texi (Subpackages): Fix ambiguous wording.
Report and suggestions by Reuben Thomas.
* THANKS: Update.
|
|
c7d04bb7
|
2007-01-10T17:57:24
|
|
* tests/defs.in (is_newest): Cope with multiple newer files.
* NEWS: mention `install-sh -C'.
|
|
24daf4db
|
2006-12-26T16:20:52
|
|
Fix typo in previous changelog entry.
|
|
639d888e
|
2006-12-26T05:20:52
|
|
* lib/install-sh (initialize_posix_glob): New var.
Use it instead of setting posix_glob inline.
(posix_glob): Use '?'/''/: instead of ''/yes/no, for convenience.
(cmpprog, CMPPROG): New vars, since we use cmp rather than the diff
of Akim's patch.
Use LC_ALL before invoking 'ls' when we depend on its output format.
Don't use awk; just use the shell's builtin features.
Clean up $dsttmp -C detects no installation is needed.
* tests/defs.in (is_newest): Renamed from is_younger; the new
name is more accurate. All uses changed.
(old_timestamp): New var.
* tests/instsh2.test: Rewrite to avoid the need for sleeping.
2006-12-25 Akim Demaille <akim@epita.fr>
* lib/install-sh: Implement install-sh -C.
(This patch is the remaining part of the patch proposed in
<http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
(usage): Document it.
(copy_on_change): New var.
* tests/defs.in (is_younger): New function.
* tests/instsh2.test: Check install-sh -C.
|
|
c65949f3
|
2006-12-25T06:30:28
|
|
* lib/install-sh: Fix typo in previous patch for handling --.
Use more-consistent style for ';;'.
Prefer || to if-then-else-:.
* tests/install2.test: Rework to avoid set -e problems.
2006-12-24 Akim Demaille <akim@epita.fr>
Simplify install-sh and its test. This shouldn't change any behavior.
(This patch is a subset of the patch proposed in
<http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
* lib/install-sh (usage): Use usual GNU style.
(dstarg): Rename as...
(dst_arg): this for consistency.
Simplify quoting of assignments.
Sort them.
Don't use '\' to continue commands: && suffices.
Remove useless "continue" in the argument processing,
and factor the shifts.
* tests/defs.in: Some improvements to make it set -e clean.
Use the traditional ":" trick to protect loops from being empty.
Remove an empty straightforward piece of code prepared to define
additional variables.
Use test instead of [], for consistency.
* tests/install2.test: Use set -e, to simplify code.
|
|
59448d4f
|
2006-12-19T23:52:55
|
|
* doc/automake.texi: Fix typo.
|
|
c1622069
|
2006-11-12T18:02:41
|
|
* doc/Makefile.am: Use $(MAKE) $(AM_MAKEFLAGS) for building
amhello, to prevent gmake from invoking make with MAKEFLAGS
it does not understand.
Report by Patrick Welche.
|
|
ae53ac04
|
2006-11-12T09:49:50
|
|
* lib/gnupload: Revert last change. Add pointer to upload
instructions of the GNU Maintenance Instructions.
Suggestion by Karl Berry.
|
|
ca8a697a
|
2006-11-08T18:58:16
|
|
* lib/gnupload: Add missing 'gnu' to example URL.
Report by Karl Berry.
|
|
9a75cc99
|
2006-10-28T09:51:58
|
|
* doc/automake.texi (amhello Explained): autoconf creates
configure, not configure.ac.
* THANKS: Update.
|
|
dd3de3aa
|
2006-10-20T17:17:57
|
|
* doc/automake.texi (Dist, Dependency Tracking Evolution):
Fix some typos.
* lib/Automake/Condition.pm: Likewise.
* lib/Automake/DisjConditions.pm: Likewise.
* lib/Automake/ItemDef.pm: Likewise.
* lib/Automake/Options.pm: Likewise.
* lib/Automake/Rule.pm: Likewise.
* lib/Automake/VarDef.pm: Likewise.
* lib/Automake/Variable.pm: Likewise.
* lib/Automake/Wrap.pm: Likewise.
* lib/Automake/XFile.pm: Likewise.
* m4/substnot.m4: Likewise.
|
|
34a2a4df
|
2006-10-16T19:20:04
|
|
* lib/gnupload: Update to version 1.1 of directive file.
|
|
0bfc855e
|
2006-10-16T05:24:17
|
|
* lib/am/depend2.am (%SOURCEFLAG%): New substitution, goes
right before the expanded source file name.
* automake.in (%sourceflags): New global: per-extension flag
to denote that the next compiler argument is the source file.
(scan_autoconf_traces): Trace AC_FC_SRCEXT; initialize
%sourceflags accordingly.
(handle_single_transform): Store source file extension in...
(%lang_specific_files): ...this and...
(handle_languages): ...adjust here. Pass flag in SOURCEFLAG.
* doc/automake.texi (Optional): Add AC_FC_SRCEXT.
(Fortran 9x Support): Update.
* tests/fort2.test: New test.
* tests/Makefile.am: Adjust.
* NEWS, THANKS: Update.
Suggested by Steven G. Johnson.
|