customized builds

This commit is contained in:
2017-10-10 16:29:22 -03:00
parent 3d5d662152
commit 235c95aa2b
246 changed files with 8857 additions and 1535 deletions

14
autogen.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Generate translations for certain files such as polkit
pushd "${PWD}"/po
make
make clean
popd
# Update the autovala environment
export AUTOVALA_CMAKE_SCRIPT="${PWD}"/autovala/cmake
autovala refresh
autovala cmake
cp "${PWD}"/autovala/configure "${PWD}"/configure
cp "${PWD}"/autovala/configure-custom.sh "${PWD}"/.configure-custom.sh