You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Christopher McCrory <ch...@gmail.com> on 2018/02/28 11:03:40 UTC

configure and sbindir

Hello...


running ./configure --help shows this
--sbindir=DIR           system admin executables [EPREFIX/sbin]

but results in this

apache-2.4.29]$ ./configure --prefix=/usr/local

apache-2.4.29]$ grep  sbindir config.log
exp_sbindir='/usr/local/bin'
rel_sbindir='bin'
sbindir='${exec_prefix}/bin'

apache-2.4.29]$ grep  sbindir build/config_vars.mk
exp_sbindir = /usr/local/bin
rel_sbindir = bin
sbindir = ${exec_prefix}/bin


Is this the desired behaviour?


-- 
Christopher McCrory
To the optimist, the glass is half full.
To the pessimist, the glass is half empty.
To the engineer, the glass is twice as big as it needs to be.