#!/bin/bash
set -e

./configure --prefix=/usr --disable-static &&

make &&

make docdir=/usr/share/doc/check-"${VERSION}" -j1 install