Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.
[deliverable/binutils-gdb.git] / configure.in
CommitLineData
eb02fd64
RP
1# This file is a shell script fragment that supplies the information
2# necessary to tailor a template configure script into the configure
3# script appropriate for this directory. For more information, check
4# any existing configure script.
5
aedaceb5 6configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb emacs make grep diff rcs gdbm cvs prms"
131a3881 7srctrigger=README.configure
eb02fd64 8srcname="gnu development package"
0df06ca0
RP
9
10# per-host:
11
0e302572
SG
12# XXX - FIXME there needs to be a case for hmake-dgux
13
14case "${host_os}" in
e32becdf
JG
15sysv* | irix*) host_makefile_frag=config/hmake-sysv ;;
16svr4) host_makefile_frag=config/hmake-svr4 ;;
0e302572
SG
17esac
18
0df06ca0 19# per-target:
bc58b41d 20
0e302572
SG
21# XXX - FIXME there needs to be a case for tmake-a29k
22
bc58b41d
RP
23#
24# Local Variables:
25# fill-column: 131
26# End:
27#
This page took 0.031026 seconds and 4 git commands to generate.