mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-31 01:10:52 +00:00
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1 b0f79afe-0144-0410-b225-9a4edf0717df
10 lines
198 B
Bash
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
|
|
|