Commit c23a1be1 authored by Yang Tse's avatar Yang Tse
Browse files

Make sure we're using 'c-ares' sources and not 'ares' ones.

parent 9799f7af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line

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)