mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
2f811fc65b
effects. Will need to do wall poly implementation before it matters.
7 lines
128 B
Bash
Executable file
7 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "NOTE: two \"AC_TRY_RUN\" warnings below are not a problem!"
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|