]> granicus.if.org Git - curl/commitdiff
Make sure we're using 'c-ares' sources and not 'ares' ones.
authorYang Tse <yangsita@gmail.com>
Wed, 21 Dec 2005 16:08:35 +0000 (16:08 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 21 Dec 2005 16:08:35 +0000 (16:08 +0000)
ares/configure.ac

index aa1fede9196f285e0a12904321fc8a7b5c0ef652..3af08b44bceac5200e172a579d43b820744bd0a3 100644 (file)
@@ -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)