fixed some more debian build issues - changed like in webtester; refs #12

This commit is contained in:
Marc Wäckerlin
2015-02-18 10:35:46 +00:00
parent cd4677c14e
commit 01c041760c
4 changed files with 12 additions and 1769 deletions

View File

@@ -256,6 +256,14 @@ esac
AM_CONDITIONAL(MINGW32, test "$MINGW32" = "yes")
AM_CONDITIONAL(MAC, test "$MAC" = "yes")
# special dependencies for specific distros
DIST_BUILDDEPENDS=$(
case $(lsb_release -cs) in
(precise|lucid|wheezy|squeeze);;
(*) echo "libiberty-dev, ";;
esac
)
AC_SUBST(DIST_BUILDDEPENDS)
# macros
README=$(tail -n +3 README)