X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmemmove.m4;h=525704be7f327d0cc6231e0efa78ed7b244d3452;hb=b2092dafcc99b831289d0e6c7def9eea1a3e8cd0;hp=6f9530aa9d172baacf1d99a1d889d526daa57425;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/memmove.m4 b/m4/memmove.m4 index 6f9530aa9..525704be7 100644 --- a/m4/memmove.m4 +++ b/m4/memmove.m4 @@ -1,14 +1,12 @@ -# memmove.m4 serial 1 -dnl Copyright (C) 2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +# memmove.m4 serial 3 +dnl Copyright (C) 2002, 2009-2010 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) + AC_REPLACE_FUNCS([memmove]) if test $ac_cv_func_memmove = no; then gl_PREREQ_MEMMOVE fi