diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-02-06 16:47:45 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-02-06 16:47:45 +0800 |
commit | 3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f (patch) | |
tree | 4aada6d340aa9c1d24750658fb46da1f84d022be /configure.in | |
parent | efc4ab93cf38cafea912e793cc38ef63a658d4e0 (diff) | |
download | gsoc2013-evolution-3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f.tar.gz gsoc2013-evolution-3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f.tar.zst gsoc2013-evolution-3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f.zip |
Remove hard-coded EDS version number. Read it from
2006-02-06 Harish Krishnaswamy <kharish@novell.com>
* configure.in, data/Makefile.am, data/evolution.desktop.in.in:
Remove hard-coded EDS version number. Read it from
evolution-data-server.pc instead.
svn path=/trunk/; revision=31417
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5cc25a9d0c..cec35705b7 100644 --- a/configure.in +++ b/configure.in @@ -1288,6 +1288,9 @@ dnl -- evolution-data-server IDL and version AC_DEFINE(DATASERVER_API_VERSION, "1.2", evolution-data-server API version) AC_DEFINE_UNQUOTED(DATASERVER_VERSION, "`pkg-config --modversion evolution-data-server-1.2`", evolution-data-server version) +DATASERVER_EXEC_VERSION=`pkg-config --variable=execversion evolution-data-server-1.2` +AC_SUBST(DATASERVER_EXEC_VERSION) + AC_MSG_CHECKING(for evolution-data-server IDL) DATASERVER_IDL=`pkg-config --variable=idldir evolution-data-server-1.2`/Evolution-DataServer.idl if test -f "$DATASERVER_IDL"; then |