projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9799f7a
)
Make sure we're using 'c-ares' sources and not 'ares' ones.
author
Yang Tse
<yangsita@gmail.com>
Wed, 21 Dec 2005 16:08:35 +0000
(16:08 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Wed, 21 Dec 2005 16:08:35 +0000
(16:08 +0000)
ares/configure.ac
patch
|
blob
|
history
diff --git
a/ares/configure.ac
b/ares/configure.ac
index aa1fede9196f285e0a12904321fc8a7b5c0ef652..3af08b44bceac5200e172a579d43b820744bd0a3 100644
(file)
--- 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)