spek/autogen.sh
2010-04-28 19:11:11 +10:00

22 lines
474 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="spek"
REQUIRED_AUTOMAKE_VERSION=1.7
(test -f $srcdir/src/spek.vala \
&& test -d $srcdir/src) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level spek directory"
exit 1
}
which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME Git"
exit 1
}
. gnome-autogen.sh