File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / srcm4 / memmove.m4
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:57:49 2012 UTC (12 years, 11 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

# memmove.m4 serial 3
dnl Copyright (C) 2002, 2009 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
])

# Prerequisites of lib/memmove.c.
AC_DEFUN([gl_PREREQ_MEMMOVE], [
  :
])

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>