23,24c23,24
< . auto/os/test
< . auto/options
---
> # STUB
> NXT_BUILD_DIR=build
26,27d25
< test -d $NXT_BUILD_DIR || mkdir $NXT_BUILD_DIR
<
29a28
> NXT_AUTOCONF_DATA=$NXT_BUILD_DIR/autoconf.data
31a31
> NXT_BIN=nginext
32a33,53
> nxt_module=${1:-no}
>
> case $nxt_module in
> no|--*)
> ;;
>
> unit)
> shift
> ;;
>
> *)
> . auto/modules/conf
> exit 0
> ;;
> esac
>
> . auto/os/test
> . auto/options
>
> test -d $NXT_BUILD_DIR || mkdir $NXT_BUILD_DIR
>
104a126
> . auto/save
116d137
< . auto/modules/conf