summaryrefslogtreecommitdiff
path: root/modules/towctrans
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 17:06:26 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:01 +0200
commit17b5862b0e85fe341d9e7cd5bb959f17156d0cab (patch)
tree8cf25aa0b42c3a609a285b044fcb9c144cc19bd6 /modules/towctrans
parent9e2fa9a1335d011129bc7fa63b52c6b099cd5654 (diff)
downloadgnulib-17b5862b0e85fe341d9e7cd5bb959f17156d0cab.tar.gz
towctrans: Move AC_LIBOBJ invocations to module description.
* m4/towctrans.m4 (gl_FUNC_TOWCTRANS): Set HAVE_TOWCTRANS. Move AC_LIBOBJ invocation from here... * modules/towctrans (configure.ac): ... to here.
Diffstat (limited to 'modules/towctrans')
-rw-r--r--modules/towctrans3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/towctrans b/modules/towctrans
index 3ad100d405..df66882df9 100644
--- a/modules/towctrans
+++ b/modules/towctrans
@@ -11,6 +11,9 @@ wctype-h
configure.ac:
gl_FUNC_TOWCTRANS
+if test $HAVE_TOWCTRANS = 0; then
+ AC_LIBOBJ([towctrans])
+fi
gl_WCTYPE_MODULE_INDICATOR([towctrans])
Makefile.am: