config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Aug 01 22:46:57 2011 +0200 (2011-08-01)
changeset 2591 491d62ac2017
parent 2447 bb73e7632b54
child 2650 4d299836e994
permissions -rw-r--r--
configure: do not require svn

svn is needed to download eglibc from the upstream repository.
In some situations, though, it can happen that:
- the developpers' machines do not have svn
- a LAN mirror has been set-up with pre-downloaded eglibc tarballs
In this case, it makes sense not to hard-depend on svn.

So, if svn is missing, just say so, and add a comment in the
menuconfig.

Reported-by: ANDY KENNEDY <ANDY.KENNEDY@adtran.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 mainmenu "The crosstool-NG configuration menu"
     2 source "config/configure.in"
     3 source "config/backend.in"
     4 source "config/global.in"
     5 source "config/target.in"
     6 source "config/toolchain.in"
     7 source "config/kernel.in"
     8 source "config/binutils.in"
     9 source "config/cc.in"
    10 source "config/libc.in"
    11 source "config/debug.in"
    12 source "config/companion_libs.in"
    13 source "config/companion_tools.in"
    14 source "config/test_suite.in"