/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

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

revision 1.59 by mjthomas, Wed Jul 31 00:20:25 2002 UTC revision 1.60 by camm, Wed Jul 31 03:13:52 2002 UTC
# Line 1021  if test $use_gmp = yes ; then Line 1021  if test $use_gmp = yes ; then
1021   AC_MSG_CHECKING([use_gmp=yes, doing configure in gmp directory])   AC_MSG_CHECKING([use_gmp=yes, doing configure in gmp directory])
1022   case "${canonical}" in   case "${canonical}" in
1023  #   i[[5-9]]86* | pentium* | k6* | athlon*)  #   i[[5-9]]86* | pentium* | k6* | athlon*)
1024  #      (cd gmp ; ./configure --target=i486) ;;  #      (cd gmp3 ; ./configure --target=i486) ;;
1025     *)     *)
1026        (cd gmp ; ./configure) ;;        (cd gmp3 ; ./configure) ;;
1027   esac   esac
1028   [[ "`ls -1 gmp/mpn/add_n.* 2>/dev/null`" != "" ]] || cp gmp/mpn/generic/*.c gmp/mpn/   [[ "`ls -1 gmp3/mpn/add_n.* 2>/dev/null`" != "" ]] || cp gmp3/mpn/generic/*.c gmp/mpn/
1029   cp gmp/gmp.h h/gmp.h   cp gmp3/gmp.h h/gmp.h
1030   AC_MSG_CHECKING("for size of gmp limbs")   AC_MSG_CHECKING("for size of gmp limbs")
1031   AC_TRY_RUN([#include <stdio.h>   AC_TRY_RUN([#include <stdio.h>
1032          #include "h/gmp.h"          #include "h/gmp.h"

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

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