summaryrefslogtreecommitdiff
path: root/modules/wctomb
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 18:48:57 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:13 +0200
commit09b1f9aeeb498d416819ff6ea942c5408790bbad (patch)
tree8ce350df4a5cb1534cf9805c588e9e0ec87b2677 /modules/wctomb
parent007cad7edfa7a3ca8eaa3cfa6a77f56c473bdc3c (diff)
downloadgnulib-09b1f9aeeb498d416819ff6ea942c5408790bbad.tar.gz
wctomb: Move AC_LIBOBJ invocations to module description.
* m4/wctomb.m4 (gl_FUNC_WCTOMB): Move AC_LIBOBJ and gl_PREREQ_WCTOMB invocations from here... * modules/wctomb (configure.ac): ... to here.
Diffstat (limited to 'modules/wctomb')
-rw-r--r--modules/wctomb4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/wctomb b/modules/wctomb
index 5077005487..00d59bf208 100644
--- a/modules/wctomb
+++ b/modules/wctomb
@@ -13,6 +13,10 @@ wchar [test $REPLACE_WCTOMB = 1]
configure.ac:
gl_FUNC_WCTOMB
+if test $REPLACE_WCTOMB = 1; then
+ AC_LIBOBJ([wctomb])
+ gl_PREREQ_WCTOMB
+fi
gl_STDLIB_MODULE_INDICATOR([wctomb])
Makefile.am: