Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f871ac9c67b4ad9f3c62e822e7ba10d3214aab55

>---------------------------------------------------------------

commit f871ac9c67b4ad9f3c62e822e7ba10d3214aab55
Author: Ian Lynagh <i...@well-typed.com>
Date:   Tue Nov 13 22:16:15 2012 +0000

    Remove unused FP_EVAL_STDERR configure macro

>---------------------------------------------------------------

 aclocal.m4 |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index 99affe9..d506521 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



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to