[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Autoconf Archive branch, master, updated. v2009.12.16-35-g99e7b4b
From: |
autoconf-archive-commits |
Subject: |
Autoconf Archive branch, master, updated. v2009.12.16-35-g99e7b4b |
Date: |
Mon, 28 Dec 2009 00:15:09 +0100 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Autoconf Archive".
The branch, master has been updated
via 99e7b4ba50df46837fdcfd7efc933a2f6e78b38e (commit)
via 69b901898c66d3d4f83b8d23ef861a6257cb15b2 (commit)
via a3921e67155a29a11f9b69214f0809b2e75401a0 (commit)
via 03431481dc839f15365e0d86882b4fe1befd31bf (commit)
via 7d60e47f4f3fc8b84ee486f92b1f4365aa8dbda1 (commit)
via 96eddb4c7909d6ec2225203138f175b5c42f0860 (commit)
via 58104f21a9dbdb39fc6f1a47e48233360d36d0f6 (commit)
via 0fa9cb962265057a12318dd0b6743a84aee74388 (commit)
from a6718097049b89c5fa597d7d4594024ddb68fe2d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 99e7b4ba50df46837fdcfd7efc933a2f6e78b38e
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 21:36:02 2009 +0100
cfg.mk: renamed 'generate' target to 'maintainer-generate'
Using the target prefix 'maintainer-' ensures that Gnulib updates the
version string and macro names built into the configure script.
commit 69b901898c66d3d4f83b8d23ef861a6257cb15b2
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 21:29:15 2009 +0100
bootstrap.sh: disable Gnulib's sc_copyright_check target
The regular expression that verifies whether the copyright line in
doc/autoconf-archive.texi is up-to-date assumes that the date is followed by
the string "Free Software Foundation". In our case, however, the copyright
owner is "Autoconf Archive Maintainers". Eventually, the project is going
to be
signed over to the FSF; then we can enable that check again.
commit a3921e67155a29a11f9b69214f0809b2e75401a0
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 20:55:12 2009 +0100
TODO: reduce license disclaimer redundancy in the generated documentation
commit 03431481dc839f15365e0d86882b4fe1befd31bf
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 20:28:08 2009 +0100
configure.ac: determine the set of available macros at time "autoconf" is
run
This approach has the advantage that the Archive's installation procedure
doesn't depend on any shell-specific behavior at all; the set of available
macros is statically built into the configure script.
Gnulib's dist target ensures that this information is up-to-date whenever a
release archive is compiled.
commit 7d60e47f4f3fc8b84ee486f92b1f4365aa8dbda1
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 20:10:50 2009 +0100
doc/autoconf-archive.texi: greatly improved the general user documentation
commit 96eddb4c7909d6ec2225203138f175b5c42f0860
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 13:32:24 2009 +0100
TODO: document the trouble with cross-references in texinfo
commit 58104f21a9dbdb39fc6f1a47e48233360d36d0f6
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 13:31:57 2009 +0100
AUTHORS: ensure that ever macro copyright holder is included in this file
The AUTHORS file lists the name of everyone who has submitted an m4 file
or committed to the Git repository.
commit 0fa9cb962265057a12318dd0b6743a84aee74388
Author: Peter Simons <address@hidden>
Date: Sun Dec 27 13:17:19 2009 +0100
AX_PATH_BDB: spell Rafal Rzepecki's name correctly
More details can be found in e000442ec25f72576b75ea32e342fb1e503a944e.
-----------------------------------------------------------------------
Summary of changes:
.mailmap | 11 -----
Makefile.am | 4 +-
TODO | 71 ++++++++++--------------------
bootstrap.sh | 3 +-
cfg.mk | 6 +-
configure.ac | 21 ++-------
doc/Makefile.am | 4 +-
doc/autoconf-archive.texi | 93 ++++++++++++++++++++++++++++++++++------
gen-authors.sh | 21 +++++++++
git-authors-gen.pl | 105 ---------------------------------------------
m4/ax_path_bdb.m4 | 2 +-
11 files changed, 139 insertions(+), 202 deletions(-)
delete mode 100644 .mailmap
create mode 100755 gen-authors.sh
delete mode 100755 git-authors-gen.pl
hooks/post-receive
--
Autoconf Archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Autoconf Archive branch, master, updated. v2009.12.16-35-g99e7b4b,
autoconf-archive-commits <=