X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrcspn.m4;h=53497f9ce3132d4330a5093a2cc8ffb712beac1f;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=ca1c8cf11a1586ec997b213ffae75f5f15b2057f;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/strcspn.m4 b/m4/strcspn.m4 index ca1c8cf11..53497f9ce 100644 --- a/m4/strcspn.m4 +++ b/m4/strcspn.m4 @@ -1,15 +1,12 @@ -# strcspn.m4 serial 3 -dnl Copyright (C) 2002-2003, 2009-2010 Free Software Foundation, Inc. +# strcspn.m4 serial 4 +dnl Copyright (C) 2002-2003, 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRCSPN], [ - AC_REPLACE_FUNCS([strcspn]) - if test $ac_cv_func_strcspn = no; then - gl_PREREQ_STRCSPN - fi + AC_CHECK_FUNCS([strcspn]) ]) # Prerequisites of lib/strcspn.c.