File: configure.ac

package info (click to toggle)
dlz-ldap-enum 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,360 kB
  • sloc: sh: 11,069; ansic: 1,432; makefile: 19
file content (24 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dnl    dlz-ldap-enum: bind9 DLZ module for using an LDAP database to answer
dnl                   ENUM queries over DNS
dnl    Copyright (C) 2012 Daniel Pocock
dnl
dnl    Please see the COPYING file for license terms

AC_INIT(dlz-ldap-enum,1.0.2)
AC_CONFIG_SRCDIR(dlz_ldap_enum_driver.c)
AM_INIT_AUTOMAKE

AC_CONFIG_MACRO_DIR([m4])

AC_CANONICAL_HOST
AM_CONFIG_HEADER(config.h)

AC_PROG_CC

AC_PROG_INSTALL

AC_PROG_LIBTOOL

AC_OUTPUT(Makefile)