mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +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
|