Quick bonobo build fix.



Hi!

I hope someone will apply this patch. It is necessary for $(srcdir) !=
$(builddir) scenario.

Thanks,
Tomislav
? i386
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/bonobo/ChangeLog,v
retrieving revision 1.14
diff -u -r1.14 ChangeLog
--- ChangeLog	1999/04/13 04:27:43	1.14
+++ ChangeLog	1999/04/14 16:44:02
@@ -1,3 +1,11 @@
+1999-04-14  Tomislav Vujec  <tvujec@carnet.hr>
+
+	* configure.in: remove second GNOME_INIT invocation.
+
+	* bonobo/Makefile.am: $(includedir) should be on the end, because in
+	$(srcdir) != $(builddir) scenario, bonobo picks up old headers from
+	$(includedir)
+
 1999-04-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
 
 	* bonobo/gnome-object.c: #include "gtk-interfaces.h"
Index: configure.in
===================================================================
RCS file: /cvs/gnome/bonobo/configure.in,v
retrieving revision 1.10
diff -u -r1.10 configure.in
--- configure.in	1999/04/13 03:38:21	1.10
+++ configure.in	1999/04/14 16:44:02
@@ -6,7 +6,6 @@
 AM_ACLOCAL_INCLUDE(macros)
 
 GNOME_INIT
-GNOME_INIT
 AC_ISC_POSIX
 AC_PROG_CC
 AC_STDC_HEADERS
Index: bonobo/Makefile.am
===================================================================
RCS file: /cvs/gnome/bonobo/bonobo/Makefile.am,v
retrieving revision 1.17
diff -u -r1.17 Makefile.am
--- bonobo/Makefile.am	1999/04/13 02:32:02	1.17
+++ bonobo/Makefile.am	1999/04/14 16:44:02
@@ -4,9 +4,9 @@
 
 INCLUDES =                                              \
         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
-        -I$(includedir)                                 \
 	-I$(srcdir) -I$(top_srcdir) 			\
 	-I. \
+        -I$(includedir)                                 \
         $(GNOME_INCLUDEDIR)
 
 gnome_libs =			\


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