summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2009-06-14 17:58:15 +0100
committerNeil Jerram <neil@ossau.uklinux.net>2009-06-14 17:58:15 +0100
commit39b94fee4304d56babf5bd62e10c5786a79f4389 (patch)
tree1d5f04c3e89090afba890610c593ff53e6047e56 /m4
parentf856c2b6d77633366f154cb38cd4edb384b4892d (diff)
downloadguile-39b94fee4304d56babf5bd62e10c5786a79f4389.tar.gz
Provide easier configure options for GMP and readline
This patch uses the AC_LIB_LINKFLAGS macro, provided by Gnulib's havelib module, to provide --with-gmp-prefix and --with-readline-prefix configure options. Many thanks to Bruno Haible for suggesting and explaining this to me. * configure.in (top level): Add AC_LIB_LINKFLAGS(gmp). * guile-readline/configure.in (AC_CONFIG_AUX_DIR): Change to ../build-aux, to share the main build-aux directory and so avoid having to distribute multiple copies of config.rpath. (top level): Add AC_LIB_LINKFLAGS(readline). * lib/Makefile.am, m4/gnulib-cache.m4: Regenerated by gnulib-tool for new import of the `havelib' module.
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib-cache.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index 0fbe11969..a45029493 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,7 +15,7 @@
# 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 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
+# 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 havelib 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([])
@@ -30,6 +30,7 @@ gl_MODULES([
fpieee
full-read
full-write
+ havelib
iconv_open-utf
lib-symbol-visibility
libunistring