File: ac_sco.m4

package info (click to toggle)
kbtin 1.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,212 kB
  • ctags: 1,149
  • sloc: ansic: 18,124; sh: 7,640; perl: 142; makefile: 137
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
AC_DEFUN([AC_SCO], [
AC_MSG_CHECKING([for SCO's intellectual property])
case `uname -s`X in
  SCO_*) AC_MSG_RESULT([nope, it belongs to Novell])
;;
  *) AC_MSG_RESULT([not found])
esac
])