summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: ae9d8c7aafbe358a593164a7bfdfce63de823280 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# SPDX-License-Identifier: BSD-3-Clause

set -e

autoheader &
aclocal -I m4 --install
autoconf

wait