diff options
author | Yang Tse <yangsita@gmail.com> | 2005-12-21 16:08:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2005-12-21 16:08:35 +0000 |
commit | c23a1be1392bef647062dde30a18b88a066f1227 (patch) | |
tree | 485508bd5a399e065e54f91711b9c21e20fadc03 | |
parent | 9799f7afb0ab6c7d440a06b976b7c6d05d70f68b (diff) |
Make sure we're using 'c-ares' sources and not 'ares' ones.
-rw-r--r-- | ares/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/configure.ac b/ares/configure.ac index aa1fede91..3af08b44b 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) |