zncconfigure: set -x

This commit is contained in:
Aminda Suomalainen 2015-09-22 14:21:47 +03:00
parent 45bcdda6d4
commit a96e159dc9
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ mkdir -p build
cd build
../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus --prefix=$HOME/.local
# and here you run "make -j$(nproc)" while you are in the build/ directory.
set -x