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