Re: Announce: gnome-build 0.2.4 released



Here is a patch against the configure.in file in gnome-build-0.2.4:

diff -urNp gnome-build-0.2.4.orig/configure.in gnome-build-0.2.4/configure.in
--- gnome-build-0.2.4.orig/configure.in 2008-03-10 00:35:35.000000000 +0530
+++ gnome-build-0.2.4/configure.in      2008-03-15 18:35:54.000000000 +0530
@@ -1,4 +1,4 @@
-AAC_PREREQ(2.52)
+AC_PREREQ(2.52)

 # Initialization and versioning
 AC_INIT(gnome-build, 0.2.4,
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-build)
@@ -69,6 +69,7 @@ PKG_CHECK_MODULES(GBF,
        gtk+-2.0 >= $GTK_REQUIRED
        libgnome-2.0 >= $GNOME_REQUIRED
        libgnomeui-2.0 >= $GNOME_REQUIRED
+       libglade-2.0 >= $LIBGLADE_REQUIRED
        libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED
        libxml-2.0 >= $XML_REQUIRED
        gnome-vfs-2.0 >= $VFS_REQUIRED

(i) The first one looks like a typo.

(ii) Since ./src/gbf/gbf-project-util.c uses '#include
<glade/glade-xml.h>', and ./src/gbf/Makefile.am uses GBF_CFLAGS and
GBF_LIBS, the relevant flags for libglade-2.0 should be included.

Happy hacking,
Debarshi
-- 
"From what we get, we can make a living; what we give, however, makes a life."
    -- Arthur Ashe


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