mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
7 lines
62 B
Text
7 lines
62 B
Text
|
#!/bin/sh
|
||
|
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake --add-missing
|
||
|
autoconf
|