[SCM] GNU M4 source repository branch, stackovf, updated. v1.5.89a-32-gf0aed09
"Eric Blake" <[email protected]> Mon, 23 Jun 2008 23:40:10 +0000
| Newsgroups | gmane.comp.gnu.m4.cvs |
|---|---|
| Message-ID | <[email protected]> |
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=f0aed09967039400798ae3fbca584dc7ffff7e40
The branch, stackovf has been updated
via f0aed09967039400798ae3fbca584dc7ffff7e40 (commit)
from bb09ca5a7f38312fe279bd0e67d0c41dc65b8ba0 (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 f0aed09967039400798ae3fbca584dc7ffff7e40
Author: Eric Blake <[email protected]>
Date: Mon Jun 23 16:45:29 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 | 5 +++++
m4/gnulib-cache.m4 | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 54 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d9f0d10..c51d171 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-23 Eric Blake <[email protected]>
+
+ Adjust to new gnulib-tool layout.
+ * ltdl/m4/gnulib-cache.m4: Reformat.
+
2008-06-21 Eric Blake <[email protected]>
Use new sigaction module.
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index b725169..0f3a065 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -19,7 +19,55 @@
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([local])
-gl_MODULES([announce-gen assert autobuild avltree-oset binary-io c-stack clean-temp cloexec close-stream closein config-h error fdl fflush flexmember fopen-safer fseeko gendocs getopt git-version-gen gnumakefile gnupload gpl-3.0 intprops memchr2 memmem mkstemp obstack progname quote regex sigaction stdbool stdint stdlib-safer strsignal strtod strtol unlocked-io vasnprintf-posix verror version-etc version-etc-fsf xalloc xmemdup0 xprintf xvasprintf-posix])
+gl_MODULES([
+ announce-gen
+ assert
+ autobuild
+ avltree-oset
+ binary-io
+ c-stack
+ clean-temp
+ cloexec
+ close-stream
+ closein
+ config-h
+ error
+ fdl
+ fflush
+ flexmember
+ fopen-safer
+ fseeko
+ gendocs
+ getopt
+ git-version-gen
+ gnumakefile
+ gnupload
+ gpl-3.0
+ intprops
+ memchr2
+ memmem
+ mkstemp
+ obstack
+ progname
+ quote
+ regex
+ sigaction
+ stdbool
+ stdint
+ stdlib-safer
+ strsignal
+ strtod
+ strtol
+ unlocked-io
+ vasnprintf-posix
+ verror
+ version-etc
+ version-etc-fsf
+ xalloc
+ xmemdup0
+ xprintf
+ xvasprintf-posix
+])
gl_AVOID([])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])
hooks/post-receive
--
GNU M4 source repository