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.