summaryrefslogtreecommitdiff
path: root/m4/gnulib-cache.m4
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-05-27 16:50:40 +0200
committerLudovic Courtès <ludo@gnu.org>2009-05-28 23:12:00 +0200
commit24d56127bb0f07bcb477e2c73ccc3cac0c51ee73 (patch)
treea29b95481b40895bec74142104768f88e5320d77 /m4/gnulib-cache.m4
parent21346c4f5e30910e3950c40bc267bb4249973240 (diff)
downloadguile-24d56127bb0f07bcb477e2c73ccc3cac0c51ee73.tar.gz
Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports.
* m4/gnulib-cache.m4 (gl_MODULES): Add `byteswap', `iconv_open-utf', `libunistring', `striconveh', and `string'.
Diffstat (limited to 'm4/gnulib-cache.m4')
-rw-r--r--m4/gnulib-cache.m47
1 files changed, 6 insertions, 1 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index c7cfb83dd..0fbe11969 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,13 +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=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild count-one-bits environ extensions flock fpieee full-read full-write lib-symbol-visibility putenv stdlib strcase strftime
+# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild byteswap count-one-bits environ extensions flock fpieee full-read full-write iconv_open-utf lib-symbol-visibility libunistring putenv stdlib strcase strftime striconveh string
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
gl_MODULES([
alloca-opt
autobuild
+ byteswap
count-one-bits
environ
extensions
@@ -29,11 +30,15 @@ gl_MODULES([
fpieee
full-read
full-write
+ iconv_open-utf
lib-symbol-visibility
+ libunistring
putenv
stdlib
strcase
strftime
+ striconveh
+ string
])
gl_AVOID([])
gl_SOURCE_BASE([lib])