Solve the missed local dimension bug with strides and modulo guards
[clan.git] / configclan
blob5f5ce52cbe1746d49109ef35f412cbf45f714ee1
1 #! /bin/sh
3 if ! [ -f configure ]; then
4 ./autogen.sh
5 fi
6 mkdir -p build && cd build && ../configure $@
7 echo "Please make the project from the build/ directory"