home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / perl / perl-4.000 / perl-4 / perl-4.036 / hints / ultrix_3.sh < prev    next >
Encoding:
Text File  |  1993-02-08  |  301 b   |  15 lines

  1. ccflags="$ccflags -DLANGUAGE_C"
  2. tmp="`(uname -a) 2>/dev/null`"
  3. case "$tmp" in
  4. *3.[01]*RISC) d_waitpid=$undef;;
  5. '') d_waitpid=$undef;;
  6. esac
  7. case "$tmp" in
  8. *RISC)
  9.     cmd_cflags='optimize="-g"'
  10.     perl_cflags='optimize="-g"'
  11.     tcmd_cflags='optimize="-g"'
  12.     tperl_cflags='optimize="-g"'
  13.     ;;
  14. esac
  15.