Solve the missed local dimension bug with strides and modulo guards
[clan.git] / autogen.sh
blobb0d88d768acddedd9e14cee95c13478d840259d8
1 #!/bin/sh
2 autoreconf -i
3 if test -f osl/autogen.sh; then
4 (cd osl; ./autogen.sh)
5 fi