From: simonm Date: Mon, 9 Feb 1998 12:33:25 +0000 (+0000) Subject: [project @ 1998-02-09 12:33:25 by simonm] X-Git-Tag: Approx_2487_patches~980 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b7633cd5e6ac66e7ea8dc75b8e19d308f885eb4e;p=ghc-hetmet.git [project @ 1998-02-09 12:33:25 by simonm] delete a spurious space. --- diff --git a/aclocal.m4 b/aclocal.m4 index 364526e..3ecbc1f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -279,7 +279,7 @@ AC_DEFUN(AC_PROG_GNUCPP, [if test "$HaveGcc" = "YES"; then echo > conftest.c gcc -v -E conftest.c >/dev/null 2>conftest.out - echo 'tr /\\/\// ; /(\S+\/cpp)/ && print "[$]1";' > conftest.pl + echo 'tr/\\/\//; /(\S+\/cpp)/ && print "[$]1";' > conftest.pl ac_cv_gnu_cpp="`eval $PerlCmd -n conftest.pl conftest.out`" rm -fr conftest* else