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=7b5217b84113432ad9d589707e2360297787671d The branch, branch-1.6 has been updated via 7b5217b84113432ad9d589707e2360297787671d (commit) from 93b09e692ac2f258717ed800276be4cf1848053c (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 7b5217b84113432ad9d589707e2360297787671d Author: Eric Blake <[email protected]> Date: Thu Apr 16 06:18:21 2009 -0600 Use gnulib rename module. * m4/gnulib-cache.m4: Import rename module. At the moment, we don't tickle either of the platform bugs that it fixes, but it is better to be safe than sorry. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 7 +++++++ m4/gnulib-cache.m4 | 3 ++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 38f04bf..0228ac3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-16 Eric Blake <[email protected]> + + Use gnulib rename module. + * m4/gnulib-cache.m4: Import rename module. At the moment, we + don't tickle either of the platform bugs that it fixes, but it is + better to be safe than sorry. + 2009-04-15 Eric Blake <[email protected]> Require newer automake features. diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index d749cdb..1ad5a8d 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 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 git-version-gen gnumakefile gnupload gpl-3.0 hash intprops memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname quote regex stdbool stdint stdlib-safer strtod strtol unlocked-io 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 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 git-version-gen gnumakefile gnupload gpl-3.0 hash intprops memchr2 memcmp2 memmem mkstemp obstack obstack-printf-posix pipe progname quote regex rename stdbool stdint stdlib-safer strtod strtol unlocked-io 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]) @@ -60,6 +60,7 @@ gl_MODULES([ progname quote regex + rename stdbool stdint stdlib-safer hooks/post-receive -- GNU M4 source repository
