/[gcl]/gcl/configure
ViewVC logotype

Diff of /gcl/configure

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

revision 1.58 by camm, Wed Jul 31 03:13:52 2002 UTC revision 1.59 by camm, Wed Jul 31 11:56:32 2002 UTC
# Line 2179  fi Line 2179  fi
2179    
2180  fi  fi
2181    
2182    
2183  echo $ac_n "checking for gettimeofday declaration""... $ac_c" 1>&6  echo $ac_n "checking for gettimeofday declaration""... $ac_c" 1>&6
2184  echo "configure:2184: checking for gettimeofday declaration" >&5  echo "configure:2185: checking for gettimeofday declaration" >&5
2185    
2186  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2187  #line 2186 "configure"  #line 2188 "configure"
2188  #include "confdefs.h"  #include "confdefs.h"
2189  #include <sys/time.h>  #include <sys/time.h>
2190  EOF  EOF
# Line 2192  if (eval "$ac_cpp conftest.$ac_ext") 2>& Line 2194  if (eval "$ac_cpp conftest.$ac_ext") 2>&
2194    echo "$ac_t""present" 1>&6    echo "$ac_t""present" 1>&6
2195  else  else
2196    rm -rf conftest*    rm -rf conftest*
2197        echo "$ac_t""missing" 1>&6
2198      echo "$ac_t""missing" 1>&6                   cat >> confdefs.h <<\EOF
     cat >> confdefs.h <<\EOF  
2199  #define GETTOD_NOT_DECLARED 1  #define GETTOD_NOT_DECLARED 1
2200  EOF  EOF
2201    
   
2202  fi  fi
2203  rm -f conftest*  rm -f conftest*
2204    
# Line 3840  echo "configure:3839: checking use_gmp=y Line 3840  echo "configure:3839: checking use_gmp=y
3840  #   i[[5-9]]86* | pentium* | k6* | athlon*)  #   i[[5-9]]86* | pentium* | k6* | athlon*)
3841  #      (cd gmp3 ; ./configure --target=i486) ;;  #      (cd gmp3 ; ./configure --target=i486) ;;
3842     *)     *)
3843        (cd gmp3 ; ./configure) ;;        (cd gmp3 && chmod +x ./configure && ./configure) ;;
3844   esac   esac
3845   [ "`ls -1 gmp3/mpn/add_n.* 2>/dev/null`" != "" ] || cp gmp3/mpn/generic/*.c gmp/mpn/   [ "`ls -1 gmp3/mpn/add_n.* 2>/dev/null`" != "" ] || cp gmp3/mpn/generic/*.c gmp/mpn/
3846   cp gmp3/gmp.h h/gmp.h   cp gmp3/gmp.h h/gmp.h

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26