X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=do;fp=do;h=742b7e98b6857fce52335927cfd35d4ba188cbaf;hp=0000000000000000000000000000000000000000;hb=49dd905279a8e62936e3713510ab0fd738e20ecb;hpb=2f2703c9133032c12671ca5c77ae626b8fb178d4 diff --git a/do b/do new file mode 100755 index 0000000..742b7e9 --- /dev/null +++ b/do @@ -0,0 +1,13 @@ +#! /bin/sh + +enable_debug=1 + +exec 2>&1 +set -ex +rm -f config.cache +autoconf +# rm -f config.cache +./configure --without-x \ + `if [ -n "$enable_debug" ];then echo "--enable-debug --enable-xdebug";fi` +make clean +make