Add libgd as a dependency and git submodule

libgd is required for GdMainView until MainView gets into Gtk (which I hope
will happen)
This commit is contained in:
2014-07-23 00:18:55 +02:00
parent 47fa484875
commit 809a1b215f
6 changed files with 17 additions and 4 deletions

View File

@@ -4,6 +4,8 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
PKG_NAME="astrognome"
(test -f $srcdir/configure.ac \
@@ -18,5 +20,7 @@ which gnome-autogen.sh || {
exit 1
}
git submodule update --init --recursive
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh