home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / gdb-4.12-src.lha / gdb-4.12 / readline / configure.in < prev    next >
Encoding:
Text File  |  1994-06-17  |  1.9 KB  |  48 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.   m68k-cbm-amigados*)    host_makefile_frag=config/mh-amigados ;;
  32.   *-*-sysv*)        host_makefile_frag=config/mh-sysv ;;
  33.   *-*-m88kbcs*)        host_makefile_frag=config/mh-sysv ;;
  34.   i[34]86-*-linux*)    host_makefile_frag=config/mh-posix ;;
  35.   rs6000-ibm-aix*)    host_makefile_frag=config/mh-sysv; files=sysdep-aix.h ;;
  36.   *-ibm-aix*)        host_makefile_frag=config/mh-sysv ;;
  37.   m68k-sony-news*)                    files=sysdep-obsd.h ;;
  38.   *-*-bsd*)                        files=sysdep-obsd.h ;;
  39.   *-*-mach*)                        files=sysdep-obsd.h ;;
  40.   *-*-sunos3*)                        files=sysdep-obsd.h ;;
  41.   *-*-ultrix2*)                        files=sysdep-obsd.h ;;
  42.   *-*-riscos*)        host_makefile_frag=config/mh-sysv ;;
  43. esac
  44.  
  45. # per-target:
  46.  
  47.  
  48.