repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
r21585: Start syncing the monster that will become 3.0.25pre1
[Samba.git]
/
source
/
lib
/
talloc
/
configure.ac
blob
51e7256bf888266b022f0fc4f188adb47e903729
1
AC_PREREQ(2.50)
2
AC_INIT(talloc.h)
3
AC_CONFIG_SRCDIR([talloc.c])
4
AC_SUBST(datarootdir)
5
AC_CONFIG_HEADER(config.h)
6
7
AC_LIBREPLACE_ALL_CHECKS
8
9
m4_include(libtalloc.m4)
10
11
AC_PATH_PROG(XSLTPROC,xsltproc)
12
DOC_TARGET=""
13
if test -n "$XSLTPROC"; then
14
DOC_TARGET=doc
15
fi
16
AC_SUBST(DOC_TARGET)
17
18
AC_OUTPUT(Makefile talloc.pc)