aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-04 07:47:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-04 07:47:04 +0000
commit36d5f30b8c6a6ab85764c0bf9d2d258af681178d (patch)
tree6f90d8c02dcd114b007dbacbfe6c87f940c1665a /ares/configure.in
parente82a5758945ae1ab2fd80717e78827341bd60825 (diff)
use configure.ac instead of configure.in
support --enable-debug to switch on picky compiler options
Diffstat (limited to 'ares/configure.in')
-rw-r--r--ares/configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/ares/configure.in b/ares/configure.in
deleted file mode 100644
index cc8a3f271..000000000
--- a/ares/configure.in
+++ /dev/null
@@ -1,18 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(ares_init.c)
-
-AC_PROG_CC
-AC_PROG_INSTALL
-AC_PROG_RANLIB
-
-AC_CANONICAL_HOST
-case $host_os in
-solaris*)
- AC_DEFINE(ETC_INET)
- ;;
-esac
-
-AC_SEARCH_LIBS(gethostbyname, nsl)
-AC_SEARCH_LIBS(socket, socket)
-
-AC_OUTPUT(Makefile)