]> wagnertech.de Git - projects.git/blobdiff - debian/libcob-ocesql.build
libcob-ocesql build
[projects.git] / debian / libcob-ocesql.build
index 1a51ab1aa587319a908837ca65c961b9a5e756c5..9d1845f715242a4c2ba1636da3f3e90a1a8bc719 100755 (executable)
@@ -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