mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
4 lines
148 B
Bash
Executable file
4 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
aclocal && autoheader && automake --add-missing && autoconf
|
|
echo "If you see a couple warnings about cross-compiling above, don't worry"
|
|
|