diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-25 13:21:14 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-25 13:21:14 +0000 |
commit | 28d3b4af6ae56d2063fa38c45f83dc134918a6d6 (patch) | |
tree | 2cdd9f8142d4f92c435186f61cd030d9f5ab3399 | |
parent | 71416199cf4d3ffd3625a9488816a55e9b22f3c1 (diff) | |
download | c-ares-28d3b4af6ae56d2063fa38c45f83dc134918a6d6.tar.gz c-ares-28d3b4af6ae56d2063fa38c45f83dc134918a6d6.tar.bz2 c-ares-28d3b4af6ae56d2063fa38c45f83dc134918a6d6.zip |
move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | buildconf | 2 | ||||
-rw-r--r-- | m4/reentrant.m4 (renamed from reentrant.m4) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b265703..2c01c6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I . +ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign @@ -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} diff --git a/reentrant.m4 b/m4/reentrant.m4 index 01d2136..01d2136 100644 --- a/reentrant.m4 +++ b/m4/reentrant.m4 |