home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / mmalloc / configure.in < prev    next >
Encoding:
Text File  |  1993-05-12  |  624 b   |  21 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. esac
  19.  
  20. # per-target:
  21.