#!/bin/sh

# $Id: reconf,v 1.2 2002/06/27 22:32:39 rousseau Exp $

set -v
: > ChangeLog
automake --add-missing --verbose
autoreconf2.50 --verbose
./configure
