grim/guifications2

merge of '749e0002e61e2e4b797461e8a5cafa9b64f878af'
org.guifications.gf2
2007-04-30, John Bailey
fb3152ae2b39
file isExecutable
merge of '749e0002e61e2e4b797461e8a5cafa9b64f878af'
and '84cfbe5b2ea9f0639306b8792b8bc81af78bc150'
#! /bin/sh
PACKAGE="gaim-guifications"
(intltoolize --version) < /dev/null > /dev/null 2>&1 || {
echo;
echo "You must have intltool installed to compile $PACKAGE";
echo;
exit;
}
(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo;
echo "You must have libtool installed to compile $PACKAGE";
echo;
exit;
}
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo;
echo "You must have automake installed to compile $PACKAGE";
echo;
exit;
}
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo;
echo "You must have autoconf installed to compile $PACKAGE";
echo;
exit;
}
echo "Generating configuration files for $PACKAGE, please wait...."
echo;
echo "Running libtoolize, please ignore non-fatal messages...."
echo n | libtoolize --copy --force || exit;
echo;
libtoolize -c -f --automake
intltoolize --force --copy
aclocal || exit;
autoheader || exit;
automake --add-missing --copy
autoconf || exit;
automake || exit;
echo "Running ./configure $@"
echo;
./configure $@