aboutsummaryrefslogtreecommitdiff
path: root/ares/buildconf
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-30 03:10:03 +0000
committerYang Tse <yangsita@gmail.com>2008-07-30 03:10:03 +0000
commita3498f96efd38849f0ba3063fa91db227999596a (patch)
tree8fc759f98e6ae6b62d786b8b86f910983c75f2f5 /ares/buildconf
parent637bfa0252bad8702baaaf03c7511e47cc722b2d (diff)
Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball.
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 364d5a06e..44706ce4f 100755
--- a/ares/buildconf
+++ b/ares/buildconf
@@ -1,7 +1,7 @@
#!/bin/sh
${LIBTOOLIZE:-libtoolize} --copy --automake --force
-${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
+${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing