X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/996b5fdc6f6aa459d079154b3025cc4c24e802b4..refs/heads/master:/debian/libcob-ocesql.build diff --git a/debian/libcob-ocesql.build b/debian/libcob-ocesql.build index 1a51ab1..9d1845f 100755 --- a/debian/libcob-ocesql.build +++ b/debian/libcob-ocesql.build @@ -1,4 +1,21 @@ #!/bin/bash set -e -echo "NYI" +# this stuff is necessary here: doing it in the prebuild +# is useless: There is an sync step directly before the build +# and recreated .ac files are overwtritten + +build_base=$(pwd) + +cd Downloads/Open-COBOL-ESQL +autoreconf +aclocal +libtoolize + +#pushd dblib >/dev/null +# libtoolize +#popd >/dev/null + +./configure --prefix $build_base/debian/tmp/usr + +make