summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-25 13:13:55 +0100
committerYang Tse <yangsita@gmail.com>2011-03-25 13:13:55 +0100
commite49ce8f97330789dc74d7e32d5d7b8828a7d557f (patch)
tree1eb353b09e51e93bb14b5e3e0ac12d8569d0ec4d /configure.ac
parent2c2e2d839e61e44dd6ddbff45a5ba49329c0602a (diff)
downloadc-ares-e49ce8f97330789dc74d7e32d5d7b8828a7d557f.tar.gz
c-ares-e49ce8f97330789dc74d7e32d5d7b8828a7d557f.tar.bz2
c-ares-e49ce8f97330789dc74d7e32d5d7b8828a7d557f.zip
configure: fix libtool warning
Recent versions of libtool are now tracing usage of AC_CONFIG_MACRO_DIR macro and warn heavily when not used in configure script along with ACLOCAL_AMFLAGS in Makefile.am. So in order to make libtool happy while keeping backwards compatibility this is added.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d5be61c..730f8ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ CARES_OVERRIDE_AUTOCONF
AC_CONFIG_SRCDIR([ares_ipv6.h])
AM_CONFIG_HEADER([ares_config.h ares_build.h])
+AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
CARES_CHECK_OPTION_DEBUG