comparison configure.ac @ 32692:0f94ec89f0bc

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 26 Sep 2011 14:57:21 +0900
parents ac6353ffa129 7b1a94adc33f
children 4a34689eeb33
comparison
equal deleted inserted replaced
32438:55e678325bda 32692:0f94ec89f0bc
432 432
433 dnl We only really need Pango >= 1.4 for decent RTL support 433 dnl We only really need Pango >= 1.4 for decent RTL support
434 PKG_CHECK_MODULES(PANGO, [pango >= 1.4.0], 434 PKG_CHECK_MODULES(PANGO, [pango >= 1.4.0],
435 AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:) 435 AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:)
436 436
437 PKG_CHECK_MODULES(WEBKIT, [webkit-1.0 >= 1.1.1], , [
438 AC_MSG_RESULT(no)
439 AC_MSG_ERROR([
440 You must have WebKit 1.1.1 or newer development headers installed to compile
441 Pidgin. If you want to build only Finch then specify --disable-gtkui when
442 running configure.
443 ])])
444 AC_SUBST(WEBKIT_CFLAGS)
445 AC_SUBST(WEBKIT_LIBS)
446
437 dnl ####################################################################### 447 dnl #######################################################################
438 dnl # Check if we should compile with X support 448 dnl # Check if we should compile with X support
439 dnl ####################################################################### 449 dnl #######################################################################
440 if test "x$with_x" = "xyes" ; then 450 if test "x$with_x" = "xyes" ; then
441 PKG_CHECK_MODULES(X11, x11, 451 PKG_CHECK_MODULES(X11, x11,
1068 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then 1078 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then
1069 DYNAMIC_PRPLS="" 1079 DYNAMIC_PRPLS=""
1070 fi 1080 fi
1071 1081
1072 if test "x$STATIC_PRPLS" = "xall" ; then 1082 if test "x$STATIC_PRPLS" = "xall" ; then
1073 STATIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr" 1083 STATIC_PRPLS="bonjour gg irc jabber msn mxit myspace novell oscar sametime silc simple yahoo zephyr"
1074 fi 1084 fi
1075 if test "x$have_meanwhile" != "xyes" ; then 1085 if test "x$have_meanwhile" != "xyes" ; then
1076 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` 1086 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'`
1077 fi 1087 fi
1078 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then 1088 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then
1113 bonjour) static_bonjour=yes ;; 1123 bonjour) static_bonjour=yes ;;
1114 gg) static_gg=yes ;; 1124 gg) static_gg=yes ;;
1115 irc) static_irc=yes ;; 1125 irc) static_irc=yes ;;
1116 jabber) static_jabber=yes ;; 1126 jabber) static_jabber=yes ;;
1117 msn) static_msn=yes ;; 1127 msn) static_msn=yes ;;
1128 mxit) static_mxit=yes ;;
1118 myspace) static_myspace=yes ;; 1129 myspace) static_myspace=yes ;;
1119 mxit) static_mxit=yes ;;
1120 novell) static_novell=yes ;; 1130 novell) static_novell=yes ;;
1121 oscar) static_oscar=yes ;; 1131 oscar) static_oscar=yes ;;
1122 aim) static_oscar=yes ;; 1132 aim) static_oscar=yes ;;
1123 icq) static_oscar=yes ;; 1133 icq) static_oscar=yes ;;
1124 sametime) static_sametime=yes ;; 1134 sametime) static_sametime=yes ;;
1132 AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes") 1142 AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes")
1133 AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes") 1143 AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes")
1134 AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes") 1144 AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes")
1135 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes") 1145 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes")
1136 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes") 1146 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes")
1147 AM_CONDITIONAL(STATIC_MXIT, test "x$static_mxit" = "xyes")
1137 AM_CONDITIONAL(STATIC_MYSPACE, test "x$static_myspace" = "xyes") 1148 AM_CONDITIONAL(STATIC_MYSPACE, test "x$static_myspace" = "xyes")
1138 AM_CONDITIONAL(STATIC_MXIT, test "x$static_mxit" = "xyes")
1139 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") 1149 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes")
1140 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") 1150 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes")
1141 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") 1151 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes")
1142 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes") 1152 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes")
1143 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") 1153 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes")
1147 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init(void) { $load_proto }, 1157 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init(void) { $load_proto },
1148 [Loads static protocol plugin module initialization functions.]) 1158 [Loads static protocol plugin module initialization functions.])
1149 1159
1150 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) 1160 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
1151 if test "x$DYNAMIC_PRPLS" = "xall" ; then 1161 if test "x$DYNAMIC_PRPLS" = "xall" ; then
1152 DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr" 1162 DYNAMIC_PRPLS="bonjour gg irc jabber msn mxit myspace novell oscar sametime silc simple yahoo zephyr"
1153 fi 1163 fi
1154 if test "x$have_meanwhile" != "xyes"; then 1164 if test "x$have_meanwhile" != "xyes"; then
1155 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` 1165 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'`
1156 fi 1166 fi
1157 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then 1167 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then
1166 bonjour) dynamic_bonjour=yes ;; 1176 bonjour) dynamic_bonjour=yes ;;
1167 gg) dynamic_gg=yes ;; 1177 gg) dynamic_gg=yes ;;
1168 irc) dynamic_irc=yes ;; 1178 irc) dynamic_irc=yes ;;
1169 jabber) dynamic_jabber=yes ;; 1179 jabber) dynamic_jabber=yes ;;
1170 msn) dynamic_msn=yes ;; 1180 msn) dynamic_msn=yes ;;
1181 mxit) dynamic_mxit=yes ;;
1171 myspace) dynamic_myspace=yes ;; 1182 myspace) dynamic_myspace=yes ;;
1172 mxit) dynamic_mxit=yes ;;
1173 novell) dynamic_novell=yes ;; 1183 novell) dynamic_novell=yes ;;
1174 null) dynamic_null=yes ;; 1184 null) dynamic_null=yes ;;
1175 oscar) dynamic_oscar=yes ;; 1185 oscar) dynamic_oscar=yes ;;
1176 aim) dynamic_oscar=yes ;; 1186 aim) dynamic_oscar=yes ;;
1177 icq) dynamic_oscar=yes ;; 1187 icq) dynamic_oscar=yes ;;
2484 pidgin/pixmaps/Makefile 2494 pidgin/pixmaps/Makefile
2485 pidgin/pixmaps/emotes/default/24/Makefile 2495 pidgin/pixmaps/emotes/default/24/Makefile
2486 pidgin/pixmaps/emotes/none/Makefile 2496 pidgin/pixmaps/emotes/none/Makefile
2487 pidgin/pixmaps/emotes/small/16/Makefile 2497 pidgin/pixmaps/emotes/small/16/Makefile
2488 pidgin/plugins/Makefile 2498 pidgin/plugins/Makefile
2499 pidgin/plugins/adiumthemes/Makefile
2489 pidgin/plugins/cap/Makefile 2500 pidgin/plugins/cap/Makefile
2490 pidgin/plugins/disco/Makefile 2501 pidgin/plugins/disco/Makefile
2491 pidgin/plugins/gestures/Makefile 2502 pidgin/plugins/gestures/Makefile
2492 pidgin/plugins/gevolution/Makefile 2503 pidgin/plugins/gevolution/Makefile
2493 pidgin/plugins/musicmessaging/Makefile 2504 pidgin/plugins/musicmessaging/Makefile