summaryrefslogtreecommitdiff
path: root/source/aclocal.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-10 13:35:20 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-10 13:35:20 +0000
commitfbeb9804344ab3aa1dd6635a5524aa09065e04f5 (patch)
tree963186e2890cc277674b5e3c7e50d4fe9a327e3f /source/aclocal.m4
parentcc447fbe3cd77d57e18c3d1dff94a95d6032c311 (diff)
downloadsamba-fbeb9804344ab3aa1dd6635a5524aa09065e04f5.tar.gz
continued the split of the kernel level oplocks code into a more
modular form. In this pass I added oplock_irix.c and added a "struct kernel_oplocks" that describes a kernel oplock implementation. I also removed the maintainence mode from the Makefile. It was causing too much trouble. If someone really likes it they can keep a patch around to enable it themselves.
Diffstat (limited to 'source/aclocal.m4')
-rw-r--r--source/aclocal.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/source/aclocal.m4 b/source/aclocal.m4
index 5b866d583b1..9a7145402a9 100644
--- a/source/aclocal.m4
+++ b/source/aclocal.m4
@@ -22,19 +22,6 @@ AC_DEFUN(AC_VALIDATE_CACHE_SYSTEM_TYPE, [
ac_cv_target_system_type="$target"
])
-dnl based on Automake's maintainer mode
-AC_DEFUN(SAMBA_MAINTAINER_MODE,[
- AC_ARG_ENABLE(maintainer-mode,
- [ --enable-maintainer-mode enable some make rules for maintainers],
- maint_mode=$enableval, maint_mode=no)
- if test x"$maint_mode" = x"yes"; then MAINT=; else MAINT='#'; fi
- AC_SUBST(MAINT)
- AC_PATH_PROG(AUTOCONF, autoconf, autoconf)
- AC_SUBST(AUTOCONF)
- AC_PATH_PROG(AUTOHEADER, autoheader, autoheader)
- AC_SUBST(AUTOHEADER)
-])
-
dnl test whether dirent has a d_off member
AC_DEFUN(AC_DIRENT_D_OFF,