diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 11:34:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:12 -0500 |
commit | 9b10009938612ff8796ffdda0d666ef9060ba534 (patch) | |
tree | 28f7e0f262eeeb84a7aa0326d3554c7339095695 /source4/lib/talloc/configure.ac | |
parent | b383add7b0ff4a4d89760b9488983e0256417c7c (diff) | |
download | samba-9b10009938612ff8796ffdda0d666ef9060ba534.tar.gz samba-9b10009938612ff8796ffdda0d666ef9060ba534.tar.bz2 samba-9b10009938612ff8796ffdda0d666ef9060ba534.zip |
r18076: convert talloc to the new libreplace system
(This used to be commit 968a4e97cfa6585b06f0c5e64d746715a1297461)
Diffstat (limited to 'source4/lib/talloc/configure.ac')
-rw-r--r-- | source4/lib/talloc/configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/talloc/configure.ac b/source4/lib/talloc/configure.ac index 253992cb1a..59b9e4470a 100644 --- a/source4/lib/talloc/configure.ac +++ b/source4/lib/talloc/configure.ac @@ -13,7 +13,9 @@ if test -n "$XSLTPROC"; then DOC_TARGET=doc fi AC_SUBST(DOC_TARGET) -AC_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(talloc_config.h) AC_SYS_LARGEFILE sinclude(config.m4) + +sinclude(libreplace.m4) AC_OUTPUT(Makefile talloc.pc) |