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 | 6b7e74a03045bae1403039ce9ca1c2aa3302d244 (patch) | |
tree | c5f04fea2e5715d4a99fb8a10e26c2918455e347 /buildconf | |
parent | 7fdeb14e6de9cb8cfa8040656de1df869e8ef2ff (diff) | |
download | curl-6b7e74a03045bae1403039ce9ca1c2aa3302d244.tar.gz |
move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |