mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
6bf80a0100
the latest automake)
3 lines
96 B
Bash
Executable file
3 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
|