mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
277c17cfd8
and this clears the way for an external API for utilities and such. And yes, this means libtool is now used.
2 lines
95 B
Bash
Executable file
2 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
|