aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/configure.in
blob: af44b7482641db72835d98de2824aa60680e1088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is a shell script that supplies the information necessary
# to tailor a template configure script into the configure script
# appropriate for this directory.  For more information, check any
# existing configure script.

srctrigger=mmalloc.c
srcname="mmalloc library"
configdirs=""

# per-host:

case "${host_os}" in

sysv4)
	host_makefile_frag=config/mh-sysv4
	;;

sunos4*)
	host_makefile_frag=config/mh-sunos4
	;;

*)
	;;

esac

# per-target:

#
# Local Variables:
# fill-column: 131
# End:
#