X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/44eb47b422753bc1aa790741beb17912933c07cd..dbf1b4ddfa0ee075491a84feedefe1d32b69dad1:/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