#!/bin/sh

rm -f config.cache
rm -f acconfig.cache

autoreconf --no-recursive $@

cd libltdl

autoreconf --no-recursive $@
