From: Ian Lynagh Date: Tue, 3 Jun 2008 17:29:47 +0000 (+0000) Subject: Use unified diff X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=920470ae1780737c438e5d6fd3a9941d816c1d88;p=ghc-hetmet.git Use unified diff --- diff --git a/aclocal.m4 b/aclocal.m4 index 35eb79c..ccb2530 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -100,7 +100,7 @@ AC_DEFUN([FP_PROG_CONTEXT_DIFF], [echo foo > conftest1 echo foo > conftest2 fp_cv_context_diff=no -for fp_var in '-C 1' '-c1' +for fp_var in '-U 1' '-u1' '-C 1' '-c1' do if diff $fp_var conftest1 conftest2 > /dev/null 2>&1; then fp_cv_context_diff="diff $fp_var"