aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-05-16 03:05:19 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-16 03:05:19 +0800
commit76c50b69056fcc6ed1ee518f353d8e91e4da99ab (patch)
tree5c1fb86ba327ab06c3305bfee2b29ed2da8088d8 /configure.ac
parent6f5737b0012265b87f01d9bdf8c654930c5a0099 (diff)
downloadgsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar
gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar.gz
gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar.bz2
gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar.lz
gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar.xz
gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.tar.zst
gsoc2013-empathy-76c50b69056fcc6ed1ee518f353d8e91e4da99ab.zip
Set bugzilla information in desktop file and add it to POTFILES.in
2006-05-15 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * data/empathy.desktop.in: * data/Makefile.am: * data/empathy.desktop.in.in: * po/POTFILES.in: Set bugzilla information in desktop file and add it to POTFILES.in svn path=/trunk/; revision=68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f301507a0..49ca613ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 0.4)
+AC_INIT(Empathy, 0.4, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB])
@@ -26,7 +26,7 @@ GTK_REQUIRED=2.10.0
GCONF_REQUIRED=1.2.0
LIBGLADE_REQUIRED=2.0.0
TELEPATHY_REQUIRED=0.0.51
-MISSION_CONTROL_REQUIRED=0.21
+MISSION_CONTROL_REQUIRED=4.22
IDT_COMPILE_WARNINGS
@@ -36,6 +36,9 @@ AC_SUBST(GLIB_GENMARSHAL)
pluginlibdir=`$PKG_CONFIG mission-control --variable=pluginlibdir`
AC_SUBST(pluginlibdir)
+BUGZILLA_COMPONENT=General
+AC_SUBST(BUGZILLA_COMPONENT)
+
dnl -----------------------------------------------------------
dnl Language Support
dnl -----------------------------------------------------------
@@ -85,6 +88,7 @@ dnl -----------------------------------------------------------
AC_OUTPUT([
Makefile
data/Makefile
+ data/empathy.desktop.in
data/16x16/Makefile
data/22x22/Makefile
data/32x32/Makefile