mk-configure is a lightweight replacement for GNU autotools written in and for bmake (a portable version of NetBSD make). The main goal is to have only one top-level tool instead of aclocal+automake+autoconf+autoheader. Other goals are clean design, simplicity, and "no code generation".
Changes: This is a major release. A huge amount of additions and features were implemented, including (but not limited to): support for Solaris, Interix, FreeBSD, NetBSD, Linux, Darwin, and QNX, support for the GNU compiler collection (aka gcc), Portable C Compiler (aka pcc), and Sun Studio 11,12. New variables were introduced: INCSSRCDIR, LDCOMPILER, MKC_{CHECK,REQUIRE}_BUILTINS, and others. New executables: mkcmake and mkc_check_compiler.
Tags: autotools, NetBSD make, bmake, build automation, cross-platform development, NetBSD, BSD
Licenses: BSD Revised