Directory restructuring to make it easier to version projects that don't build zdoom.exe.

SVN r4 (trunk)
This commit is contained in:
Randy Heit 2006-02-24 04:48:15 +00:00
commit cf11cbdb30
821 changed files with 361202 additions and 0 deletions

10
bootstrap Normal file
View file

@ -0,0 +1,10 @@
#! /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