diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
commit | d3a6d7805f9f869f3a786080a9e0586b4844034f (patch) | |
tree | 5eb2c583830e70f4acb8f45a5059676f4784d38a /configure | |
parent | 897b860e832c9eba67ba7d01d0775f64ade132f6 (diff) | |
download | unit-d3a6d7805f9f869f3a786080a9e0586b4844034f.tar.gz unit-d3a6d7805f9f869f3a786080a9e0586b4844034f.tar.bz2 |
Added configure options --prefix=PATH and --log=FILE.
A prefix is prepended to all relative names at configure stage.
There is no prefix by default.
A log file name can be relative.
The default log file name is "nginext.log".
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ cat << END >> $NXT_AUTO_CONFIG_H #define NXT_SYSTEM_VERSION "$NXT_SYSTEM $NXT_SYSTEM_VERSION $NXT_SYSTEM_PLATFORM" #define NXT_COMPILER_VERSION "$NXT_CC_VERSION" +#define NXT_LOG "$NXT_LOG" + END |