qzdoom/bootstrap

11 lines
198 B
Bash

#! /bin/sh
# Building with autoconf and automake has not been tested in some months.
# It may or may not work.
set -x
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf