Files
crun/autogen.sh
2021-03-21 01:05:57 +05:30

12 lines
205 B
Bash
Executable File

#!/bin/sh
if ! (pkg-config --version > /dev/null 2>&1); then
echo "pkg-config not found. Please install it">&2
exit 1
fi
mkdir -p m4
git submodule update --init --recursive
exec autoreconf -fi