move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem
authorYang Tse <yangsita@gmail.com>
Fri, 25 Jul 2008 13:21:14 +0000 (13:21 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 25 Jul 2008 13:21:14 +0000 (13:21 +0000)
Makefile.am
ares/Makefile.am
ares/buildconf
ares/m4/reentrant.m4 [moved from ares/reentrant.m4 with 100% similarity]
buildconf
m4/reentrant.m4 [moved from reentrant.m4 with 100% similarity]

index 5f2257d..ee26134 100644 (file)
@@ -21,7 +21,7 @@
 # $Id$
 ###########################################################################
 
-ACLOCAL_AMFLAGS = -I .
+ACLOCAL_AMFLAGS = -I m4
 
 AUTOMAKE_OPTIONS = foreign
 
index b265703..2c01c6c 100644 (file)
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS = -I .
+ACLOCAL_AMFLAGS = -I m4
 
 AUTOMAKE_OPTIONS = foreign
 
index ed3f81d..434a308 100755 (executable)
@@ -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}
similarity index 100%
rename from ares/reentrant.m4
rename to ares/m4/reentrant.m4
index 9fc0c57..b0ef8ee 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -209,7 +209,7 @@ PERL=`findtool ${PERL:-perl}`
 echo "buildconf: running libtoolize"
 $libtoolize --copy --automake --force || die "The libtoolize command failed"
 echo "buildconf: running aclocal"
-ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
+ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS"
 ${ACLOCAL:-aclocal} $ACLOCAL_FLAGS || die "The aclocal command line failed"
 if test -n "$PERL"; then
   echo "buildconf: running aclocal hack to convert all mv to mv -f"
similarity index 100%
rename from reentrant.m4
rename to m4/reentrant.m4