mirror of
https://git.code.sf.net/p/quake/nuq
synced 2025-02-07 17:01:32 +00:00
7 lines
62 B
Text
7 lines
62 B
Text
|
#!/bin/sh
|
||
|
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake --add-missing
|
||
|
autoconf
|