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

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

Revision 1.1.1.1 (vendor branch), Mon Jan 10 15:35:22 2000 UTC (24 years, 5 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=
srctrigger=itom.c
srcname="GNU Multi-Precision library/mpbsd"

# per-host:

# per-target:

mpzfiles="add.c cmp.c gcd.c mul.c pow_ui.c powm.c sqrtrem.c sub.c"

for fn in $mpzfiles
  do
    rm -f $fn
    files="$files ../mpz/$fn"
    links="$links $fn"
  done