1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / rdi-share / configure.in
CommitLineData
f45d8080 1dnl Process this file with autoconf to produce a configure script.
f240337a 2AC_PREREQ(2.12.1)
f45d8080 3AC_INIT(adp.h)
3a9c3d12 4
f45d8080 5AM_INIT_AUTOMAKE(rdi-share, 1.0)
3a9c3d12 6
f45d8080
JM
7PACKAGE=rdi-share
8VERSION=1.0
3a9c3d12 9
f45d8080
JM
10dnl Checks for programs.
11AC_PROG_CC
12AC_PROG_INSTALL
13AC_PROG_MAKE_SET
14AC_PROG_RANLIB
3a9c3d12 15
f45d8080 16dnl Checks for libraries.
3a9c3d12 17
f45d8080
JM
18dnl Checks for header files.
19AC_HEADER_STDC
20AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h sys/filio.h)
3a9c3d12 21
f45d8080
JM
22dnl Checks for typedefs, structures, and compiler characteristics.
23AC_C_CONST
24AC_TYPE_SIZE_T
25AC_HEADER_TIME
3a9c3d12 26
f45d8080
JM
27dnl Checks for library functions.
28AC_PROG_GCC_TRADITIONAL
29AC_TYPE_SIGNAL
30AC_FUNC_VPRINTF
31AC_CHECK_FUNCS(gettimeofday select socket strtod strtoul memcpy memmove)
3a9c3d12 32
f45d8080
JM
33AM_MAINTAINER_MODE
34AM_EXEEXT
3a9c3d12 35
f45d8080 36AC_OUTPUT(Makefile)
This page took 0.06966 seconds and 4 git commands to generate.