source: branches/samba-3.2.x/source/lib/talloc/configure.ac

Last change on this file was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

File size: 388 bytes
Line 
1AC_PREREQ(2.50)
2AC_INIT(talloc, 1.2.0)
3AC_CONFIG_SRCDIR([talloc.c])
4AC_SUBST(datarootdir)
5AC_CONFIG_HEADER(config.h)
6
7AC_LIBREPLACE_ALL_CHECKS
8
9m4_include(libtalloc.m4)
10
11AC_PATH_PROG(XSLTPROC,xsltproc)
12DOC_TARGET=""
13if test -n "$XSLTPROC"; then
14 DOC_TARGET=doc
15fi
16AC_SUBST(DOC_TARGET)
17
18AC_LD_PICFLAG
19AC_LD_SHLIBEXT
20AC_LD_SONAMEFLAG
21AC_LIBREPLACE_SHLD_FLAGS
22
23AC_OUTPUT(Makefile talloc.pc)
Note: See TracBrowser for help on using the repository browser.