X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrsep.m4;h=24e229d6268477ddfbad4d1da38ebde8150904ed;hb=946c971f93d58ec52508dbcc36b59ca9f925bf31;hp=4ea187c5f0a2898af787aa51c49a2249aa757d2c;hpb=d599e5add275f75ed08e6527b8ee4d3f4f7c3aea;p=gnulib.git diff --git a/m4/strsep.m4 b/m4/strsep.m4 index 4ea187c5f..24e229d62 100644 --- a/m4/strsep.m4 +++ b/m4/strsep.m4 @@ -1,4 +1,4 @@ -# strsep.m4 serial 9 +# strsep.m4 serial 10 dnl Copyright (C) 2002-2004, 2007, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -13,10 +13,9 @@ AC_DEFUN([gl_FUNC_STRSEP], AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) - AC_REPLACE_FUNCS([strsep]) + AC_CHECK_FUNCS([strsep]) if test $ac_cv_func_strsep = no; then HAVE_STRSEP=0 - gl_PREREQ_STRSEP fi ])