#!/bin/sh M4PATH=/usr/local/share/aclocal export M4PATH set -e rm -f aclocal.m4 libtool config.cache config.status aclocal grep 'libtool.m4 - Configure' aclocal.m4 || { cat /usr/local/share/aclocal/libtool14.m4 >>aclocal.m4 } autoconf #autoreconf --force --install gettextize --force --copy