This website requires JavaScript.
Explore
Help
Sign in
qf
/
quakeforge
Watch
0
Star
0
Fork
You've already forked quakeforge
0
mirror of
https://git.code.sf.net/p/quake/quakeforge
synced
2024-11-06 05:01:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f988572c4d
quakeforge
/
bootstrap
4 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
Working on one common configure which lets nq and qw compile. There, needs a little clean up though.
2001-02-20 03:10:06 +00:00
#!/bin/sh
work around the libtool 1.4 problem with the obsoleted ltconf that automake hasn't learned about yet
2001-05-17 16:30:44 +00:00
Shared library support. The util and gamecode libraries are now shared, and this clears the way for an external API for utilities and such. And yes, this means libtool is now used.
2001-03-29 09:07:44 +00:00
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
Reference in a new issue
Copy permalink