summaryrefslogtreecommitdiffstats
path: root/m4/gnulib-cache.m4
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-04-28 22:36:59 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-04-28 22:36:59 +0200
commit539d7e2cfbc8fef2837c47312107a8314108158b (patch)
tree0675c479bfd39c836e1784961ad9d1943abaf464 /m4/gnulib-cache.m4
parent71dc41a9b7b0e939314a886383daa6fb2e297a55 (diff)
downloadmad-539d7e2cfbc8fef2837c47312107a8314108158b.tar
mad-539d7e2cfbc8fef2837c47312107a8314108158b.zip
ThreadManager angefangen; Logger laeuft jetzt in eigenem Thread
Diffstat (limited to 'm4/gnulib-cache.m4')
-rw-r--r--m4/gnulib-cache.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index a13e0f0..005c6ab 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,12 +15,14 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=config --libtool --macro-prefix=gl --no-vc-files base64
+# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=config --libtool --macro-prefix=gl --no-vc-files base64 cond thread
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
gl_MODULES([
base64
+ cond
+ thread
])
gl_AVOID([])
gl_SOURCE_BASE([lib])