mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-05-31 09:02:00 +00:00
Directory restructuring to make it easier to version projects that don't build zdoom.exe.
SVN r4 (trunk)
This commit is contained in:
commit
cf11cbdb30
821 changed files with 361202 additions and 0 deletions
10
bootstrap
Normal file
10
bootstrap
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue