summaryrefslogtreecommitdiff
path: root/m4/regex.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:20:30 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:20:30 +0000
commit772d86eda16f6f09e9d8709d1d42570d63fce5ba (patch)
tree1d6113c95af006e87064112347a8d89f6770271d /m4/regex.m4
parent60c18442b7e9f9b96ca1ebb8aa8c9805883875ee (diff)
downloadmailutils-772d86eda16f6f09e9d8709d1d42570d63fce5ba.tar.gz
mailutils-772d86eda16f6f09e9d8709d1d42570d63fce5ba.tar.bz2
Use MU_HEADER and MU_FINISH_LINKS where needed
Diffstat (limited to 'm4/regex.m4')
-rw-r--r--m4/regex.m49
1 files changed, 5 insertions, 4 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4
index 0017507ed..4f3f3cfb2 100644
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -67,13 +67,14 @@ AC_DEFUN([jm_INCLUDED_REGEX],
ifelse(m4_sysval, 0,
[
AC_ARG_WITH(included-regex,
- [ --without-included-regex don't compile regex; this is the default on
- systems with version 2 of the GNU C library
- (use with caution on other system)],
+ AC_HELP_STRING([--without-included-regex],
+ [don't compile regex; this is the default on systems with version 2 of the GNU C library (use with caution on other system)]),
jm_with_regex=$withval,
jm_with_regex=$ac_use_included_regex)
if test "$jm_with_regex" = yes; then
- AC_LIBOBJ(regex)
+ MU_LIBOBJ(regex)
+ MU_HEADER(regex.h)
+ MU_HEADER(posix/regex.h)
fi
],
)

Return to:

Send suggestions and report system problems to the System administrator.