File: configure.ac

package info (click to toggle)
libapache2-mod-authn-sasl 1.2-2.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,412 kB
  • sloc: sh: 10,127; ansic: 215; makefile: 78
file content (19 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AC_PREREQ([2.53])

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

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/index.html doc/css/Makefile doc/images/Makefile])
AC_OUTPUT