#!/bin/sh

# I use
# - autoconf (GNU Autoconf) 2.59
# - automake (GNU automake) 1.7.9
# - libtool (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42)

set -e
set -x
if test -f Makefile; then
  make distclean
fi
rm -rf *.cache *.m4 config.guess config.log \
config.status config.sub depcomp ltmain.sh
#(cat m4/*.m4 > acinclude.m4 2> /dev/null)
autoreconf --verbose --install
