This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / rdi-share / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(adp.h)
3
4 AM_INIT_AUTOMAKE(rdi-share, 1.0)
5
6 PACKAGE=rdi-share
7 VERSION=1.0
8
9 dnl Checks for programs.
10 AC_PROG_CC
11 AC_PROG_INSTALL
12 AC_PROG_MAKE_SET
13 AC_PROG_RANLIB
14
15 dnl Checks for libraries.
16
17 dnl Checks for header files.
18 AC_HEADER_STDC
19 AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h sys/filio.h)
20
21 dnl Checks for typedefs, structures, and compiler characteristics.
22 AC_C_CONST
23 AC_TYPE_SIZE_T
24 AC_HEADER_TIME
25
26 dnl Checks for library functions.
27 AC_PROG_GCC_TRADITIONAL
28 AC_TYPE_SIGNAL
29 AC_FUNC_VPRINTF
30 AC_CHECK_FUNCS(gettimeofday select socket strtod strtoul memcpy memmove)
31
32 AM_MAINTAINER_MODE
33 AM_EXEEXT
34
35 AC_OUTPUT(Makefile)
This page took 0.033742 seconds and 5 git commands to generate.