[project @ 1998-02-09 12:33:25 by simonm]
authorsimonm <unknown>
Mon, 9 Feb 1998 12:33:25 +0000 (12:33 +0000)
committersimonm <unknown>
Mon, 9 Feb 1998 12:33:25 +0000 (12:33 +0000)
delete a spurious space.

aclocal.m4

index 364526e..3ecbc1f 100644 (file)
@@ -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