configure: fix libtool warning
authorYang Tse <yangsita@gmail.com>
Fri, 25 Mar 2011 12:13:55 +0000 (13:13 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 25 Mar 2011 12:13:55 +0000 (13:13 +0100)
commite49ce8f97330789dc74d7e32d5d7b8828a7d557f
tree1eb353b09e51e93bb14b5e3e0ac12d8569d0ec4d
parent2c2e2d839e61e44dd6ddbff45a5ba49329c0602a
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.
configure.ac
m4/cares-override.m4