#!/bin/bashCMD="$1"if[[-z"${CMD}"]];thenexportCMD="default"fi
mkdirbuild
# this need for some outdated os
mkdirm4
autoreconf-i
cdbuild
if[["${CMD}"=="default"]];then../configure--enable-sanitize
elif[["${CMD}"=="old"]];then../configure
fi
make-j3
exportRET=$?cd-
exit$RET