fixed build dependencies

This commit is contained in:
Marc Wäckerlin
2015-11-09 10:59:12 +00:00
parent 723ed15fab
commit 38d5f118cc
5 changed files with 30 additions and 20 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ EOF
# use this in configure.ac to support debian packages
AC_DEFUN([AX_USE_DEBIAN_PACKAGING], [
README_DEB=$(tail -n +3 README | sed -e 's/^$/./g' -e 's/^/ /g')
README_DEB=$(tail -n +3 README | sed -e 's/^ *$/./g' -e 's/^/ /g')
AC_SUBST(README_DEB)
_AM_SUBST_NOTMAKE([README_DEB])
AC_CONFIG_FILES([debian/changelog debian/control])