config/companion_libs/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Dec 10 15:09:13 2009 +0100 (2009-12-10)
branch1.5
changeset 1661 a3c0dc275759
parent 1534 d4ddf19a1968
child 1615 50b25816f5bb
permissions -rw-r--r--
configure: install in a sub-dir of --libdir and --docdir

In case the user specifies the LIBDIR with --libdir , or DOCDIR with
--docdir, install our support files in a sub-dir, so as not to mangle
existing (potentially system) files/dirs.
(transplanted from 991fc21dd3cfda7d6448388b3224821f6937f15e)
     1 # GMP options
     2 
     3 choice
     4     bool
     5     prompt "MPFR version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config MPFR_V_2_4_1
    10     bool
    11     prompt "2.4.1"
    12 
    13 config MPFR_V_2_4_0
    14     bool
    15     prompt "2.4.0"
    16 
    17 config MPFR_V_2_3_2
    18     bool
    19     prompt "2.3.2"
    20 
    21 config MPFR_V_2_3_1
    22     bool
    23     prompt "2.3.1"
    24 
    25 endchoice
    26 
    27 config MPFR_VERSION
    28     string
    29 # Don't remove next line
    30 # CT_INSERT_VERSION_STRING_BELOW
    31     default "2.4.1" if MPFR_V_2_4_1
    32     default "2.4.0" if MPFR_V_2_4_0
    33     default "2.3.2" if MPFR_V_2_3_2
    34     default "2.3.1" if MPFR_V_2_3_1