home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / mmalloc / configure.in < prev    next >
Encoding:
Text File  |  1995-03-09  |  734 b   |  23 lines

  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=mmalloc.c
  7. srcname="mmalloc library"
  8. configdirs=""
  9.  
  10. # per-host:
  11.  
  12. case "${host}" in
  13.   i[345]86-ncr-sysv4*)    host_makefile_frag=config/mh-ncr3000 ;;
  14.   *-*-irix4*)        host_makefile_frag=config/mh-irix4 ;;
  15.   *-*-solaris2*)    host_makefile_frag=config/mh-sysv4 ;;
  16.   *-*-sunos4*)        host_makefile_frag=config/mh-sunos4 ;;
  17.   *-*-sysv4*)        host_makefile_frag=config/mh-sysv4 ;;
  18.   *-*-amigados*)    host_makefile_frag=config/mh-amigados ;;
  19.   *-*-go32*)        host_makefile_frag=config/mh-go32 ;;
  20. esac
  21.  
  22. # per-target:
  23.