URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [oc/] [gdb-5.0/] [mmalloc/] [configure.in] - Rev 1765
Compare with Previous | Blame | View Log
dnl Autoconf configure script for MMALLOC, the GNU mmemory allocator.dnl Copyright 2000 Free Software Foundation, Inc.dnldnl This file is part of GDB.dnldnl This program is free software; you can redistribute it and/or modifydnl it under the terms of the GNU General Public License as published bydnl the Free Software Foundation; either version 2 of the License, ordnl (at your option) any later version.dnldnl This program is distributed in the hope that it will be useful,dnl but WITHOUT ANY WARRANTY; without even the implied warranty ofdnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See thednl GNU General Public License for more details.dnldnl You should have received a copy of the GNU General Public Licensednl along with this program; if not, write to the Free Softwarednl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.dnl Process this file with autoconf to produce a configure script.AC_PREREQ(2.12.1)dnlAC_INIT(mmalloc.c)AC_PROG_CCAC_PROG_INSTALLAC_CHECK_TOOL(AR, ar)AC_CHECK_TOOL(RANLIB, ranlib, :)AC_FUNC_MMAPAC_CHECK_HEADERS(limits.h stddef.h unistd.h)BFD_NEED_DECLARATION(sbrk)BFD_NEED_DECLARATION(getpagesize)AC_OUTPUT(Makefile)
