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=1fa16dbcc735a46778cd4cffb48dcf507fb1ab3b The branch, master has been updated via 1fa16dbcc735a46778cd4cffb48dcf507fb1ab3b (commit) from fd01bdc92e3f0c6de53ad8d61e44e3a81d520577 (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 1fa16dbcc735a46778cd4cffb48dcf507fb1ab3b Author: Eric Blake <[EMAIL PROTECTED]> Date: Mon Jun 23 16:21:27 2008 -0600 Adjust to new gnulib-tool layout. * ltdl/m4/gnulib-cache.m4: Reformat. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 3 ++ ltdl/m4/gnulib-cache.m4 | 54 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0e04df..4c07a80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-06-23 Eric Blake <[EMAIL PROTECTED]> + Adjust to new gnulib-tool layout. + * ltdl/m4/gnulib-cache.m4: Reformat. + Fix bootstrap comment. * bootstrap: DOWNLOAD_PO was previously removed. diff --git a/ltdl/m4/gnulib-cache.m4 b/ltdl/m4/gnulib-cache.m4 index fb91ba5..da4eef3 100644 --- a/ltdl/m4/gnulib-cache.m4 +++ b/ltdl/m4/gnulib-cache.m4 @@ -19,7 +19,59 @@ # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([local]) -gl_MODULES([assert autobuild avltree-oset binary-io clean-temp cloexec close-stream closein config-h configmake dirname error exit fdl fflush filenamecat flexmember fopen-safer fseeko gendocs gettext git-version-gen gnumakefile gnupload gpl-3.0 intprops memmem mkstemp obstack obstack-printf-posix progname propername quote regex regexprops-generic sprintf-posix stdbool stdlib-safer strnlen strtod strtol tempname unlocked-io vasnprintf-posix verror xalloc xalloc-die xmemdup0 xprintf-posix xstrndup xvasprintf-posix]) +gl_MODULES([ + assert + autobuild + avltree-oset + binary-io + clean-temp + cloexec + close-stream + closein + config-h + configmake + dirname + error + exit + fdl + fflush + filenamecat + flexmember + fopen-safer + fseeko + gendocs + gettext + git-version-gen + gnumakefile + gnupload + gpl-3.0 + intprops + memmem + mkstemp + obstack + obstack-printf-posix + progname + propername + quote + regex + regexprops-generic + sprintf-posix + stdbool + stdlib-safer + strnlen + strtod + strtol + tempname + unlocked-io + vasnprintf-posix + verror + xalloc + xalloc-die + xmemdup0 + xprintf-posix + xstrndup + xvasprintf-posix +]) gl_AVOID([]) gl_SOURCE_BASE([gnu]) gl_M4_BASE([ltdl/m4]) hooks/post-receive -- GNU M4 source repository
