X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fregex.m4;h=35759aabcf4d089e213930372c0b4311a70657a9;hb=d2b42b931376d8d7a7f7e0735f1cc666529f6925;hp=050ff99361e1b4a34e2504aabca3af54a4cf3dfe;hpb=a965c0038c4b72af2497d3ec44aeb4587c2478d5;p=gnulib.git diff --git a/m4/regex.m4 b/m4/regex.m4 index 050ff9936..35759aabc 100644 --- a/m4/regex.m4 +++ b/m4/regex.m4 @@ -51,10 +51,9 @@ AC_DEFUN(jm_INCLUDED_REGEX, fi test -n "$1" || AC_MSG_ERROR([missing argument]) - syscmd([test -f $1]) - ifelse(sysval, 0, + m4_syscmd([test -f $1]) + 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 @@ -62,7 +61,7 @@ AC_DEFUN(jm_INCLUDED_REGEX, jm_with_regex=$withval, jm_with_regex=$ac_use_included_regex) if test "$jm_with_regex" = yes; then - AC_LIBOBJ([regex]) + AC_LIBOBJ(regex) fi ], )