From a9a512192d05d6559d0315be96e0bfcf8800f69e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 10 Jun 2000 13:35:20 +0000 Subject: 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. (This used to be commit fbeb9804344ab3aa1dd6635a5524aa09065e04f5) --- source3/aclocal.m4 | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'source3/aclocal.m4') diff --git a/source3/aclocal.m4 b/source3/aclocal.m4 index 5b866d583b..9a7145402a 100644 --- a/source3/aclocal.m4 +++ b/source3/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, -- cgit