#!/bin/sh

set -x

autoheader -I ../etc/autoconf/ || exit
autoconf   -I ../etc/autoconf/ || exit
LANG=C date > stamp-configure
./configure
