gzdoom-last-svn/bootstrap
Christoph Oelckers 72ae7fa01b Initial import - version 1.0.32
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1 b0f79afe-0144-0410-b225-9a4edf0717df
2008-01-27 11:25:03 +00:00

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