#!/bin/sh
aclocal -I config --output=config/aclocal.m4
cp -f config/aclocal.m4 .
cp -f config/install-sh .
touch matlabcom/alldepend.mak
autoconf --include config
automake --gnu --verbose `find . -name Makefile.am | sed -e 's/\.am//g'`


