This Space for Rent

(more) New Code!

Configure has been rolled up to version 0.59 by the addition of a handful of new functions and a little more work on trying to get vpaths working.

The new functions are:

AC_SCALAR_TYPES
Defines the DWORD(32 bit), WORD(16 bit), and BYTE(8 bit) unsigned scalar types.
AC_QUIET
A prefix that makes a detect function run without any output.
AC_CHECK_STRUCT
Check to see if a structure exists
AC_PROG_AWK
Looks for awk (or one of its less reputable clones.)
AC_CHECK_RESOLVER
Check to see if the bind4 resolver library (or one of its less reputable successors) is present on the system.

configure.sh also creates a config.md script which attempts to encapsulate the process of creating directory trees during make install.