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 "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=cf0d4cd466af02bdb76f16fab4a0bebedbeaab70 The branch, branch-1.6 has been updated via cf0d4cd466af02bdb76f16fab4a0bebedbeaab70 (commit) from 3ea4b0db6f770dda84d2262d96c1005118b0180d (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 cf0d4cd466af02bdb76f16fab4a0bebedbeaab70 Author: Eric Blake <[email protected]> Date: Mon Oct 5 07:45:13 2009 -0600 Update from gnulib. * gnulib: Update. * m4/gnulib-cache.m4: Import gnu-web-doc-update module. * HACKING: Update notes on release procedure, to reflect gnulib improvements. Signed-off-by: Eric Blake <[email protected]> (cherry picked from commit 48a143743c5dea904819a426f3fb687a18dd737e) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 8 ++++++++ HACKING | 14 ++++++++------ gnulib | 2 +- m4/gnulib-cache.m4 | 3 ++- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8ca639..f97e31e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-10-05 Eric Blake <[email protected]> + + Update from gnulib. + * gnulib: Update. + * m4/gnulib-cache.m4: Import gnu-web-doc-update module. + * HACKING: Update notes on release procedure, to reflect gnulib + improvements. + 2009-08-20 Eric Blake <[email protected]> Update from gnulib. diff --git a/HACKING b/HACKING index 43bc715..65f1924 100644 --- a/HACKING +++ b/HACKING @@ -248,9 +248,9 @@ yyyy-mm-dd Name of Author <em...@address> (tiny change) * Run `make maintainer-distcheck'. If there are any problems, fix them, run `git tag -d v<version>' and start again from the `git commit' step. -* Run `make <target> PREV_VERSION=maj.min[.mic[alpha]]', with target set - to `major', `alpha', or `beta' as appropriate. This will run various - additional checks and create diff files from the previous version. +* Run `make <target>', with target set to `stable, `alpha', or `beta' as + appropriate. This will run various additional checks and create diff + files from the previous version. * Run './build-aux/gnupload --to [dest].gnu.org:m4 [files]' to create detached gpg signature and clear signed directive files, and upload @@ -276,9 +276,11 @@ yyyy-mm-dd Name of Author <em...@address> (tiny change) and run `git commit'. Then run `git push origin refs/tags/v<version>' to push the release tag and complete the release. -* For non-alpha releases, update the webpages. Run `make web-manual', - then copy the contents of doc/manual into a CVS checkout of the M4 - manual repository. Also edit m4.html before doing a CVS checkin. +* For stable releases, update the webpages. + Run`build-aux/gnu-web-doc-update', which runs `make web-manual' on a + temporary git branch corresponding to the release, then copies the + contents of doc/manual into a CVS checkout of the M4 manual + repository. Follow up with any needed edits to m4.html, using: export CVS_RSH=ssh cvs -z3 -d:ext:<user>@cvs.savannah.gnu.org:/web/m4 co m4 diff --git a/gnulib b/gnulib index 0d9fce2..c844d0c 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 0d9fce2a47c3ff91991d9f93259ccf5877af2ccc +Subproject commit c844d0cacce3176e8ca09d890bfb21a77819243b diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 8eb0508..7930fde 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io bitrotate clean-temp cloexec close-stream closein config-h dirname error execute fdl-1.3 fflush filenamecat flexmember fopen fopen-safer freadptr freadseek fseeko gendocs getopt-gnu git-version-gen gnumakefile gnupload gpl-3.0 hash intprops maintainer-makefile memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname quote regex rename snprintf-posix stdbool stdint stdlib-safer strtod strtol unlocked-io update-copyright vasnprintf-posix verror version-etc version-etc-fsf wait-process xalloc xmemdup0 xprintf xvasprintf-posix +# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io bitrotate clean-temp cloexec close-stream closein config-h dirname error execute fdl-1.3 fflush filenamecat flexmember fopen fopen-safer freadptr freadseek fseeko gendocs getopt-gnu git-version-gen gnu-web-doc-update gnumakefile gnupload gpl-3.0 hash intprops maintainer-makefile memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname quote regex rename snprintf-posix stdbool stdint stdlib-safer strtod strtol unlocked-io update-copyright vasnprintf-posix verror version-etc version-etc-fsf wait-process xalloc xmemdup0 xprintf xvasprintf-posix # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([local]) @@ -46,6 +46,7 @@ gl_MODULES([ gendocs getopt-gnu git-version-gen + gnu-web-doc-update gnumakefile gnupload gpl-3.0 hooks/post-receive -- GNU M4 source repository
