OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [gnulib/] [m4/] [memcmp.m4] - Blame information for rev 227

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 227 jeremybenn
# memcmp.m4 serial 12
2
dnl Copyright (C) 2002, 2003, 2004, 2007, 2009, 2010
3
Free Software Foundation, Inc.
4
dnl This file is free software; the Free Software Foundation
5
dnl gives unlimited permission to copy and/or distribute it,
6
dnl with or without modifications, as long as this notice is preserved.
7
 
8
AC_DEFUN([gl_FUNC_MEMCMP],
9
[
10
  AC_FUNC_MEMCMP
11
  dnl Note: AC_FUNC_MEMCMP does AC_LIBOBJ(memcmp).
12
  if test $ac_cv_func_memcmp_working = no; then
13
    AC_DEFINE(memcmp, rpl_memcmp,
14
      [Define to rpl_memcmp if the replacement function should be used.])
15
    gl_PREREQ_MEMCMP
16
  fi
17
])
18
 
19
# Prerequisites of lib/memcmp.c.
20
AC_DEFUN([gl_PREREQ_MEMCMP], [:])

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.