/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by edhill, Thu Oct 9 04:19:20 2003 UTC revision 1.13 by edhill, Fri Oct 10 18:38:57 2003 UTC
# Line 581  fi Line 581  fi
581  if test "x$CPP" = x ; then  if test "x$CPP" = x ; then
582      CPP="cpp"      CPP="cpp"
583  fi  fi
584  echo "#define A a" | cpp > test_cpp 2>&1  echo "#define A a" | $CPP > test_cpp 2>&1
585  RETVAL=$?  RETVAL=$?
586  if test "x$RETVAL" != x0 ; then  if test "x$RETVAL" != x0 ; then
587      cat <<EOF 1>&2      cat <<EOF 1>&2

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22