grim/guifications1

oops.. this might help..

2004-04-23, grim
85f189cc71db
file isExecutable
oops.. this might help..
#! /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 $@