[BACK]Return to look CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / config

Diff for /OpenXM_contrib/pari-2.2/config/Attic/look between version 1.1 and 1.2

version 1.1, 2001/10/02 11:16:55 version 1.2, 2002/09/11 07:26:40
Line 1 
Line 1 
 for fun in $list; do  for fun in $list; do
   if ($CC $CFLAGS has_$fun.c -o $exe $extra_flags > /dev/null 2>&1); then    if ($CC $cflags has_$fun.c -o $exe $extra_flags > /dev/null 2>&1); then
     eval "has_$fun=yes"; echo ..."Found $fun."      eval "has_$fun=yes"; echo ..."Found $fun."
       case "$_has_list" in
         *has_$fun*);;
         *) _has_list="$_has_list has_$fun";;
       esac
     break      break
   else    else
     eval "has_$fun=no"; echo ..."I did not find $fun."      eval "has_$fun=no"; echo ..."I did not find $fun."
   fi;    fi;
     case "$_has_list" in
       *has_$fun*);;
       *) _has_list="$_has_list has_$fun";;
     esac
 done  done
 rm -f $exe  rm -f $exe

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>