mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
24fb12814e
* added my TODO list, and the cvs bootstrap script * Small mods to configure.in, Makefile.am
10 lines
137 B
Bash
Executable file
10 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
# bootstrap the build when checking out from CVS
|
|
|
|
aclocal
|
|
autoheader
|
|
automake --foreign --add-missing --copy
|
|
autoconf
|