grim/guifications2

[gf2-migrate @ 244]
org.guifications.gf2
2007-02-04, John Bailey
c5f9d67d08a7
file isExecutable
[gf2-migrate @ 244]
(2007-02-03 22:50:53) Me: should we change the url the update notify
in gf2 looks at for 2.13 and later?
(2007-02-03 22:51:07) Gary Kramlich: we need to just remove that
#! /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 $@