43f5acd2b749407ec923f07344626ebb3039df7b
[deliverable/binutils-gdb.git] / bfd / configure.in
1 # This file is a shell script that supplies the information necessary
2 # to tailor a template configure script into the configure script
3 # appropriate for this directory. For more information, check any
4 # existing configure script.
5
6 srctrigger=libbfd.c
7 srcname="bfd"
8 commontargets=true
9
10 # per-host:
11
12 if [ ! -f config/hmake-${host} ] ; then
13 echo No such host available: ${host}
14 exit 1
15 fi
16
17 # per-target:
18
19 if [ ! -f config/tmake-${target} ] ; then
20 echo No such target available: ${target}
21 exit 1
22 fi
23
24 files=
25 links=
This page took 0.030568 seconds and 4 git commands to generate.