grim/guifications1

fe3c04ffd8b2
file isExecutable
Start of the clean up for the next release..
#! /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 $@