]> wagnertech.de Git - projects.git/blob - debian/libcob-ocesql.build
mdjango improvements
[projects.git] / debian / libcob-ocesql.build
1 #!/bin/bash
2 set -e
3
4 # this stuff is necessary here: doing it in the prebuild
5 # is useless: There is an sync step directly before the build
6 # and recreated .ac files are overwtritten
7
8 build_base=$(pwd)
9
10 cd Downloads/Open-COBOL-ESQL
11 autoreconf
12 aclocal
13 libtoolize
14
15 #pushd dblib >/dev/null
16 #       libtoolize
17 #popd >/dev/null
18         
19 ./configure --prefix $build_base/debian/tmp/usr
20
21 make