mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
11 lines
137 B
Text
11 lines
137 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# $Id$
|
||
|
|
||
|
# bootstrap the build when checking out from CVS
|
||
|
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake --foreign --add-missing --copy
|
||
|
autoconf
|