X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fmemmove.m4;h=fda34f36968be191abe80505b7cf71fd9c91b7bb;hb=cb26d0af585e0f56d64327c2576cd7ad552a0463;hp=08c8febeb6d27a2b7729497c4cba10c5cc11b461;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/memmove.m4 b/m4/memmove.m4 index 08c8febeb..fda34f369 100644 --- a/m4/memmove.m4 +++ b/m4/memmove.m4 @@ -1,4 +1,4 @@ -# memmove.m4 serial 3 +# memmove.m4 serial 4 dnl Copyright (C) 2002, 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, @@ -6,10 +6,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_MEMMOVE], [ - AC_REPLACE_FUNCS([memmove]) - if test $ac_cv_func_memmove = no; then - gl_PREREQ_MEMMOVE - fi + AC_CHECK_FUNCS([memmove]) ]) # Prerequisites of lib/memmove.c.