Merge branch 'master' of github.com:periscop/clay
[clay.git] / redo.sh
blobe7503977301ab354ede0ba54fca1ab1b2af71d88
1 #!/bin/sh
2 make maintainer-clean
3 #./get_submodules.sh
4 ./autogen.sh
5 ./configure --prefix=$HOME/usr \
6 --with-osl=system --with-osl-prefix=$HOME/usr \
7 --with-cloog=system --with-cloog-prefix=$HOME/usr \
8 --with-clan=system --with-clan-prefix=$HOME/usr \
9 --with-candl=system --with-candl-prefix=$HOME/usr
11 #./configure --prefix=$HOME/usr \
12 # --with-osl=bundled \
13 # --with-clan=bundled \
14 # --with-cloog=bundled \
15 # --with-candl=bundled
17 make