From: Todd C. Miller Date: Fri, 17 Nov 1995 05:37:16 +0000 (+0000) Subject: added sbin_dir X-Git-Tag: SUDO_1_4_0~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0898a0db1ae591636e8887a244cc971cdfd3ab9;p=sudo added sbin_dir --- diff --git a/configure.in b/configure.in index 37c3b776d..7f17b27ab 100644 --- a/configure.in +++ b/configure.in @@ -24,6 +24,8 @@ prefix='/usr/local' exec_prefix='$(prefix)' man_prefix='$(prefix)/man' AC_SUBST(man_prefix)dnl +sbin_dir='$(exec_prefix)/etc' +AC_SUBST(sbin_dir)dnl MANTYPE="man" MAN_POSTINSTALL="" AC_SUBST(MAN_POSTINSTALL)dnl @@ -71,6 +73,7 @@ echo 'Configuring for use with AFS') dnl --with-csops AC_ARG_WITH(csops, [ --with-csops add CSops standard options], OPTIONS="${OPTIONS} -DUSE_INSULTS -DCLASSIC_INSULTS -DCSOPS_INSULTS -DENV_EDITOR" +sbin_dir='$(exec_prefix)/sbin' echo 'CSOps--adding options: USE_INSULTS CLASSIC_INSULTS CSOPS_INSULTS ENV_EDITOR') dnl