xref: /minix3/crypto/external/bsd/openssl/dist/demos/tunala/configure.in (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambucdnl Process this file with autoconf to produce a configure script.
2*ebfedea0SLionel SambucAC_INIT(tunala.c)
3*ebfedea0SLionel SambucAM_CONFIG_HEADER(config.h)
4*ebfedea0SLionel SambucAM_INIT_AUTOMAKE(tunala, 0.0.1-dev)
5*ebfedea0SLionel Sambuc
6*ebfedea0SLionel Sambucdnl Checks for programs. (Though skip libtool)
7*ebfedea0SLionel SambucAC_PROG_CC
8*ebfedea0SLionel Sambucdnl AC_PROG_LIBTOOL
9*ebfedea0SLionel Sambucdnl AM_PROG_LIBTOOL
10*ebfedea0SLionel Sambuc
11*ebfedea0SLionel Sambucdnl Checks for libraries.
12*ebfedea0SLionel SambucAC_CHECK_LIB(dl, dlopen)
13*ebfedea0SLionel SambucAC_CHECK_LIB(z, inflate)
14*ebfedea0SLionel SambucAC_CHECK_LIB(socket, socket)
15*ebfedea0SLionel SambucAC_CHECK_LIB(nsl, gethostbyname)
16*ebfedea0SLionel Sambuc
17*ebfedea0SLionel Sambucdnl Checks for header files.
18*ebfedea0SLionel SambucAC_HEADER_STDC
19*ebfedea0SLionel SambucAC_CHECK_HEADERS(fcntl.h limits.h unistd.h)
20*ebfedea0SLionel Sambuc
21*ebfedea0SLionel Sambucdnl Checks for typedefs, structures, and compiler characteristics.
22*ebfedea0SLionel SambucAC_C_CONST
23*ebfedea0SLionel Sambuc
24*ebfedea0SLionel Sambucdnl Checks for library functions.
25*ebfedea0SLionel SambucAC_CHECK_FUNCS(strstr strtoul)
26*ebfedea0SLionel SambucAC_CHECK_FUNCS(select socket)
27*ebfedea0SLionel SambucAC_CHECK_FUNCS(dlopen)
28*ebfedea0SLionel Sambuc
29*ebfedea0SLionel SambucAC_OUTPUT(Makefile)
30