#!/bin/sh if [ ! -d config ]; then mkdir config fi aclocal -I config # heck, i'm lazy, let's just try both... glibtoolize --copy --force libtoolize --copy --force # this is just to get us install-sh, missing, and mkinstalldirs so configure # won't complain... automake --foreign --add-missing --copy >/dev/null 2>&1 autoconf rm config/ltmain.sh rm -rf autom4te.cache rm aclocal.m4