#!/bin/sh
#
# Call the 'configure' script located in 'builds/unix'.
#
# This should re-generate the following files:
#
#   Makefile
#   patchlevel.h
#
cd builds/unix
./configure "$@"

# eof
