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

Diff of /gcl/configure.in

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

revision 1.61 by mjthomas, Wed Jul 31 07:07:02 2002 UTC revision 1.62 by camm, Wed Jul 31 11:56:32 2002 UTC
# Line 1025  if test $use_gmp = yes ; then Line 1025  if test $use_gmp = yes ; then
1025  #   i[[5-9]]86* | pentium* | k6* | athlon*)  #   i[[5-9]]86* | pentium* | k6* | athlon*)
1026  #      (cd gmp3 ; ./configure --target=i486) ;;  #      (cd gmp3 ; ./configure --target=i486) ;;
1027     *)     *)
1028        (cd gmp3 ; ./configure) ;;        (cd gmp3 && chmod +x ./configure && ./configure) ;;
1029   esac   esac
1030   [[ "`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/
1031   cp gmp3/gmp.h h/gmp.h   cp gmp3/gmp.h h/gmp.h

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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