#!/bin/sh echo "running aclocal" aclocal echo "running autoconf" autoconf # echo "running libtoolize" # libtoolize --force 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