summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-06-24 22:04:51 +0200
committerStefan Metzmacher <metze@samba.org>2011-06-24 23:57:19 +0200
commit77e6efa45432daaabdad1b62739c41c5b2315f3d (patch)
treeb5e37bbe8884afbefa5450e247dcec4daeed1f80 /source3/m4
parent5be934eac2b4f0fdc4f67e273f88f1af9aecffdb (diff)
downloadsamba-77e6efa45432daaabdad1b62739c41c5b2315f3d.tar.gz
samba-77e6efa45432daaabdad1b62739c41c5b2315f3d.tar.bz2
samba-77e6efa45432daaabdad1b62739c41c5b2315f3d.zip
s3:configure: remove unused --with-rootsbindir configure option
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jun 24 23:57:20 CEST 2011 on sn-devel-104
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)