From 1f9567371384d6bad60594ede75f003e5b4493b5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 31 Aug 2017 21:44:30 +0300 Subject: Setting build directory with variable instead of configure option. --- auto/options | 3 --- 1 file changed, 3 deletions(-) (limited to 'auto') 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" ;; -- cgit