quake2forge/bootstrap
Jamie Wilkinson 24fb12814e * Replaced gnu.txt with COPYING
* added my TODO list, and the cvs bootstrap script
* Small mods to configure.in, Makefile.am
2002-04-03 00:27:05 +00:00

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