#!/bin/sh
#
# SPDX-License-Identifier: LGPL-2.1-only

set -x
if [ ! -d "config" ]; then
	mkdir config
fi

autoreconf -vi -W all,error
