grim/guifications1

39136f986233
file isExecutable
this should kill the crash datallah had...
#! /bin/sh
echo "Generating configuration files for Guifications, please wait...."
echo;
echo "Running libtoolize, please ignore non-fatal messages...."
echo n | libtoolize --copy --force || exit;
echo;
aclocal || exit;
autoheader || exit;
automake --add-missing --copy
autoconf || exit;
automake || exit;
echo "Running ./configure $@"
echo;
./configure $@