summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-02-23 15:07:49 -0700
committerEric Blake <ebb9@byu.net>2008-02-25 06:15:07 -0700
commit2261f08799ef4cc16a868bc3492356c1edf99ca9 (patch)
treefdf8f98e91a4ea53f1345f496607d7f9a7c9009e /m4
parent9d400bc11d96c313d041e73b8f7b9a2d069d1ae5 (diff)
downloadm4-1.4.10b.tar.gz
Beta Release Version 1.4.10b.v1.4.10b
* configure.ac (AC_INIT): Bump version. (AM_INIT_AUTOMAKE): Increase requirement, and add dist-lzma. * NEWS: Bump version. * HACKING: Update for git release procedures. * README: Update to mention this is a beta release on the stable branch. * bootstrap: Mention new automake dependency. * Makefile.cfg: New file. * GNUmakefile: Use it. * Makefile.maint (gzip_rsyncable, GZIP_ENV, GIT, VC, VC-tag) (VERSION_REGEXP, this-vc-tag, my_distdir, null_AM_MAKEFLAGS) (TMPDIR, gnulib-version): New macros, borrowed from coreutils. (makefile-check, news-date-check, changelog-check, m4-check) (vc-diff-check, maintainer-distcheck, vc-dist, my-distcheck) (announcement, alpha, beta, major): New rules, borrowed from coreutils. (TEXI2HTML, cvs-release, update-timestamps, cvs-news, cvs-commit) (cvs-dist): Delete. * Makefile.am (EXTRA_DIST): Distribute new file. * m4/gnulib-cache.m4: Import announce-gen module. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib-cache.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index be1c1217..d41f158a 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,11 +15,11 @@
# 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 --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 assert avltree-oset binary-io clean-temp cloexec close-stream closein config-h error fdl fflush flexmember fopen-safer free fseeko gendocs getopt gnupload gpl-3.0 intprops memmem mkstemp obstack quote regex stdbool stdint stdlib-safer strtod strtol unlocked-io vasnprintf-posix verror version-etc version-etc-fsf xalloc xprintf xvasprintf-posix
+# gnulib-tool --import --dir=. --local-dir=local --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=M4 announce-gen assert avltree-oset binary-io clean-temp cloexec close-stream closein config-h error fdl fflush flexmember fopen-safer free fseeko gendocs getopt gnupload gpl-3.0 intprops memmem mkstemp obstack quote regex stdbool stdint stdlib-safer strtod strtol unlocked-io vasnprintf-posix verror version-etc version-etc-fsf xalloc xprintf xvasprintf-posix
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([local])
-gl_MODULES([assert avltree-oset binary-io clean-temp cloexec close-stream closein config-h error fdl fflush flexmember fopen-safer free fseeko gendocs getopt gnupload gpl-3.0 intprops memmem mkstemp obstack quote regex stdbool stdint stdlib-safer strtod strtol unlocked-io vasnprintf-posix verror version-etc version-etc-fsf xalloc xprintf xvasprintf-posix])
+gl_MODULES([announce-gen assert avltree-oset binary-io clean-temp cloexec close-stream closein config-h error fdl fflush flexmember fopen-safer free fseeko gendocs getopt gnupload gpl-3.0 intprops memmem mkstemp obstack quote regex stdbool stdint stdlib-safer strtod strtol unlocked-io vasnprintf-posix verror version-etc version-etc-fsf xalloc xprintf xvasprintf-posix])
gl_AVOID([])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])