Clarify build requirements
Document the need for the XSI Extension. Don't list curses as required, it's actually optional. Correct advice for Solaris. Add advice for AIX. Drop references to C89; we actually require C99, and POSIX.1-2001 provides it. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
d6c5c263b9
commit
37c69a3a7a
3 changed files with 15 additions and 11 deletions
|
@ -32,9 +32,9 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
# Autoconf makes checking for and programming around assorted ancient
|
||||
# crap relatively painless. But why bother? Just rely on C89 and
|
||||
# POSIX, and when something breaks on some oddball machine, see
|
||||
# whether it's worth fixing.
|
||||
# crap relatively painless. But why bother? Just rely on POSIX, and
|
||||
# when something breaks on some oddball machine, see whether it's
|
||||
# worth fixing.
|
||||
|
||||
AC_PREREQ(2.69)
|
||||
AC_INIT([Wolfpack Empire],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue