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:
committed by
Gerald (Jerry) Carter
parent
646cf0ae8c
commit
d49ffbc19b
18
source/lib/talloc/configure.ac
Normal file
18
source/lib/talloc/configure.ac
Normal 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)
|
||||
Reference in New Issue
Block a user