/[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.149 by edhill, Thu May 11 20:28:50 2006 UTC revision 1.150 by edhill, Mon May 22 22:11:11 2006 UTC
# Line 767  EOF Line 767  EOF
767    
768    
769  check_HAVE_SIGREG()  {  check_HAVE_SIGREG()  {
770        if test ! "x$HAVE_SIGREG" = x ; then
771            return
772        fi
773      get_fortran_c_namemangling      get_fortran_c_namemangling
774      cat <<EOF > genmake_tc_1.c      cat <<EOF > genmake_tc_1.c
775  $FC_NAMEMANGLE  $FC_NAMEMANGLE
# Line 1690  rm -f genmake_t* Line 1693  rm -f genmake_t*
1693    
1694  printf "  Can we register a signal handler using $FC...  "  printf "  Can we register a signal handler using $FC...  "
1695  check_HAVE_SIGREG  check_HAVE_SIGREG
1696  if test "x$HAVE_SIGREG" != x ; then  if test "x$HAVE_SIGREG" = xt ; then
1697      echo "yes"      echo "yes"
1698  else  else
1699      echo "no"      echo "no"

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

  ViewVC Help
Powered by ViewVC 1.1.22