mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
16e482eb90
We need to figure out a way to make docs in unusual places, like in the SourceForge shell environment -- which doesn't have an extremely recent autotools. This is an extremely stripped-down automake/autoconf setup that provides the bare minimum needed to AC_SUBST variables. It's dirty and hacky, but it kinda works.
2 lines
80 B
Bash
Executable file
2 lines
80 B
Bash
Executable file
#! /bin/sh
|
|
aclocal -I ../m4 && autoheader && automake --add-missing && autoconf
|