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

set -e -x

${AUTOHEADER:-autoheader} -f &
${ACLOCAL:-aclocal} -I m4 --force --install
${AUTOCONF:-autoconf} -i -f

wait