config/global.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 10 16:41:12 2009 +0200 (2009-10-10)
branch1.5
changeset 1572 cb9d5bf0cdc4
parent 693 458facedc485
child 2040 c0162f201864
permissions -rw-r--r--
configure: fix --with-foo=/path/to/foo

When a required tool is specified with --with-foo, store the variable
in the list.
(transplanted from 1d43b65599a4b869d83d4db67b9715b1298d74f7)
yann@1
     1
# Overall toolchain configuration: paths, jobs, etc...
yann@1
     2
yann@1
     3
menu "Paths and misc options"
yann@1
     4
yann@446
     5
source "config/global/ct-behave.in"
yann@694
     6
source "config/global/paths.in"
yann@693
     7
source "config/global/download.in"
yann@693
     8
source "config/global/extract.in"
yann@446
     9
source "config/global/build-behave.in"
yann@446
    10
source "config/global/logging.in"
yann@1
    11
yann@1
    12
endmenu