home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / PERL / PERL-4.036 / PERL-4 / perl-4.036 / hints / linux.sh
Encoding:
Text File  |  1994-07-20  |  927 b   |  52 lines

  1. #linux.sh    Linux hints file for (Perl 4.036)
  2. #Created by: Louis J. LaBash, Jr. {lou@minuet.siue.edu} 18 Jan 94-ljl-
  3. #Modified: 14 Mar 94-ljl-
  4. #Modified: removed signal routine, patching Configure instead 15 Jun 94-ljl-
  5. #Modified: changed target directories 7 Jul 94-ljl-
  6.  
  7. nativegcc='define'
  8. cc='gcc'
  9. optimize='-O2'
  10. ldflags='-s'
  11. d_mymalloc=undef
  12. yacc='bison -y'
  13. mansrc='/usr/local/man/man1'
  14. manext='1'
  15. nroff='groff'
  16. bin='/usr/local/bin'
  17. installbin='/usr/local/bin'
  18. scriptdir='/usr/local/bin'
  19. installscr='/usr/local/bin'
  20. package='perl(linux-36LA)'
  21. privlib='/usr/local/lib/perl4'
  22. installprivlib='/usr/local/lib/perl4'
  23. models='none'
  24.  
  25. cat <<EOF
  26.  
  27.  
  28.  
  29.  
  30.                -*-Congratulations, you're running Linux -*-
  31.        This is a hints file for Linux, it suggest the defaults to use.
  32.  
  33.    If needed, change installation directories to conform with your system's.
  34.  
  35.                               --*--
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. EOF
  50.  
  51. #end of linux.sh
  52.