1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

r18810: use a copy of samba4's talloc under lib/talloc/

to make mergeing easier.

metze
This commit is contained in:
Stefan Metzmacher
2006-09-22 04:16:58 +00:00
committed by Gerald (Jerry) Carter
parent 646cf0ae8c
commit d49ffbc19b
19 changed files with 4972 additions and 117 deletions

View File

@@ -0,0 +1,18 @@
AC_PREREQ(2.50)
AC_INIT(talloc.h)
AC_CONFIG_SRCDIR([talloc.c])
AC_SUBST(datarootdir)
AC_CONFIG_HEADER(config.h)
AC_LIBREPLACE_ALL_CHECKS
m4_include(libtalloc.m4)
AC_PATH_PROG(XSLTPROC,xsltproc)
DOC_TARGET=""
if test -n "$XSLTPROC"; then
DOC_TARGET=doc
fi
AC_SUBST(DOC_TARGET)
AC_OUTPUT(Makefile talloc.pc)