--- MITgcm/verification/testreport 2003/12/04 16:36:18 1.25 +++ MITgcm/verification/testreport 2003/12/05 14:56:45 1.26 @@ -1,6 +1,6 @@ #! /usr/bin/env bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.25 2003/12/04 16:36:18 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.26 2003/12/05 14:56:45 edhill Exp $ # $Name: $ # @@ -55,6 +55,9 @@ HAVE_MPACK=f fi echo -n "building mpack... " + if test "x$CC" = x ; then + export CC=cc + fi ( cd $MPACKDIR && ./configure && $MAKE ) > tr_build_mpack.out 2>&1 RETVAL=$? if test "x$RETVAL" != x0 ; then