aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Use a better variable name and allow the uname to be overridden.Nicholas Marriott2009-05-16
|
* +sfw for solaris too.Nicholas Marriott2009-05-14
|
* SunOS tweaks.Nicholas Marriott2009-05-14
|
* NetBSD has no strtonum so needs compat/.Nicholas Marriott2009-05-14
|
* NetBSD tree.h has no RB_PREV.Nicholas Marriott2009-05-14
|
* Use a variable for uname.Nicholas Marriott2009-05-14
|
* Move -lutil.Nicholas Marriott2009-05-14
|
* Use the right osdep.Nicholas Marriott2009-05-14
|
* Sort.Nicholas Marriott2009-05-13
|
* Everything supported has working vsnprintf.Nicholas Marriott2009-05-13
|
* Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott2009-05-13
script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later.