repo.or.cz
/
clan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Solve the missed local dimension bug with strides and modulo guards
[clan.git]
/
configclan
blob
5f5ce52cbe1746d49109ef35f412cbf45f714ee1
1
#! /bin/sh
2
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"
8