File: configure.in

package info (click to toggle)
mpack 1.6-18
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,276 kB
  • sloc: ansic: 8,791; sh: 330; perl: 25; makefile: 24
file content (10 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
AC_INIT(common.h)
AM_INIT_AUTOMAKE(mpack,1.6)
AC_PROG_CC

CMU_SOCKETS

AC_CHECK_FUNCS([strchr])
AC_REPLACE_FUNCS([strcasecmp getopt])

AC_OUTPUT([Makefile])