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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user