home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / readline / configure.in < prev    next >
Encoding:
Text File  |  1993-05-12  |  1.4 KB  |  38 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. configdirs=
  7. srctrigger=readline.c
  8. srcname="the readline library"
  9.  
  10. # per-host:
  11.  
  12. files=sysdep-norm.h
  13. links=sysdep.h
  14.  
  15. case "${host}" in
  16.   *-*-irix*)        host_makefile_frag=config/mh-sysv; files=sysdep-irix.h;;
  17.   i[34]86-ncr-sysv4*)    host_makefile_frag=config/mh-ncr3000 ;;
  18.   *-*-sysv4*)        host_makefile_frag=config/mh-sysv4 ; files=sysdep-sysv4.h;;
  19.   *-*-solaris2*)    host_makefile_frag=config/mh-sysv4 ;;
  20.   i[34]86-*-sco3.2v4*)    host_makefile_frag=config/mh-sco4; files=sysdep-sco.h ;;
  21.   i[34]86-*-sco*)    host_makefile_frag=config/mh-sco; files=sysdep-sco.h ;;
  22.   m68k-apollo-sysv*)    host_makefile_frag=config/mh-apollo68v ;;    
  23.   *-*-sysv*)        host_makefile_frag=config/mh-sysv ;;
  24.   *-*-m88kbcs)        host_makefile_frag=config/mh-sysv ;;
  25.   i[34]86-*-linux)    host_makefile_frag=config/mh-posix ;;
  26.   rs6000-ibm-aix*)    host_makefile_frag=config/mh-sysv; files=sysdep-aix.h ;;
  27.   *-ibm-aix*)        host_makefile_frag=config/mh-sysv ;;
  28.   m68k-sony-news*)                    files=sysdep-obsd.h ;;
  29.   *-*-bsd*)                        files=sysdep-obsd.h ;;
  30.   *-*-mach*)                        files=sysdep-obsd.h ;;
  31.   *-*-sunos3*)                        files=sysdep-obsd.h ;;
  32.   *-*-ultrix2*)                        files=sysdep-obsd.h ;;
  33. esac
  34.  
  35. # per-target:
  36.  
  37.  
  38.