source: trunk/athena/lib/ares/configure.in @ 21708

Revision 21708, 311 bytes checked in by ghudson, 20 years ago (diff)
Use libtool to build and install a shared library.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(ares_init.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6AC_PROG_RANLIB
7AC_PROG_LIBTOOL
8
9AC_CANONICAL_HOST
10case $host_os in
11solaris*)
12        AC_DEFINE(ETC_INET)
13        ;;
14esac
15
16AC_SEARCH_LIBS(gethostbyname, nsl)
17AC_SEARCH_LIBS(socket, socket)
18
19AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.