0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom-gles.git synced 2025-02-19 10:01:12 +00:00
gzdoom-gles/bootstrap

10 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