summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-05-10 07:05:00 +0000
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-05-10 07:05:00 +0000
commitb5a3e508987e72ae0e108f583575257f4df06220 (patch)
tree0796b8df81da50d4b2710a5bf5f07a017c2e5a7c
parenta8a721c2554fd7349430a0c0739ce4047e8f7529 (diff)
downloadevolution-data-server-b5a3e508987e72ae0e108f583575257f4df06220.tar.gz
Remove extra space following -I which is not kind to Tru64 Unix C
2006-05-10 Harish Krishnaswamy <kharish@novell.com> * addressbook/libebook/libebook.pc.in, addressbook/libedata-book/libedata-book.pc.in, calendar/libecal/libecal.pc.in, calendar/libedata-cal/libedata-cal.pc.in, configure.in, evolution-data-server.pc.in, libedataserver/libedataserver.pc.in, servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word. Fixes #271839.
-rw-r--r--ChangeLog12
-rw-r--r--addressbook/libebook/libebook.pc.in3
-rw-r--r--addressbook/libedata-book/libedata-book.pc.in3
-rw-r--r--calendar/libecal/libecal.pc.in3
-rw-r--r--calendar/libedata-cal/libedata-cal.pc.in3
-rw-r--r--configure.in2
-rw-r--r--evolution-data-server.pc.in2
-rw-r--r--libedataserver/libedataserver.pc.in1
-rw-r--r--servers/groupwise/libegroupwise.pc.in3
9 files changed, 25 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 255ac59e6..7b105c5b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-05-10 Harish Krishnaswamy <kharish@novell.com>
+
+ * addressbook/libebook/libebook.pc.in,
+ addressbook/libedata-book/libedata-book.pc.in,
+ calendar/libecal/libecal.pc.in,
+ calendar/libedata-cal/libedata-cal.pc.in,
+ configure.in, evolution-data-server.pc.in,
+ libedataserver/libedataserver.pc.in,
+ servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which
+ is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word.
+ Fixes #271839.
+
2006-05-09 Ross Burton <ross@openedhand.com>
* libedataserver/e-data-server-module.h:
diff --git a/addressbook/libebook/libebook.pc.in b/addressbook/libebook/libebook.pc.in
index c65cdca90..7629e15b9 100644
--- a/addressbook/libebook/libebook.pc.in
+++ b/addressbook/libebook/libebook.pc.in
@@ -2,9 +2,10 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+datadir=@datadir@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@
privincludedir=@privincludedir@
diff --git a/addressbook/libedata-book/libedata-book.pc.in b/addressbook/libedata-book/libedata-book.pc.in
index 9cb8fcb71..8b28eba33 100644
--- a/addressbook/libedata-book/libedata-book.pc.in
+++ b/addressbook/libedata-book/libedata-book.pc.in
@@ -2,9 +2,10 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+datadir=@datadir@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@
privincludedir=@privincludedir@
diff --git a/calendar/libecal/libecal.pc.in b/calendar/libecal/libecal.pc.in
index b5cf9bb50..4a18503d5 100644
--- a/calendar/libecal/libecal.pc.in
+++ b/calendar/libecal/libecal.pc.in
@@ -2,9 +2,10 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+datadir=@datadir@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@
privincludedir=@privincludedir@
diff --git a/calendar/libedata-cal/libedata-cal.pc.in b/calendar/libedata-cal/libedata-cal.pc.in
index f6fbec2b4..f99692ded 100644
--- a/calendar/libedata-cal/libedata-cal.pc.in
+++ b/calendar/libedata-cal/libedata-cal.pc.in
@@ -2,9 +2,10 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+datadir=@datadir@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@
privincludedir=@privincludedir@
diff --git a/configure.in b/configure.in
index 83dc82e6e..3ea028ad4 100644
--- a/configure.in
+++ b/configure.in
@@ -1178,7 +1178,7 @@ esac
AM_PATH_ORBIT2(2.9.8)
AC_MSG_CHECKING(for CORBA include paths)
-IDL_INCLUDES="-I "`pkg-config --variable=idldir libbonobo-2.0`" -I "`pkg-config --variable=idldir bonobo-activation-2.0`
+IDL_INCLUDES="-I"`pkg-config --variable=idldir libbonobo-2.0`" -I"`pkg-config --variable=idldir bonobo-activation-2.0`
AC_MSG_RESULT($IDL_INCLUDES)
AC_SUBST(IDL_INCLUDES)
diff --git a/evolution-data-server.pc.in b/evolution-data-server.pc.in
index 40b30f943..f02d32d78 100644
--- a/evolution-data-server.pc.in
+++ b/evolution-data-server.pc.in
@@ -10,7 +10,7 @@ privdatadir=@privdatadir@
execversion=@BASE_VERSION@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@
Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
diff --git a/libedataserver/libedataserver.pc.in b/libedataserver/libedataserver.pc.in
index b41ba1ac4..b59103362 100644
--- a/libedataserver/libedataserver.pc.in
+++ b/libedataserver/libedataserver.pc.in
@@ -2,6 +2,7 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+datadir=@datadir@
privincludedir=@privincludedir@
diff --git a/servers/groupwise/libegroupwise.pc.in b/servers/groupwise/libegroupwise.pc.in
index c80a080a3..9c5b3e388 100644
--- a/servers/groupwise/libegroupwise.pc.in
+++ b/servers/groupwise/libegroupwise.pc.in
@@ -2,9 +2,10 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+datadir=@datadir@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@
privincludedir=@privincludedir@