#!/bin/sh

set -x

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