mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-07 15:31:10 +00:00
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
|