grim/guifications1

Stupid nano autowrap...

2004-05-24, grim
f7c7ac771684
file isExecutable
Stupid nano autowrap...
#! /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 $@