summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-31 21:44:30 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-31 21:44:30 +0300
commit1f9567371384d6bad60594ede75f003e5b4493b5 (patch)
tree48433822660f0a6657164165cbf5b6901d0d2e46 /auto
parentac7218e335f0393330cf3d1c791ccdfa5a04c423 (diff)
downloadunit-1f9567371384d6bad60594ede75f003e5b4493b5.tar.gz
unit-1f9567371384d6bad60594ede75f003e5b4493b5.tar.bz2
Setting build directory with variable instead of configure option.
Diffstat (limited to 'auto')
-rw-r--r--auto/options3
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/options b/auto/options
index fe11f35f..cb4a8b56 100644
--- a/auto/options
+++ b/auto/options
@@ -9,7 +9,6 @@ NXT_CFLAGS=
NXT_CC_OPT=
NXT_LD_OPT=
-NXT_BUILD_DIR=build
NXT_PREFIX=
NXT_DEBUG=NO
@@ -52,8 +51,6 @@ do
--cc-opt=*) NXT_CC_OPT="$value" ;;
--ld-opt=*) NXT_LD_OPT="$value" ;;
- --build-dir=*) NXT_BUILD_DIR="$value" ;;
-
--prefix=*) NXT_PREFIX="$value" ;;
--bindir=*) NXT_BINDIR="$value" ;;
--sbindir=*) NXT_SBINDIR="$value" ;;