[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

File: [local] / OpenXM_contrib / gmp / Attic / configure.in (download)

Revision 1.1.1.1 (vendor branch), Mon Jan 10 15:35:21 2000 UTC (24 years, 4 months ago) by maekawa
Branch: GMP
CVS Tags: VERSION_2_0_2, RELEASE_20000124, RELEASE_1_1_2
Changes since 1.1: +0 -0 lines

Import gmp 2.0.2

# This file is a shell script fragment that supplies the information
# necessary for a configure script to process the program in
# this directory.  For more information, look at ../configure.

configdirs="mpn mpz mpf mpq mpbsd"
srctrigger=gmp-impl.h
srcname="GNU Multi-Precision library"

# per-host:

# per-target:

case "${target}" in
  sparc8* | microsparc*)
    if [ x$with_gcc != xno ]
    then
      target_makefile_frag=config/mt-sprc8-gcc
    fi
    ;;
  supersparc*)
    if [ x$with_gcc != xno ]
    then
      target_makefile_frag=config/mt-supspc-gcc
    fi
    ;;
  m888110*)
    if [ x$with_gcc != xno ]
    then
      target_makefile_frag=config/mt-m88110
    fi
    ;;
  *-*-linux*)
    target_makefile_frag=config/mt-linux ;;
    
esac