[anjuta] Add libgd submodule



commit 5029e057cecf5c6268a35c98d1f035394f81b048
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Sun Feb 10 11:38:52 2013 +0100

    Add libgd submodule
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694212

 .gitmodules  |    3 +++
 Makefile.am  |    4 ++--
 autogen.sh   |    4 ++++
 configure.ac |   11 ++++++++++-
 libgd        |    1 +
 5 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..bfd964e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "libgd"]
+       path = libgd
+       url = git://git.gnome.org/libgd
diff --git a/Makefile.am b/Makefile.am
index ad91526..df7e89a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,12 @@
 ## Process this file with automake to produce Makefile.in
 
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
 
 @INTLTOOL_DESKTOP_RULE@
 
 SUBDIRS = \
        pixmaps scripts data \
-       doc libanjuta plugins src manuals mime launcher po
+       doc libanjuta libgd plugins src manuals mime launcher po
 
 dist_doc_DATA = \
        MAINTAINERS\
diff --git a/autogen.sh b/autogen.sh
index 951a943..7827e2e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,10 @@ sh -c "cd $srcdir/libanjuta/interfaces && \
 perl anjuta-idl-compiler.pl libanjuta && \
 touch iface-built.stamp"
 
+git submodule update --init --recursive
+
+ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
+
 test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 (
diff --git a/configure.ac b/configure.ac
index 2f1a051..d00b4cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_SUBST(BUGZILLA_VERSION)
 
 dnl Anjuta core
 GLIB_REQUIRED=2.32.0
-GTK_REQUIRED=3.4.0
+GTK_REQUIRED=3.7.10
 GTHREAD_REQUIRED=2.22.0
 GDK_PIXBUF_REQUIRED=2.0.0
 GDA4_REQUIRED=4.2.0
@@ -172,6 +172,14 @@ if test x$AUTOGEN_PATH = xno; then
                 but several things won't work. You can get it from http://autogen.sourceforge.net/])
 fi
 
+dnl Check for libgd
+dnl ---------------------
+
+LIBGD_INIT([
+  revealer
+  static
+])
+
 dnl Check for Terminal
 dnl ---------------------
 
@@ -771,6 +779,7 @@ libanjuta/tests/Makefile
 libanjuta/interfaces/Makefile
 libanjuta/libanjuta-3.0.pc
 libanjuta/anjuta-version.h
+libgd/Makefile
 src/Makefile
 pixmaps/Makefile
 pixmaps/16x16/Makefile
diff --git a/libgd b/libgd
new file mode 160000
index 0000000..5bcd11f
--- /dev/null
+++ b/libgd
@@ -0,0 +1 @@
+Subproject commit 5bcd11f1add8964ef0a056b2b7051bb97575a94b


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]