Blame gettext-runtime/gnulib-m4/memmove.m4

Packit Bot 06c835
# memmove.m4 serial 4
Packit Bot 06c835
dnl Copyright (C) 2002, 2009-2015 Free Software Foundation, Inc.
Packit Bot 06c835
dnl This file is free software; the Free Software Foundation
Packit Bot 06c835
dnl gives unlimited permission to copy and/or distribute it,
Packit Bot 06c835
dnl with or without modifications, as long as this notice is preserved.
Packit Bot 06c835
Packit Bot 06c835
AC_DEFUN([gl_FUNC_MEMMOVE],
Packit Bot 06c835
[
Packit Bot 06c835
  AC_CHECK_FUNCS([memmove])
Packit Bot 06c835
])
Packit Bot 06c835
Packit Bot 06c835
# Prerequisites of lib/memmove.c.
Packit Bot 06c835
AC_DEFUN([gl_PREREQ_MEMMOVE], [
Packit Bot 06c835
  :
Packit Bot 06c835
])