[Build-System] Check requirements when generating tarballs.

This commit is contained in:
s3rj1k
2021-01-25 18:02:15 +02:00
committed by GitHub
parent d498f6c723
commit 3afa604acd
3 changed files with 204 additions and 170 deletions

View File

@@ -1,6 +1,17 @@
#!/bin/sh
##### -*- mode:shell-script; indent-tabs-mode:nil; sh-basic-offset:2 -*-
. $(dirname $0)/build-requirements.sh
# run build checks
check_make
check_awk
check_ac_ver
check_am_ver
check_acl_ver
check_lt_ver
check_libtoolize
sdir="."
[ -n "${0%/*}" ] && sdir="${0%/*}"
. $sdir/common.sh