mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
2dd03876af
It sucks, but it works, and will form the basis for something that Does Not Suck.
2 lines
70 B
Bash
Executable file
2 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
aclocal && autoheader && automake --add-missing && autoconf
|