| 1112 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then |
1112 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then |
| 1113 DYNAMIC_PRPLS="" |
1113 DYNAMIC_PRPLS="" |
| 1114 fi |
1114 fi |
| 1115 |
1115 |
| 1116 if test "x$STATIC_PRPLS" = "xall" ; then |
1116 if test "x$STATIC_PRPLS" = "xall" ; then |
| 1117 STATIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar qq sametime silc simple yahoo zephyr" |
1117 STATIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr" |
| 1118 fi |
1118 fi |
| 1119 if test "x$have_meanwhile" != "xyes" ; then |
1119 if test "x$have_meanwhile" != "xyes" ; then |
| 1120 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` |
1120 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` |
| 1121 fi |
1121 fi |
| 1122 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
1122 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
| 1168 mxit) static_mxit=yes ;; |
1168 mxit) static_mxit=yes ;; |
| 1169 novell) static_novell=yes ;; |
1169 novell) static_novell=yes ;; |
| 1170 oscar) static_oscar=yes ;; |
1170 oscar) static_oscar=yes ;; |
| 1171 aim) static_oscar=yes ;; |
1171 aim) static_oscar=yes ;; |
| 1172 icq) static_oscar=yes ;; |
1172 icq) static_oscar=yes ;; |
| 1173 qq) static_qq=yes ;; |
|
| 1174 sametime) static_sametime=yes ;; |
1173 sametime) static_sametime=yes ;; |
| 1175 silc) static_silc=yes ;; |
1174 silc) static_silc=yes ;; |
| 1176 silc10) static_silc=yes ;; |
1175 silc10) static_silc=yes ;; |
| 1177 simple) static_simple=yes ;; |
1176 simple) static_simple=yes ;; |
| 1178 yahoo) static_yahoo=yes ;; |
1177 yahoo) static_yahoo=yes ;; |
| 1187 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes") |
1186 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes") |
| 1188 AM_CONDITIONAL(STATIC_MYSPACE, test "x$static_myspace" = "xyes") |
1187 AM_CONDITIONAL(STATIC_MYSPACE, test "x$static_myspace" = "xyes") |
| 1189 AM_CONDITIONAL(STATIC_MXIT, test "x$static_mxit" = "xyes") |
1188 AM_CONDITIONAL(STATIC_MXIT, test "x$static_mxit" = "xyes") |
| 1190 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") |
1189 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") |
| 1191 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") |
1190 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") |
| 1192 AM_CONDITIONAL(STATIC_QQ, test "x$static_qq" = "xyes") |
|
| 1193 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") |
1191 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") |
| 1194 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes") |
1192 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes") |
| 1195 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") |
1193 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") |
| 1196 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes") |
1194 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes") |
| 1197 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes") |
1195 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes") |
| 1199 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init(void) { $load_proto }, |
1197 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init(void) { $load_proto }, |
| 1200 [Loads static protocol plugin module initialization functions.]) |
1198 [Loads static protocol plugin module initialization functions.]) |
| 1201 |
1199 |
| 1202 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
1200 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
| 1203 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
1201 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
| 1204 DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar qq sametime silc simple yahoo zephyr" |
1202 DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr" |
| 1205 fi |
1203 fi |
| 1206 if test "x$have_meanwhile" != "xyes"; then |
1204 if test "x$have_meanwhile" != "xyes"; then |
| 1207 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` |
1205 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` |
| 1208 fi |
1206 fi |
| 1209 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
1207 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then |
| 1228 novell) dynamic_novell=yes ;; |
1226 novell) dynamic_novell=yes ;; |
| 1229 null) dynamic_null=yes ;; |
1227 null) dynamic_null=yes ;; |
| 1230 oscar) dynamic_oscar=yes ;; |
1228 oscar) dynamic_oscar=yes ;; |
| 1231 aim) dynamic_oscar=yes ;; |
1229 aim) dynamic_oscar=yes ;; |
| 1232 icq) dynamic_oscar=yes ;; |
1230 icq) dynamic_oscar=yes ;; |
| 1233 qq) dynamic_qq=yes ;; |
|
| 1234 sametime) dynamic_sametime=yes ;; |
1231 sametime) dynamic_sametime=yes ;; |
| 1235 silc) dynamic_silc=yes ;; |
1232 silc) dynamic_silc=yes ;; |
| 1236 silc10) dynamic_silc=yes ;; |
1233 silc10) dynamic_silc=yes ;; |
| 1237 simple) dynamic_simple=yes ;; |
1234 simple) dynamic_simple=yes ;; |
| 1238 yahoo) dynamic_yahoo=yes ;; |
1235 yahoo) dynamic_yahoo=yes ;; |
| 2578 libpurple/protocols/myspace/Makefile |
2575 libpurple/protocols/myspace/Makefile |
| 2579 libpurple/protocols/mxit/Makefile |
2576 libpurple/protocols/mxit/Makefile |
| 2580 libpurple/protocols/novell/Makefile |
2577 libpurple/protocols/novell/Makefile |
| 2581 libpurple/protocols/null/Makefile |
2578 libpurple/protocols/null/Makefile |
| 2582 libpurple/protocols/oscar/Makefile |
2579 libpurple/protocols/oscar/Makefile |
| 2583 libpurple/protocols/qq/Makefile |
|
| 2584 libpurple/protocols/sametime/Makefile |
2580 libpurple/protocols/sametime/Makefile |
| 2585 libpurple/protocols/silc/Makefile |
2581 libpurple/protocols/silc/Makefile |
| 2586 libpurple/protocols/silc10/Makefile |
2582 libpurple/protocols/silc10/Makefile |
| 2587 libpurple/protocols/simple/Makefile |
2583 libpurple/protocols/simple/Makefile |
| 2588 libpurple/protocols/yahoo/Makefile |
2584 libpurple/protocols/yahoo/Makefile |