/[mailutils]/mailutils/m4/regex.m4
ViewVC logotype

Diff of /mailutils/m4/regex.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jbailey, Mon Aug 5 16:41:43 2002 UTC revision 1.3 by gray, Sat Sep 20 15:20:30 2003 UTC
# Line 67  AC_DEFUN([jm_INCLUDED_REGEX], Line 67  AC_DEFUN([jm_INCLUDED_REGEX],
67      ifelse(m4_sysval, 0,      ifelse(m4_sysval, 0,
68        [        [
69          AC_ARG_WITH(included-regex,          AC_ARG_WITH(included-regex,
70          [  --without-included-regex don't compile regex; this is the default on           AC_HELP_STRING([--without-included-regex],
71                            systems with version 2 of the GNU C library                          [don't compile regex; this is the default on systems with version 2 of the GNU C library (use with caution on other system)]),
                           (use with caution on other system)],  
72                      jm_with_regex=$withval,                      jm_with_regex=$withval,
73                      jm_with_regex=$ac_use_included_regex)                      jm_with_regex=$ac_use_included_regex)
74          if test "$jm_with_regex" = yes; then          if test "$jm_with_regex" = yes; then
75            AC_LIBOBJ(regex)            MU_LIBOBJ(regex)
76              MU_HEADER(regex.h)
77              MU_HEADER(posix/regex.h)
78          fi          fi
79        ],        ],
80      )      )

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26