]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - libares/configure.in
need automake as a build-dep, even though we don't use most of it
[1ts-debian.git] / libares / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(ares_init.c)
3
4 AC_PROG_CC
5 AC_PROG_INSTALL
6 AM_PROG_LIBTOOL
7
8 AC_CANONICAL_HOST
9 case $host_os in
10 solaris*)
11         AC_DEFINE(ETC_INET)
12         ;;
13 esac
14
15 AC_SEARCH_LIBS(gethostbyname, nsl)
16 AC_SEARCH_LIBS(socket, socket)
17
18 AC_OUTPUT(Makefile)