#!/bin/sh

# $Id: reconf,v 1.3 2004/04/17 14:38:17 rousseau Exp $

set -v
: > ChangeLog
autoreconf --verbose --install
./configure
