r18082: bring talloc in line with new conventions
[bbaumbach/samba-autobuild/.git] / source4 / lib / talloc / configure.ac
1 AC_PREREQ(2.50)
2 AC_INIT(talloc.h)
3 AC_CONFIG_SRCDIR([talloc.c])
4 AC_SUBST(datarootdir)
5 AC_PROG_CC
6 if test "x$GCC" = "xyes"; then
7         CFLAGS="$CFLAGS -Wall -W"
8 fi
9 AC_PROG_INSTALL
10 AC_PATH_PROG(XSLTPROC,xsltproc)
11 DOC_TARGET=""
12 if test -n "$XSLTPROC"; then
13         DOC_TARGET=doc
14 fi
15 AC_SUBST(DOC_TARGET)
16 AC_CONFIG_HEADER(config.h)
17 AC_SYS_LARGEFILE
18
19 sinclude(libreplace.m4)
20 sinclude(libtdb.m4)
21
22 AC_OUTPUT(Makefile talloc.pc)