summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-13 22:16:15 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-13 22:16:15 +0000
commitf871ac9c67b4ad9f3c62e822e7ba10d3214aab55 (patch)
treeb8e9b928ef74f54d07dcc83fad0d2807cac50336 /aclocal.m4
parent244882dd714c34839e6cfe2b775773a7d5470306 (diff)
downloadhaskell-f871ac9c67b4ad9f3c62e822e7ba10d3214aab55.tar.gz
Remove unused FP_EVAL_STDERR configure macro
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 99affe99e7..d5065219da 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -543,19 +543,6 @@ AC_DEFUN([FPTOOLS_FLOAT_WORD_ORDER_BIGENDIAN],
])
-# FP_EVAL_STDERR(COMMAND)
-# -----------------------
-# Eval COMMAND, save its stderr (without lines resulting from shell tracing)
-# into the file conftest.err and the exit status in the variable fp_status.
-AC_DEFUN([FP_EVAL_STDERR],
-[{ (eval $1) 2>conftest.er1
- fp_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- (exit $fp_status); }[]dnl
-])# FP_EVAL_STDERR
-
-
# FP_ARG_WITH_PATH_GNU_PROG
# --------------------
# XXX