From c64fb103590a29e05eb12c04dffd903db1693e80 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Tue, 10 Nov 2009 19:38:28 -0700 Subject: [PATCH] fix for boost.m4 with autoconf 2.64 --- m4/boost.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/boost.m4 b/m4/boost.m4 index c4ba5ec..d1f2d08 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -59,7 +59,7 @@ dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell. (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | $SED -n -e "$1" >conftest.i 2>&1], [$3], - [$4])dnl + [$4]);dnl rm -f conftest* ])# AC_EGREP_CPP -- 2.43.0