*** empty log message ***
[deliverable/binutils-gdb.git] / mmalloc / configure.in
CommitLineData
63abb1e7
FF
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
6srctrigger=mmalloc.c
7srcname="mmalloc library"
8configdirs=""
9
10# per-host:
11
12case "${host_os}" in
13
14sysv4)
15 host_makefile_frag=config/mh-sysv4
16 ;;
17
18sunos4*)
19 host_makefile_frag=config/mh-sunos4
20 ;;
21
22*)
23 ;;
24
25esac
26
27# per-target:
28
29#
30# Local Variables:
31# fill-column: 131
32# End:
33#
This page took 0.031619 seconds and 4 git commands to generate.