From 77e6efa45432daaabdad1b62739c41c5b2315f3d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 24 Jun 2011 22:04:51 +0200 Subject: [PATCH] s3:configure: remove unused --with-rootsbindir configure option metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Fri Jun 24 23:57:20 CEST 2011 on sn-devel-104 --- source3/Makefile.in | 1 - source3/m4/check_path.m4 | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index b37f3158ed7..299a9ec48c0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -121,7 +121,6 @@ BASEDIR= @prefix@ BINDIR = @bindir@ # sbindir is mapped to bindir when compiling SAMBA in 2.0.x compatibility mode. SBINDIR = @sbindir@ -ROOTSBINDIR = @rootsbindir@ LIBDIR = @libdir@ MODULESDIR = @modulesdir@ INCLUDEDIR=@includedir@ diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index 65db076ee61..1d65846e709 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" @@ -70,22 +69,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, @@ -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) -- 2.34.1