summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
Diffstat (limited to 'source3/m4')
-rw-r--r--source3/m4/check_path.m418
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4
index 65db076ee6..1d65846e70 100644
--- a/source3/m4/check_path.m4
+++ b/source3/m4/check_path.m4
@@ -15,7 +15,6 @@ AC_LIBREPLACE_LOCATION_CHECKS
# ones...
AC_PREFIX_DEFAULT(/usr/local/samba)
-rootsbindir="\${SBINDIR}"
lockdir="\${VARDIR}/locks"
piddir="\${VARDIR}/locks"
ncalrpcdir="\${VARDIR}/ncalrpc"
@@ -71,22 +70,6 @@ AC_ARG_WITH(privatedir,
esac])
#################################################
-# set root sbin directory location
-AC_ARG_WITH(rootsbindir,
-[AS_HELP_STRING([--with-rootsbindir=DIR], [Which directory to use for root sbin ($ac_default_prefix/sbin)])],
-[ case "$withval" in
- yes|no)
- #
- # Just in case anybody calls it without argument
- #
- AC_MSG_WARN([--with-rootsbindir called without argument - will use default])
- ;;
- * )
- rootsbindir="$withval"
- ;;
- esac])
-
-#################################################
# set lock directory location
AC_ARG_WITH(lockdir,
[AS_HELP_STRING([--with-lockdir=DIR], [Where to put lock files ($ac_default_prefix/var/locks)])],
@@ -325,7 +308,6 @@ AC_SUBST(sbindir)
AC_SUBST(codepagedir)
AC_SUBST(statedir)
AC_SUBST(cachedir)
-AC_SUBST(rootsbindir)
AC_SUBST(pammodulesdir)
AC_SUBST(modulesdir)
AC_SUBST(localedir)