]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - libares/configure.in
This commit was manufactured by cvs2svn to create branch 'upstream'.
[1ts-debian.git] / libares / configure.in
diff --git a/libares/configure.in b/libares/configure.in
deleted file mode 100644 (file)
index 5c307ef..0000000
+++ /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
-AM_PROG_LIBTOOL
-
-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)