aboutsummaryrefslogtreecommitdiff
path: root/ares/buildconf
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-25 13:21:14 +0000
committerYang Tse <yangsita@gmail.com>2008-07-25 13:21:14 +0000
commit6b7e74a03045bae1403039ce9ca1c2aa3302d244 (patch)
treec5f04fea2e5715d4a99fb8a10e26c2918455e347 /ares/buildconf
parent7fdeb14e6de9cb8cfa8040656de1df869e8ef2ff (diff)
move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem
Diffstat (limited to 'ares/buildconf')
-rwxr-xr-xares/buildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/buildconf b/ares/buildconf
index ed3f81d1e..434a308fd 100755
--- a/ares/buildconf
+++ b/ares/buildconf
@@ -1,7 +1,7 @@
#!/bin/sh
${LIBTOOLIZE:-libtoolize} --copy --automake --force
-ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
+ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS"
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}