1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-28 00:49:42 +03:00
samba-mirror/source4/lib/tdb/configure.in
Jelmer Vernooij dfaa7a3bae r6546: Fix ldb standalone build
Add autoconf to tdb
(This used to be commit 95fed657f458a856feec2fb256edd642e4179979)
2007-10-10 13:16:25 -05:00

8 lines
184 B
Plaintext

AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_INIT(include/tdb.h)
AC_PROG_CC
AC_FUNC_MMAP
sinclude(config.m4)
AC_OUTPUT(Makefile tdb.pc)