| 946 |
RET_CPP=f |
RET_CPP=f |
| 947 |
COMM="cat genmake_tnc.F | $CPP $DEFINES $INCLUDES" |
COMM="cat genmake_tnc.F | $CPP $DEFINES $INCLUDES" |
| 948 |
echo "$COMM" >> genmake_tnc.log |
echo "$COMM" >> genmake_tnc.log |
| 949 |
$COMM > genmake_tnc.$FS 2>/dev/null && RET_CPP=t |
eval $COMM > genmake_tnc.$FS 2>/dev/null && RET_CPP=t |
| 950 |
if test "x$RET_CPP" = xf ; then |
if test "x$RET_CPP" = xf ; then |
| 951 |
echo " WARNING: CPP failed to pre-process the netcdf test." \ |
echo " WARNING: CPP failed to pre-process the netcdf test." \ |
| 952 |
>> genmake_tnc.log |
>> genmake_tnc.log |