#!/bin/sh

echo "running aclocal"
aclocal -I config

echo "running autoconf"
autoconf

# echo "running libtoolize"
#libtoolize --force --copy

echo "running autoheader"
autoheader

# To add gettext support, use :
# gettextize -f -c --intl

echo "running automake"
automake -a -c

echo "removing autom4te.cache"

\rm -rf autom4te.cache



syntax highlighted by Code2HTML, v. 0.9.1