summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-02-16 15:15:38 -0700
committerEric Blake <ebb9@byu.net>2009-02-16 15:15:38 -0700
commitb2628d2f88656378f0e8f17007cac052bdf9af30 (patch)
tree763a8e4c6d494a0cea7b7887bb47d9c0c2981d53
parentf66f95f60436fe3c8e805268338fbfb1087a385d (diff)
downloadm4-stackovf.tar.gz
Avoid tests that make no sense, because m4 is single-threaded.stackovf
* m4/gnulib-cache.m4: Avoid lock-tests and tls-tests. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 2e16f59fdc15cace7c60960035f0d8fecd6232af)
-rw-r--r--ChangeLog5
-rw-r--r--m4/gnulib-cache.m46
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dab381f..ecf5cfb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-16 Eric Blake <ebb9@byu.net>
+
+ Avoid tests that make no sense, because m4 is single-threaded.
+ * m4/gnulib-cache.m4: Avoid lock-tests and tls-tests.
+
2008-12-06 Eric Blake <ebb9@byu.net>
Don't override signal handlers installed by c-stack.
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index b178e995..cea1f985 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2008 Free Software Foundation, Inc.
+# Copyright (C) 2002-2009 Free Software Foundation, Inc.
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
@@ -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 c-stack clean-temp cloexec close-stream closein config-h error fdl-1.3 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
+# 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 --avoid=lock-tests --avoid=tls-tests --no-libtool --macro-prefix=M4 announce-gen assert autobuild avltree-oset binary-io c-stack clean-temp cloexec close-stream closein config-h error fdl-1.3 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
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([local])
@@ -68,7 +68,7 @@ gl_MODULES([
xprintf
xvasprintf-posix
])
-gl_AVOID([])
+gl_AVOID([lock-tests tls-tests])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])
gl_PO_BASE([])