]> git.0d.be Git - empathy.git/blob - configure.ac
use libcanberra-gtk3 when building with GTK3
[empathy.git] / configure.ac
1 dnl If not 1, append datestamp to the version number
2 m4_define(empathy_released, 0)
3
4 m4_define([empathy_major_version], [2])
5 m4_define([empathy_minor_version], [31])
6 m4_define([empathy_micro_version], [4])
7 m4_define([empathy_nano_version], [0])
8
9 dnl Display the nano_version only if it's not '0'
10 m4_define([empathy_base_version],
11           [empathy_major_version.empathy_minor_version.empathy_micro_version])
12 m4_define([empathy_full_version],
13           [m4_if(empathy_nano_version, 0, [empathy_base_version],
14               [empathy_base_version].[empathy_nano_version])])
15
16 m4_define(empathy_maybe_datestamp,
17           m4_esyscmd([if test x]empathy_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))
18
19 m4_define(empathy_version, empathy_full_version[]empathy_maybe_datestamp)
20
21
22 AC_INIT(Empathy, empathy_version, http://bugzilla.gnome.org/browse.cgi?product=empathy)
23
24
25 AC_PREREQ(2.59)
26 AC_COPYRIGHT([
27   Copyright (C) 2003-2007 Imendio AB
28   Copyright (C) 2007-2008 Collabora Ltd.
29 ])
30
31 # Minimal version required
32
33 # Hardp deps
34 GCONF_REQUIRED=1.2.0
35 GLIB_REQUIRED=2.25.9
36 GTK_REQUIRED=2.21.2
37 KEYRING_REQUIRED=2.22
38 LIBCANBERRA_GTK_REQUIRED=0.4
39 LIBNOTIFY_REQUIRED=0.4.4
40 TELEPATHY_GLIB_REQUIRED=0.11.7
41 TELEPATHY_LOGGER=0.1.2
42 UNIQUE_REQUIRED=1.1.2
43
44 # Optionnal deps
45 CLUTTER_GTK_REQUIRED=0.10
46 ENCHANT_REQUIRED=1.2.0
47 GEOCLUE_REQUIRED=0.11
48 ISO_CODES_REQUIRED=0.35
49 LIBCHAMPLAIN_GTK_REQUIRED=0.4
50 LIBCHAMPLAIN_REQUIRED=0.4
51 NAUTILUS_SENDTO_REQUIRED=2.28.1
52 NETWORK_MANAGER_REQUIRED=0.7.0
53 WEBKIT_REQUIRED=1.1.15
54
55 # Use --enable-maintainer-mode to disable deprecated symbols,
56 # disable single include and enable GSEAL. If this is not a released empathy,
57 # maintainer mode is forced
58 ifelse(empathy_released, 1, [], [enable_maintainer_mode="yes"])
59 GNOME_MAINTAINER_MODE_DEFINES
60
61 AC_CONFIG_MACRO_DIR([m4])
62 AC_CONFIG_HEADERS([config.h])
63 AC_CONFIG_SRCDIR([configure.ac])
64 AC_CONFIG_AUX_DIR(.)
65
66 GNOME_COMMON_INIT
67
68 AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define -Wno-portability)
69
70 # Support silent build rules, requires at least automake-1.11. Disable
71 # by either passing --disable-silent-rules to configure or passing V=1
72 # to make
73 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
74
75 AC_ISC_POSIX
76 AC_PROG_CC
77 AC_HEADER_STDC
78 AM_PROG_LIBTOOL
79 AM_PROG_MKDIR_P
80 AM_PATH_GLIB_2_0
81 AC_PATH_XTRA
82 IT_PROG_INTLTOOL([0.35.0])
83 GNOME_DOC_INIT([0.17.3])
84 AC_PATH_PROG(DBUS_BINDING_TOOL, dbus-binding-tool)
85 GLIB_GSETTINGS
86 GLIB_GENMARSHAL=`$PKG_CONFIG glib-2.0 --variable=glib_genmarshal`
87 AC_SUBST(GLIB_GENMARSHAL)
88 CONTROL_CENTER_EXTENSIONDIR=`$PKG_CONFIG --variable=extensiondir libgnome-control-center-extension`
89 AC_SUBST(CONTROL_CENTER_EXTENSIONDIR)
90
91 AC_CHECK_PROGS([XSLTPROC], [xsltproc])
92 if test -z "$XSLTPROC"; then
93   AC_MSG_ERROR([xsltproc (from libxslt) is required])
94 fi
95 AM_PATH_PYTHON([2.3])
96
97 EMPATHY_ARG_VALGRIND
98
99
100 # -----------------------------------------------------------
101 # Error flags
102 # -----------------------------------------------------------
103 AS_COMPILER_FLAG(-Wall, ERROR_CFLAGS="-Wall", ERROR_CFLAGS="")
104 AS_COMPILER_FLAG(-Werror, werror=yes, werror=no)
105
106 AC_ARG_ENABLE(Werror,
107   AC_HELP_STRING([--disable-Werror],[compile without -Werror (normally enabled in development builds)]),
108     werror=$enableval, :)
109
110 AS_COMPILER_FLAG(-Wextra, wextra=yes, wextra=no)
111 AS_COMPILER_FLAG(-Wno-missing-field-initializers,
112         wno_missing_field_initializers=yes,
113         wno_missing_field_initializers=no)
114 AS_COMPILER_FLAG(-Wno-unused-parameter,
115         wno_unused_parameter=yes,
116         wno_unused_parameter=no)
117
118 ifelse(empathy_released, 1, [],
119     [
120         if test x$werror = xyes; then
121             ERROR_CFLAGS="$ERROR_CFLAGS -Werror"
122         fi
123         if test x$wextra = xyes -a \
124             x$wno_missing_field_initializers = xyes -a \
125             x$wno_unused_parameter = xyes; then
126             ERROR_CFLAGS="$ERROR_CFLAGS -Wextra -Wno-missing-field-initializers -Wno-unused-parameter"
127         fi
128     ])
129
130 AS_COMPILER_FLAG(-Wdeclaration-after-statement, ERROR_CFLAGS="$ERROR_CFLAGS -Wdeclaration-after-statement")
131 AS_COMPILER_FLAG(-Wshadow, ERROR_CFLAGS="$ERROR_CFLAGS -Wshadow")
132 AS_COMPILER_FLAG(-Wmissing-prototypes, ERROR_CFLAGS="$ERROR_CFLAGS -Wmissing-prototypes")
133 AS_COMPILER_FLAG(-Wmissing-declarations, ERROR_CFLAGS="$ERROR_CFLAGS -Wmissing-declarations")
134 # Disabled because some GTK+ headers (like gtkitemfactory.h) are bugged :(
135 #AS_COMPILER_FLAG(-Wstrict-prototypes, ERROR_CFLAGS="$ERROR_CFLAGS -Wstrict-prototypes")
136
137 AC_SUBST(ERROR_CFLAGS)
138
139 # -----------------------------------------------------------
140 # Pkg-Config dependency checks
141 # -----------------------------------------------------------
142
143 PKG_CHECK_MODULES(EMPATHY,
144 [
145    dbus-glib-1
146    farsight2-0.10
147    gconf-2.0 >= $GCONF_REQUIRED
148    gdk-x11-2.0
149    gio-2.0 >= $GLIB_REQUIRED
150    gio-unix-2.0 >= $GLIB_REQUIRED
151    gnome-keyring-1 >= $KEYRING_REQUIRED
152    gobject-2.0
153    gstreamer-0.10
154    gstreamer-interfaces-0.10
155    libebook-1.2
156    libxml-2.0
157    telepathy-farsight
158    telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
159    telepathy-logger-0.1 >= $TELEPATHY_LOGGER
160    unique-1.0 >= $UNIQUE_REQUIRED
161    x11
162 ])
163
164 PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED)
165
166 # -----------------------------------------------------------
167 # GTK+
168 # -----------------------------------------------------------
169 AC_ARG_ENABLE(gtk3,
170               AS_HELP_STRING([--enable-gtk3=@<:@no/yes/auto@:>@],
171                              [build with GTK+3]), ,
172                              enable_gtk3=auto)
173
174 # Try to use GTK+3 if available
175 if test "x$enable_gtk3" != "xno"; then
176   PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= $GTK_REQUIRED],
177       enable_gtk3="yes", enable_gtk3="no")
178
179   # GTK3 specific deps
180   PKG_CHECK_MODULES(CANBERRA, libcanberra-gtk3 >= $LIBCANBERRA_GTK_REQUIRED)
181 fi
182
183 # ...if not use GTK+2
184 if test "x$enable_gtk3" == "xno"; then
185   enable_gtk3=no
186   PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED)
187
188   # GTK2 specific deps
189   PKG_CHECK_MODULES(CANBERRA, libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED)
190
191   # Enable GSEAL checks if needed
192   if test $USE_MAINTAINER_MODE = yes; then
193     AC_DEFINE(GSEAL_ENABLE, [], [Seal public structs to force usage of accessors])
194   fi
195 fi
196
197 # -----------------------------------------------------------
198 # Enable debug
199 # -----------------------------------------------------------
200
201 AC_ARG_ENABLE(debug,
202   AC_HELP_STRING([--disable-debug],[compile without debug code]),
203     enable_debug=$enableval, enable_debug=yes )
204
205 if test x$enable_debug = xyes; then
206   AC_DEFINE(ENABLE_DEBUG, [], [Enable debug code])
207 fi
208
209 # -----------------------------------------------------------
210 # Language Support
211 # -----------------------------------------------------------
212
213 GETTEXT_PACKAGE=empathy
214 AC_SUBST(GETTEXT_PACKAGE)
215 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name])
216
217 AM_GLIB_GNU_GETTEXT
218
219 # -----------------------------------------------------------
220 # Connectivity integration
221 # -----------------------------------------------------------
222 AC_ARG_WITH(connectivity,
223               AS_HELP_STRING([--with-connectivity=@<:@nm/connman/auto/no@:>@],
224                              [build with connectivity support]), ,
225                              with_connectivity=auto)
226
227 if test "x$with_connectivity" = "xno"; then
228    have_nm=no
229    have_connman=no
230
231 elif test "x$with_connectivity" = "xconnman"; then
232
233    PKG_CHECK_MODULES(CONNMAN,
234    [
235       dbus-glib-1
236    ], have_connman="yes", have_connman="no")
237
238    if test "x$have_connman" = "xyes"; then
239       AC_DEFINE(HAVE_CONNMAN, 1, [Define if you have connman dependencies])
240       have_nm=no
241    fi
242
243 else
244
245    PKG_CHECK_MODULES(NETWORK_MANAGER,
246    [
247       libnm_glib >= $NETWORK_MANAGER_REQUIRED
248    ], have_nm="yes", have_nm="no")
249
250    if test "x$have_nm" = "xyes"; then
251       AC_DEFINE(HAVE_NM, 1, [Define if you have libnm-glib])
252       have_connman=no
253    else
254       PKG_CHECK_MODULES(NETWORK_MANAGER,
255       [
256           libnm-glib >= $NETWORK_MANAGER_REQUIRED
257       ], have_nm="yes", have_nm="no")
258
259       if test "x$have_nm" = "xyes"; then
260       AC_DEFINE(HAVE_NM, 1, [Define if you have libnm-glib])
261       have_connman=no
262       fi
263    fi
264 fi
265
266 if test "x$with_connectivity" = "xconnman" -a "x$have_connman" != "xyes"; then
267    AC_MSG_ERROR([Couldn't find connman dependencies.])
268 fi
269
270 if test "x$with_connectivity" = "xnm" -a "x$have_nm" != "xyes"; then
271    AC_MSG_ERROR([Couldn't find libnm-glib dependencies.])
272 fi
273
274 AM_CONDITIONAL(HAVE_NM, test "x$have_nm" = "xyes")
275 AM_CONDITIONAL(HAVE_CONNMAN, test "x$have_connman" = "xyes")
276
277 # -----------------------------------------------------------
278 # Webkit
279 # -----------------------------------------------------------
280 AC_ARG_ENABLE(webkit,
281               AS_HELP_STRING([--enable-webkit=@<:@no/yes/auto@:>@],
282                              [build with webkit support]), ,
283                              enable_webkit=auto)
284
285 if test "x$enable_webkit" != "xno"; then
286    PKG_CHECK_MODULES(WEBKIT,
287    [
288       webkit-1.0 >= $WEBKIT_REQUIRED
289    ], have_webkit="yes", have_webkit="no")
290
291    if test "x$have_webkit" = "xyes"; then
292       AC_DEFINE(HAVE_WEBKIT, 1, [Define if you have libwebkitgtk])
293    fi
294 else
295    have_webkit=no
296 fi
297
298 if test "x$enable_webkit" = "xyes" -a "x$have_webkit" != "xyes"; then
299    AC_MSG_ERROR([Couldn't find webkit dependencies.])
300 fi
301 AM_CONDITIONAL(HAVE_WEBKIT, test "x$have_webkit" = "xyes")
302
303 # -----------------------------------------------------------
304 # spellchecking checks: enchant and iso-codes
305 # -----------------------------------------------------------
306 AC_ARG_ENABLE(spell,
307               AS_HELP_STRING([--enable-spell=@<:@no/yes/auto@:>@],
308                              [Enable spell checking]), ,
309                              enable_spell=auto)
310
311 if test "x$enable_spell" != "xno"; then
312    PKG_CHECK_MODULES(ENCHANT,
313    [
314       enchant >= $ENCHANT_REQUIRED,
315       iso-codes >= $ISO_CODES_REQUIRED
316    ], have_enchant="yes", have_enchant="no")
317
318    if test "x$have_enchant" = "xyes"; then
319       AC_MSG_CHECKING([whether iso-codes has iso-639 and iso-3166 domains])
320       if $PKG_CONFIG --variable=domains iso-codes | grep 639 > /dev/null && \
321          $PKG_CONFIG --variable=domains iso-codes | grep 3166 > /dev/null ; then
322             AC_DEFINE_UNQUOTED(ISO_CODES_PREFIX, ["`$PKG_CONFIG --variable=prefix iso-codes`"], [ISO codes prefix])
323             AC_DEFINE(HAVE_ENCHANT, [], [Define if you have libenchant])
324             result=yes
325       else
326             result=no
327             have_enchant="no"
328       fi
329       AC_MSG_RESULT([$result])
330    fi
331 else
332    have_enchant=no
333 fi
334
335 if test "x$enable_spell" = "xyes" -a "x$have_enchant" != "xyes"; then
336    AC_MSG_ERROR([Couldn't find spell dependencies.])
337 fi
338
339 AM_CONDITIONAL(HAVE_ENCHANT, test "x$have_enchant" = "xyes")
340
341 # -----------------------------------------------------------
342 # Map view checks: libchamplain
343 # -----------------------------------------------------------
344 AC_ARG_ENABLE(map,
345               AS_HELP_STRING([--enable-map=@<:@no/yes/auto@:>@],
346                              [Enable map view]), ,
347                              enable_map=auto)
348
349 if test "x$enable_map" != "xno"; then
350    PKG_CHECK_MODULES(LIBCHAMPLAIN,
351    [
352       champlain-0.4 >= $LIBCHAMPLAIN_REQUIRED,
353       champlain-gtk-0.4 >= $LIBCHAMPLAIN_GTK_REQUIRED
354       clutter-gtk-0.10 >= $CLUTTER_GTK_REQUIRED
355    ], have_libchamplain="yes", have_libchamplain="no")
356
357    if test "x$have_libchamplain" = "xyes"; then
358       AC_DEFINE(HAVE_LIBCHAMPLAIN, 1, [Define if you have libchamplain])
359    fi
360 else
361    have_libchamplain=no
362 fi
363
364 if test "x$enable_map" = "xyes" -a "x$have_libchamplain" != "xyes"; then
365    AC_MSG_ERROR([Couldn't find map view dependencies.])
366 fi
367
368 AM_CONDITIONAL(HAVE_LIBCHAMPLAIN, test "x$have_libchamplain" = "xyes")
369
370 # -----------------------------------------------------------
371 # location checks: geoclue
372 # -----------------------------------------------------------
373 AC_ARG_ENABLE(location,
374               AS_HELP_STRING([--enable-location=@<:@no/yes/auto@:>@],
375                              [Enable location awareness]), ,
376                              enable_location=auto)
377
378 if test "x$enable_location" != "xno"; then
379    PKG_CHECK_MODULES(GEOCLUE,
380    [
381       geoclue >= $GEOCLUE_REQUIRED
382    ], have_geoclue="yes", have_geoclue="no")
383
384    if test "x$have_geoclue" = "xyes"; then
385       AC_DEFINE(HAVE_GEOCLUE, 1, [Define if you have geoclue])
386    fi
387 else
388    have_geoclue="no"
389 fi
390
391 if test "x$enable_location" = "xyes" -a "x$have_geoclue" != "xyes"; then
392    AC_MSG_ERROR([Couldn't find location dependencies.])
393 fi
394
395 AM_CONDITIONAL(HAVE_GEOCLUE, test "x$have_geoclue" = "xyes")
396 AC_SUBST(GEOCLUE_CFLAGS)
397 AC_SUBST(GEOCLUE_LIBS)
398
399 # -----------------------------------------------------------
400 # meego widgets support
401 # -----------------------------------------------------------
402 AC_ARG_ENABLE(meego,
403               AS_HELP_STRING([--enable-meego=@<:no/yes@:>@],
404                              [Enable meego widgets]), ,
405                              enable_meego=no)
406
407 if test "x$enable_meego" != "xno"; then
408     PKG_CHECK_MODULES(MEEGO,
409     [
410        mx-gtk-1.0
411     ], have_meego="yes", have_meego="no")
412
413     if test "x$have_meego" = "xyes"; then
414        AC_DEFINE(HAVE_MEEGO, 1, [Define if you have meego])
415     fi
416 else
417    have_meego="no"
418 fi
419
420 if test "x$enable_meego" = "xyes" -a "x$have_meego" != "xyes"; then
421    AC_MSG_ERROR([Couldn't find meego dependencies.])
422 fi
423
424 AM_CONDITIONAL(HAVE_MEEGO, test "x$have_meego" = "xyes")
425 AC_SUBST(MEEGO_CFLAGS)
426 AC_SUBST(MEEGO_LIBS)
427
428 # -----------------------------------------------------------
429 # nautilus-sendto
430 # -----------------------------------------------------------
431 AC_ARG_ENABLE(nautilus-sendto,
432               AS_HELP_STRING([--enable-nautilus-sendto=@<:@no/yes/auto@:>@],
433                              [build nautilus-sendto plugin]), ,
434                              enable_nautilus_sendto=auto)
435
436 if test "x$enable_nautilus_sendto" != "xno"; then
437    PKG_CHECK_MODULES(NST,
438    [
439       nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED
440    ], have_nst="yes", have_nst="no")
441 else
442    have_nst=no
443 fi
444
445 if test "x$enable_nautilus_sendto" = "xyes" -a "x$have_nst" != "xyes"; then
446    AC_MSG_ERROR([Couldn't find nautilus-sendto dependencies.])
447 fi
448
449 AM_CONDITIONAL(HAVE_NST, test "x$have_nst" = "xyes")
450
451 # -----------------------------------------------------------
452 # new, single-window control center
453 # -----------------------------------------------------------
454 AC_ARG_ENABLE(control_center_embedding,
455               AS_HELP_STRING([--enable-control-center-embedding=@<:@no/yes/auto@:>@],
456                              [Enable support for single-window control center]),
457                              , enable_control_center_embedding=auto)
458
459 if test "x$enable_control_center_embedding" != "xno"; then
460    PKG_CHECK_MODULES(CONTROL_CENTER_EMBEDDING,
461    [
462       libgnome-control-center-extension
463    ], have_control_center_embedding="yes", have_control_center_embedding="no")
464
465    if test "x$have_control_center_embedding" = "xyes"; then
466       AC_DEFINE(HAVE_CONTROL_CENTER_EMBEDDING, 1, [Define if you have the single-window control center])
467    fi
468 else
469    have_control_center_embedding="no"
470 fi
471
472 if test "x$enable_control_center_embedding" = "xyes" -a "x$have_control_center_embedding" != "xyes"; then
473    AC_MSG_ERROR([Couldn't find single-window control center dependencies.])
474 fi
475
476 AM_CONDITIONAL(HAVE_CONTROL_CENTER_EMBEDDING, test "x$have_control_center_embedding" = "xyes")
477 AC_SUBST(CONTROL_CENTER_EMBEDDING_CFLAGS)
478 AC_SUBST(CONTROL_CENTER_EMBEDDING_LIBS)
479
480 # -----------------------------------------------------------
481 # Coding style checks
482 # -----------------------------------------------------------
483 AC_ARG_ENABLE(coding-style-checks,
484   AC_HELP_STRING([--disable-coding-style-checks],
485                  [don't check coding style using grep]),
486     [ENABLE_CODING_STYLE_CHECKS=$enableval], [ENABLE_CODING_STYLE_CHECKS=yes])
487
488 AC_SUBST([ENABLE_CODING_STYLE_CHECKS])
489 # -----------------------------------------------------------
490
491 AC_OUTPUT([
492    Makefile
493    data/Makefile
494    data/empathy.desktop.in
495    data/empathy-accounts.desktop.in
496    data/icons/Makefile
497    extensions/Makefile
498    po/Makefile.in
499    libempathy/Makefile
500    libempathy-gtk/Makefile
501    src/Makefile
502    nautilus-sendto-plugin/Makefile
503    help/Makefile
504    tests/Makefile
505    tests/interactive/Makefile
506    tests/xml/Makefile
507    tools/Makefile
508 ])
509
510 echo "
511 Configure summary:
512
513         Compiler....................:  ${CC}
514         Compiler Flags..............:  ${CFLAGS} ${ERROR_CFLAGS}
515         Prefix......................:  ${prefix}
516         Coding style checks.........:  ${ENABLE_CODING_STYLE_CHECKS}
517         Use GTK+3...................:  ${enable_gtk3}
518
519     Features:
520         Spell checking (enchant)....:  ${have_enchant}
521         Display maps (libchamplain).:  ${have_libchamplain}
522         Location awareness (Geoclue):  ${have_geoclue}
523         Adium themes (Webkit).......:  ${have_webkit}
524         Meego widgets ..............:  ${have_meego}
525         Control center embedding....:  ${have_control_center_embedding}
526
527     Connectivity:
528         NetworkManager integration..:  ${have_nm}
529         ConnMan integration.........:  ${have_connman}
530
531     Extras:
532         Nautilus-sendto plugin......:  ${have_nst}
533 "