File: configure.in

package info (click to toggle)
libbitmask 2.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 588 kB
  • ctags: 152
  • sloc: sh: 786; ansic: 477; makefile: 58
file content (13 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_PREREQ(2.57)
AC_INIT(libbitmask, 2.0, pj@sgi.com)
AM_INIT_AUTOMAKE(libbitmask, 2.0)
AC_CONFIG_SRCDIR([libbitmask.c])
AC_PROG_CC
AM_PROG_LIBTOOL
AC_PROG_INSTALL
AC_CHECK_HEADERS([stdint.h stdlib.h string.h])
AC_C_CONST
AC_FUNC_MALLOC
AC_CHECK_FUNCS([strchr strtoul])
AC_CONFIG_FILES(Makefile)
AC_OUTPUT