From: Yang Tse Date: Wed, 21 Dec 2005 16:08:35 +0000 (+0000) Subject: Make sure we're using 'c-ares' sources and not 'ares' ones. X-Git-Tag: curl-7_15_2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c23a1be1392bef647062dde30a18b88a066f1227;p=thirdparty%2Fcurl.git Make sure we're using 'c-ares' sources and not 'ares' ones. --- diff --git a/ares/configure.ac b/ares/configure.ac index aa1fede919..3af08b44bc 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -1,6 +1,8 @@ dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.57) AC_INIT(ares_init.c) +AC_CONFIG_SRCDIR([ares_ipv6.h]) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE AM_INIT_AUTOMAKE(c-ares, CVS)