~vcs-imports/grub/grub2-bzr

« back to all changes in this revision

Viewing changes to m4/mempcpy.m4

  • Committer: Vladimir 'phcoder' Serbinenko
  • Date: 2013-04-11 19:12:46 UTC
  • Revision ID: phcoder@gmail.com-20130411191246-fz1xdy47z3vv2kt8
        Import new gnulib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# mempcpy.m4 serial 10
2
 
dnl Copyright (C) 2003-2004, 2006-2007, 2009-2010 Free Software Foundation,
 
1
# mempcpy.m4 serial 11
 
2
dnl Copyright (C) 2003-2004, 2006-2007, 2009-2013 Free Software Foundation,
3
3
dnl Inc.
4
4
dnl This file is free software; the Free Software Foundation
5
5
dnl gives unlimited permission to copy and/or distribute it,
14
14
  AC_REQUIRE([AC_C_RESTRICT])
15
15
 
16
16
  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
17
 
  AC_REPLACE_FUNCS([mempcpy])
 
17
  AC_CHECK_FUNCS([mempcpy])
18
18
  if test $ac_cv_func_mempcpy = no; then
19
19
    HAVE_MEMPCPY=0
20
 
    gl_PREREQ_MEMPCPY
21
20
  fi
22
21
])
23
22