#!/bin/sh

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

aclocal
autoconf
#acconfig
autoheader
automake -a

cd libltdl

aclocal
autoconf
#acconfig
autoheader
automake -a


syntax highlighted by Code2HTML, v. 0.9.1