source: branches/samba-3.0/source/lib/talloc/configure.ac

Last change on this file was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 311 bytes
Line 
1AC_PREREQ(2.50)
2AC_INIT(talloc.h)
3AC_CONFIG_SRCDIR([talloc.c])
4AC_SUBST(datarootdir)
5AC_CONFIG_HEADER(config.h)
6
7AC_LIBREPLACE_ALL_CHECKS
8
9m4_include(libtalloc.m4)
10
11AC_PATH_PROG(XSLTPROC,xsltproc)
12DOC_TARGET=""
13if test -n "$XSLTPROC"; then
14 DOC_TARGET=doc
15fi
16AC_SUBST(DOC_TARGET)
17
18AC_OUTPUT(Makefile talloc.pc)
Note: See TracBrowser for help on using the repository browser.