summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-26 13:37:44 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-26 13:37:44 +0300
commitd3a6d7805f9f869f3a786080a9e0586b4844034f (patch)
tree5eb2c583830e70f4acb8f45a5059676f4784d38a /configure
parent897b860e832c9eba67ba7d01d0775f64ade132f6 (diff)
downloadunit-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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b640517c..63ecce82 100755
--- a/configure
+++ b/configure
@@ -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