X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fstrpbrk.m4;h=3a5f4c34db0c102c9d2cd5ec5fc6841eddfd82b9;hb=6c8149d7e17e4cbc70c3a777b746ac42fb3f8d5c;hp=2d2f04126db36367138653a1ab64518b95b12dbd;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/strpbrk.m4 b/m4/strpbrk.m4 index 2d2f04126..3a5f4c34d 100644 --- a/m4/strpbrk.m4 +++ b/m4/strpbrk.m4 @@ -1,5 +1,5 @@ -# strpbrk.m4 serial 5 -dnl Copyright (C) 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc. +# strpbrk.m4 serial 6 +dnl Copyright (C) 2002-2003, 2007, 2009-2012 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 ])