/[cvs]/ccvs/m4/regex.m4
ViewVC logotype

Diff of /ccvs/m4/regex.m4

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

revision 1.5 by dprice, Sun Sep 4 05:58:36 2005 UTC revision 1.6 by dprice, Tue Oct 4 02:33:12 2005 UTC
# Line 1  Line 1 
1  #serial 29  #serial 30
2    
3  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free
4  # Software Foundation, Inc.  # Software Foundation, Inc.
# Line 120  AC_DEFUN([gl_REGEX], Line 120  AC_DEFUN([gl_REGEX],
120    esac    esac
121    
122    if test $ac_use_included_regex = yes; then    if test $ac_use_included_regex = yes; then
123        AC_DEFINE([re_syntax_options], [rpl_re_syntax_options],
124          [Define to rpl_re_syntax_options if the replacement should be used.])
125        AC_DEFINE([re_set_syntax], [rpl_re_set_syntax],
126          [Define to rpl_re_set_syntax if the replacement should be used.])
127        AC_DEFINE([re_compile_pattern], [rpl_re_compile_pattern],
128          [Define to rpl_re_compile_pattern if the replacement should be used.])
129        AC_DEFINE([re_compile_fastmap], [rpl_re_compile_fastmap],
130          [Define to rpl_re_compile_fastmap if the replacement should be used.])
131        AC_DEFINE([re_search], [rpl_re_search],
132          [Define to rpl_re_search if the replacement should be used.])
133        AC_DEFINE([re_search_2], [rpl_re_search_2],
134          [Define to rpl_re_search_2 if the replacement should be used.])
135        AC_DEFINE([re_match], [rpl_re_match],
136          [Define to rpl_re_match if the replacement should be used.])
137        AC_DEFINE([re_match_2], [rpl_re_match_2],
138          [Define to rpl_re_match_2 if the replacement should be used.])
139        AC_DEFINE([re_set_registers], [rpl_re_set_registers],
140          [Define to rpl_re_set_registers if the replacement should be used.])
141        AC_DEFINE([re_comp], [rpl_re_comp],
142          [Define to rpl_re_comp if the replacement should be used.])
143        AC_DEFINE([re_exec], [rpl_re_exec],
144          [Define to rpl_re_exec if the replacement should be used.])
145        AC_DEFINE([regcomp], [rpl_regcomp],
146          [Define to rpl_regcomp if the replacement should be used.])
147        AC_DEFINE([regexec], [rpl_regexec],
148          [Define to rpl_regexec if the replacement should be used.])
149        AC_DEFINE([regerror], [rpl_regerror],
150          [Define to rpl_regerror if the replacement should be used.])
151        AC_DEFINE([regfree], [rpl_regfree],
152          [Define to rpl_regfree if the replacement should be used.])
153      AC_LIBOBJ([regex])      AC_LIBOBJ([regex])
154      gl_PREREQ_REGEX      gl_PREREQ_REGEX
155    fi    fi

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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