home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / mmalloc / configure.in < prev    next >
Encoding:
Text File  |  1994-05-06  |  675 b   |  22 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[34]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.   *-*-go32*)        host_makefile_frag=config/mh-go32 ;;
  19. esac
  20.  
  21. # per-target:
  22.