Clean checking system and add valcheck (check with Valgrind)
[candl.git] / get_submodules.sh
blob94842b6d3dae3eefcf36719ced9d21dd54f6e8bb
1 #!/bin/bash
2 git submodule init
3 git submodule update
4 if test -f osl/autogen.sh; then
5 (cd osl; ./autogen.sh && ./configure)
6 fi
7 if test -f piplib/autogen.sh; then
8 (cd piplib; ./autogen.sh && ./configure)
9 fi