#!/bin/sh

# $Id: reconf 2584 2007-07-02 09:36:31Z rousseau $

# I use
# - autoconf (GNU Autoconf) 2.61
# - automake (GNU automake) 1.10
# - ltmain.sh (GNU libtool) 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)

set -e
set -x
if test -f Makefile; then
  make distclean
fi
rm -rf *.cache *.m4 build/{config.guess,config.sub,depcomp,ltmain.sh} config.log config.status
(cat aclocal/*.m4 > acinclude.m4)
autoreconf --verbose --install
cp aclocal.m4 build/



syntax highlighted by Code2HTML, v. 0.9.1