File: configure.ac

package info (click to toggle)
libapache2-mod-authn-sasl 1.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,548 kB
  • ctags: 61
  • sloc: sh: 8,923; ansic: 190; makefile: 68
file content (18 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_PREREQ([2.53])

AC_INIT([mod_authn_sasl], [1.1], [heikoh@users.sf.net])
AC_CONFIG_SRCDIR([mod_authn_sasl.c])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([config.h])

AC_DISABLE_STATIC

AC_PROG_CC_C99
AC_PROG_LIBTOOL

AP_HTTPD_MODULE([>=2.2])

AX_LIB_CHECKS([sasl2], [sasl_checkpass], [sasl/sasl.h])

AC_CONFIG_FILES([Makefile doc/Makefile doc/css/Makefile doc/images/Makefile])
AC_OUTPUT