From a851d08b8a4acb3fedf2e698fb4a8e157aed6113 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 21 May 2011 18:13:27 +0200 Subject: 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. --- modules/regex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/regex') 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: -- cgit v1.2.1