summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-24 15:20:35 +0000
committerYang Tse <yangsita@gmail.com>2008-07-24 15:20:35 +0000
commitdf6373a9e6bfe23fb927eb3cbc2bf28cace712c4 (patch)
tree93054e491ad191226c64480642ffd4d14fa84c15 /Makefile.am
parente4113d5786eca709657ab60889c7b2447779f2f3 (diff)
downloadc-ares-df6373a9e6bfe23fb927eb3cbc2bf28cace712c4.tar.gz
c-ares-df6373a9e6bfe23fb927eb3cbc2bf28cace712c4.tar.bz2
c-ares-df6373a9e6bfe23fb927eb3cbc2bf28cace712c4.zip
Another step towards detecting if _REENTRANT is already defined or actually
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a9433ab..b265703 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I .
+
AUTOMAKE_OPTIONS = foreign
lib_LTLIBRARIES = libcares.la