home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / perl / perl-4.036 / hints / svr4.sh < prev    next >
Encoding:
Text File  |  1993-02-08  |  198 b   |  7 lines

  1. cc='/bin/cc'
  2. test -f $cc || cc='/usr/ccs/bin/cc'
  3. ldflags='-L/usr/ucblib'
  4. mansrc='/usr/share/man/man1'
  5. ccflags='-I/usr/include -I/usr/ucbinclude'
  6. libswanted=`echo $libswanted | sed 's/ ucb/ c ucb/'`
  7.