summaryrefslogtreecommitdiff
path: root/buildconf
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 /buildconf
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 'buildconf')
-rwxr-xr-xbuildconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 364d5a0..ed3f81d 100755
--- a/buildconf
+++ b/buildconf
@@ -1,6 +1,7 @@
#!/bin/sh
${LIBTOOLIZE:-libtoolize} --copy --automake --force
+ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}