]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/rdi-share/configure.in
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / rdi-share / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.12.1)
3 AC_INIT(adp.h)
4
5 AM_INIT_AUTOMAKE(rdi-share, 1.0)
6
7 PACKAGE=rdi-share
8 VERSION=1.0
9
10 dnl Checks for programs.
11 AC_PROG_CC
12 AC_PROG_INSTALL
13 AC_PROG_MAKE_SET
14 AC_PROG_RANLIB
15
16 dnl Checks for libraries.
17
18 dnl Checks for header files.
19 AC_HEADER_STDC
20 AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h sys/filio.h)
21
22 dnl Checks for typedefs, structures, and compiler characteristics.
23 AC_C_CONST
24 AC_TYPE_SIZE_T
25 AC_HEADER_TIME
26
27 dnl Checks for library functions.
28 AC_PROG_GCC_TRADITIONAL
29 AC_TYPE_SIGNAL
30 AC_FUNC_VPRINTF
31 AC_CHECK_FUNCS(gettimeofday select socket strtod strtoul memcpy memmove)
32
33 AM_MAINTAINER_MODE
34 AM_EXEEXT
35
36 AC_OUTPUT(Makefile)