config/companion_libs/cloog.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 02 20:06:06 2009 +0200 (2009-08-02)
changeset 1445 9f7946c892da
parent 1380 945dc995daa7
child 1522 aab8f20f3795
permissions -rw-r--r--
[config] Add bash as a possible CONFIG_SHELL

On some systems and/or for some components, it may be necessary to
explicitly use bash as the shell used by ./configure and Makefiles.
     1 # CLooG options
     2 
     3 choice
     4     bool
     5     prompt "CLooG/ppl version"
     6 
     7 config CLOOG_V_0_15_3
     8     bool
     9     prompt "0.15.3"
    10 
    11 # CT_INSERT_VERSION_ABOVE
    12 # Don't remove above line!
    13 endchoice
    14 
    15 config CLOOG_VERSION
    16     string
    17     default "0.15.3" if CLOOG_V_0_15_3
    18 # CT_INSERT_VERSION_STRING_ABOVE
    19 # Don't remove above line!