Update osl submodule to use the dependence extension
[candl.git] / redo.sh
blob0293c248ca2dc2059a0afa5e22bc194e9ad307c3
1 #!/bin/sh
2 make maintainer-clean
3 #./get_submodules.sh
4 ./autogen.sh
5 ./configure --prefix=$HOME/usr \
6 --with-osl=system \
7 --with-osl-prefix=$HOME/usr \
8 --with-gmp=$HOME/usr \
9 --with-gmp-library=$HOME/usr \
10 --with-gmp-include=$HOME/usr \
11 --with-piplib=system \
12 --with-piplib-prefix=$HOME/usr
14 make