source:
branches/samba-3.0/source/lib/talloc/configure.ac
Last change on this file was 1, checked in by , 18 years ago | |
---|---|
File size: 311 bytes |
Line | |
---|---|
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) |
Note:
See TracBrowser
for help on using the repository browser.