home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdb-4.12.tar.gz / gdb-4.12.tar / gdb-4.12 / readline / configure.in < prev    next >
Text File  |  1994-02-03  |  2KB  |  47 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=doc
  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. # Using sysdep-norm.h is harmful because termio.h defines VWERASE even though
  19. # c_cc is too small for it (VWERASE is for termios).
  20. # The problem with _POSIX_SOURCE is said not to be a problem after all.
  21. #  m88k-*-sysv4*)    host_makefile_frag=config/mh-sysv ;
  22.             # defining POSIX_SOURCE causes stack_t to be undefined
  23.             # even though it's used in <setjmp.h>
  24. #            files=sysdep-norm.h ;;
  25.   *-*-sysv4*)        host_makefile_frag=config/mh-sysv4 ; files=sysdep-sysv4.h;;
  26.   *-*-solaris2*)    host_makefile_frag=config/mh-sysv4 ;;
  27.   i[34]86-*-sco3.2v4*)    host_makefile_frag=config/mh-sco4; files=sysdep-sco.h ;;
  28.   i[34]86-*-sco*)    host_makefile_frag=config/mh-sco; files=sysdep-sco.h ;;
  29.   i[34]86-*-isc*)    host_makefile_frag=config/mh-isc ;;
  30.   m68k-apollo-sysv*)    host_makefile_frag=config/mh-apollo68v ;;    
  31.   *-*-sysv*)        host_makefile_frag=config/mh-sysv ;;
  32.   *-*-m88kbcs*)        host_makefile_frag=config/mh-sysv ;;
  33.   i[34]86-*-linux*)    host_makefile_frag=config/mh-posix ;;
  34.   rs6000-ibm-aix*)    host_makefile_frag=config/mh-sysv; files=sysdep-aix.h ;;
  35.   *-ibm-aix*)        host_makefile_frag=config/mh-sysv ;;
  36.   m68k-sony-news*)                    files=sysdep-obsd.h ;;
  37.   *-*-bsd*)                        files=sysdep-obsd.h ;;
  38.   *-*-mach*)                        files=sysdep-obsd.h ;;
  39.   *-*-sunos3*)                        files=sysdep-obsd.h ;;
  40.   *-*-ultrix2*)                        files=sysdep-obsd.h ;;
  41.   *-*-riscos*)        host_makefile_frag=config/mh-sysv ;;
  42. esac
  43.  
  44. # per-target:
  45.  
  46.  
  47.