File: module.ac

package info (click to toggle)
dico 2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,332 kB
  • sloc: ansic: 90,279; sh: 48,454; lex: 2,625; yacc: 1,437; tcl: 1,434; makefile: 1,300; python: 1,280; perl: 892; lisp: 489; awk: 157; pascal: 127; javascript: 71; cpp: 44; fortran: 25; asm: 19; sed: 16; xml: 8
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
## module name: dictorg
AC_CONFIG_FILES([modules/dict.org/tests/db/Makefile])

# Check for zlib
AC_CHECK_HEADER(zlib.h,,
 [AC_MSG_ERROR([required header zlib.h not found])])
AC_CHECK_LIB(z, inflate,,
 [AC_MSG_ERROR([required library libz not found])])