X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmemmove.m4;h=c6096306b21a3c129e110f0c00dafdbcda808608;hb=bbfcd2f1a92c9bdbb8d7d7d0a8a8c6665c316747;hp=0b01cc6c0cb50d944048b0a62d29942ba05b0537;hpb=42d1eda5dcce2d68deab7a642e7f29bcd7144a0d;p=gnulib.git diff --git a/m4/memmove.m4 b/m4/memmove.m4 index 0b01cc6c0..c6096306b 100644 --- a/m4/memmove.m4 +++ b/m4/memmove.m4 @@ -1,15 +1,12 @@ -# memmove.m4 serial 3 -dnl Copyright (C) 2002, 2009 Free Software Foundation, Inc. +# memmove.m4 serial 4 +dnl Copyright (C) 2002, 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_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.