diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-05 15:26:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:16 -0500 |
commit | 99b2e8fdc9f55d539399c7afcb26c5b733dcaafa (patch) | |
tree | d1486a15244c50fa5a977eb38a16ba19ea31254d /source4/lib/tdb/configure.ac | |
parent | 22498176804d4caa9ff67a9ec95308ad359adaa1 (diff) | |
download | samba-99b2e8fdc9f55d539399c7afcb26c5b733dcaafa.tar.gz samba-99b2e8fdc9f55d539399c7afcb26c5b733dcaafa.tar.bz2 samba-99b2e8fdc9f55d539399c7afcb26c5b733dcaafa.zip |
r18098: use m4_include() instead of sinclude()
this breaks ./autogen.sh in lib/ldb/, but the ldb build is broken
anyway
metze
(This used to be commit 816fa197a73f5f309b6a113d997d21a70423361e)
Diffstat (limited to 'source4/lib/tdb/configure.ac')
-rw-r--r-- | source4/lib/tdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/configure.ac b/source4/lib/tdb/configure.ac index b067940781..bf221a0322 100644 --- a/source4/lib/tdb/configure.ac +++ b/source4/lib/tdb/configure.ac @@ -11,5 +11,5 @@ AC_CHECK_SIZEOF(off_t,cross) AC_CHECK_SIZEOF(size_t,cross) AC_CHECK_SIZEOF(ssize_t,cross) AC_FUNC_MMAP -sinclude(config.m4) +m4_include(config.m4) AC_OUTPUT(Makefile tdb.pc) |