[go: up one dir, main page]

File: configure.in

package info (click to toggle)
sntop 1.4.3-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: ansic: 1,052; makefile: 138; sh: 5
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
AC_INIT([sntop.c])
AC_PROG_CC
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_C_CONST
AC_RETSIGTYPE
AC_CHECK_LIB([ncurses], [printw])
AC_REPLACE_FUNCS([getopt_long])
AC_OUTPUT([Makefile])