summaryrefslogtreecommitdiff
path: root/source3/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
commita9a512192d05d6559d0315be96e0bfcf8800f69e (patch)
treef4eccde3eeab81f751c5a1d2ee622944bd2e89f8 /source3/aclocal.m4
parent891bdd0d3e38f6046a0207129a5dfbd67d2e0269 (diff)
downloadsamba-a9a512192d05d6559d0315be96e0bfcf8800f69e.tar.gz
samba-a9a512192d05d6559d0315be96e0bfcf8800f69e.tar.bz2
samba-a9a512192d05d6559d0315be96e0bfcf8800f69e.zip
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)
Diffstat (limited to 'source3/aclocal.m4')
-rw-r--r--source3/aclocal.m413
1 files changed, 0 insertions, 13 deletions
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,