config/companion_libs/cloog.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 02 23:50:22 2009 +0200 (2009-08-02)
changeset 1447 8ef937cc57ba
parent 1380 945dc995daa7
child 1522 aab8f20f3795
permissions -rw-r--r--
[config] Warn againt using ash as CONFIG_SHELL

It apears that more and more ./configure scripts and Makefiles
make use of non-POSIXly correct shell constructs, that don't
work with ash.

For now, just warn the user against using ash, but keep it as
an option in case newer versions of the /broken/ components
come fixed, and we can again use ash, as it is in some cases
really faster than bash.
yann@1380
     1
# CLooG options
yann@1380
     2
yann@1380
     3
choice
yann@1380
     4
    bool
yann@1380
     5
    prompt "CLooG/ppl version"
yann@1380
     6
yann@1380
     7
config CLOOG_V_0_15_3
yann@1380
     8
    bool
yann@1380
     9
    prompt "0.15.3"
yann@1380
    10
yann@1380
    11
# CT_INSERT_VERSION_ABOVE
yann@1380
    12
# Don't remove above line!
yann@1380
    13
endchoice
yann@1380
    14
yann@1380
    15
config CLOOG_VERSION
yann@1380
    16
    string
yann@1380
    17
    default "0.15.3" if CLOOG_V_0_15_3
yann@1380
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@1380
    19
# Don't remove above line!