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

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 407 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
22AC_LIBREPLACE_SHLD_FLAGS
23
24AC_OUTPUT(Makefile talloc.pc)
Note: See TracBrowser for help on using the repository browser.