X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2Fstrpbrk.m4;h=85488babc540f341cc7162c19fecde90e1796e08;hb=3bd0d48db800994cc10c3340c41d3242390dc68f;hp=b4ec18a1af908d0dd2a81b2f0008c330df3dcadb;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/strpbrk.m4 b/m4/strpbrk.m4 index b4ec18a1a..85488babc 100644 --- a/m4/strpbrk.m4 +++ b/m4/strpbrk.m4 @@ -1,5 +1,5 @@ -# strpbrk.m4 serial 5 -dnl Copyright (C) 2002-2003, 2007, 2009-2010 Free Software Foundation, Inc. +# strpbrk.m4 serial 6 +dnl Copyright (C) 2002-2003, 2007, 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. @@ -7,10 +7,9 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRPBRK], [ AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) - AC_REPLACE_FUNCS([strpbrk]) + AC_CHECK_FUNCS([strpbrk]) if test $ac_cv_func_strpbrk = no; then HAVE_STRPBRK=0 - gl_PREREQ_STRPBRK fi ])