CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/06/16 03:51:29
Index: ltdl/m4/m4-regex.m4 =================================================================== RCS file: /sources/m4/m4/ltdl/m4/m4-regex.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ltdl/m4/m4-regex.m4 4 May 2005 15:45:44 -0000 1.1 +++ ltdl/m4/m4-regex.m4 16 Jun 2006 03:51:29 -0000 1.2 @@ -2,7 +2,7 @@ # m4-regex.m4 -- Use the installed regex if it is good enough. # Written by Gary V. Vaughan <[EMAIL PROTECTED]> # -# Copyright (C) 2003, 2004 Free Software Foundation, Inc +# Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,13 +19,13 @@ # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -# serial 3 +# serial 4 -# m4_REGEX([path/to/regex.c]) +# M4_REGEX([path/to/regex.c]) # --------------------------- # Use the installed regex if it is good enough. -AC_DEFUN([m4_REGEX], -[AC_BEFORE([gl_REGEX], [m4_REGEX]) +AC_DEFUN([M4_REGEX], +[AC_BEFORE([gl_REGEX], [M4_REGEX]) if test $ac_use_included_regex = no; then INCLUDE_REGEX_H='#include <regex.h>' REGEX_H= @@ -33,6 +33,6 @@ INCLUDE_REGEX_H='#include <gnu/regex.h>' REGEX_H=regex.h fi -AC_SUBST(REGEX_H) -AC_SUBST(INCLUDE_REGEX_H) -])# m4_REGEX +AC_SUBST([REGEX_H]) +AC_SUBST([INCLUDE_REGEX_H]) +])# M4_REGEX
