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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [rdi-share/] [configure.in] - Diff between revs 107 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 107 Rev 1765
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.12.1)
AC_PREREQ(2.12.1)
AC_INIT(adp.h)
AC_INIT(adp.h)
AM_INIT_AUTOMAKE(rdi-share, 1.0)
AM_INIT_AUTOMAKE(rdi-share, 1.0)
PACKAGE=rdi-share
PACKAGE=rdi-share
VERSION=1.0
VERSION=1.0
dnl Checks for programs.
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_RANLIB
dnl Checks for libraries.
dnl Checks for libraries.
dnl Checks for header files.
dnl Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h sys/filio.h)
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h sys/filio.h)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_CONST
AC_TYPE_SIZE_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_HEADER_TIME
dnl Checks for library functions.
dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_PROG_GCC_TRADITIONAL
AC_TYPE_SIGNAL
AC_TYPE_SIGNAL
AC_FUNC_VPRINTF
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(gettimeofday select socket strtod strtoul memcpy memmove)
AC_CHECK_FUNCS(gettimeofday select socket strtod strtoul memcpy memmove)
AM_MAINTAINER_MODE
AM_MAINTAINER_MODE
AM_EXEEXT
AM_EXEEXT
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile)
 
 

powered by: WebSVN 2.1.0

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