From e0898a0db1ae591636e8887a244cc971cdfd3ab9 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 17 Nov 1995 05:37:16 +0000 Subject: [PATCH] added sbin_dir --- configure.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.49.0