diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-31 21:44:30 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-31 21:44:30 +0300 |
commit | 1f9567371384d6bad60594ede75f003e5b4493b5 (patch) | |
tree | 48433822660f0a6657164165cbf5b6901d0d2e46 /configure | |
parent | ac7218e335f0393330cf3d1c791ccdfa5a04c423 (diff) | |
download | unit-1f9567371384d6bad60594ede75f003e5b4493b5.tar.gz unit-1f9567371384d6bad60594ede75f003e5b4493b5.tar.bz2 |
Setting build directory with variable instead of configure option.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,8 +19,7 @@ CFLAGS=${CFLAGS=} NXT_TEST_CFLAGS=${NXT_TEST_CFLAGS=} NXT_TEST_LIBS=${NXT_TEST_LIBS=} -# STUB -NXT_BUILD_DIR=build +NXT_BUILD_DIR=${NXT_BUILD_DIR:-build} NXT_AUTOTEST=$NXT_BUILD_DIR/autotest NXT_AUTOCONF_ERR=$NXT_BUILD_DIR/autoconf.err |