summaryrefslogtreecommitdiff
path: root/modules/regex
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 18:13:27 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:42 +0200
commita851d08b8a4acb3fedf2e698fb4a8e157aed6113 (patch)
tree67019c44d95ee43715b62f49e4ca4e4b07bfd8e1 /modules/regex
parent86e2d81da06878e9aace64867dd3f09d63e9f39e (diff)
downloadgnulib-a851d08b8a4acb3fedf2e698fb4a8e157aed6113.tar.gz
regex: Move AC_LIBOBJ invocations to module description.
* m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX invocations from here... * modules/regex (configure.ac): ... to here.
Diffstat (limited to 'modules/regex')
-rw-r--r--modules/regex4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/regex b/modules/regex
index 730076c2b3..4c268a2115 100644
--- a/modules/regex
+++ b/modules/regex
@@ -32,6 +32,10 @@ wctype-h [test $ac_use_included_regex = yes]
configure.ac:
gl_REGEX
+if test $ac_use_included_regex = yes; then
+ AC_LIBOBJ([regex])
+ gl_PREREQ_REGEX
+fi
Makefile.am: