mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-02-23 03:40:57 +00:00
* 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
|