comparison configure.ac @ 11244:6ee53c79d630

[gaim-migrate @ 13409] Remove the old rendezvous PRPL from CVS HEAD. This will be replaced by Juanjo's bonjour PRPL. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Aug 2005 00:09:22 +0000
parents 5389d7d497ce
children bb0d7b719af2
comparison
equal deleted inserted replaced
11243:a511b77a368b 11244:6ee53c79d630
172 jabber) static_jabber=yes ;; 172 jabber) static_jabber=yes ;;
173 msn) static_msn=yes ;; 173 msn) static_msn=yes ;;
174 napster) static_napster=yes ;; 174 napster) static_napster=yes ;;
175 novell) static_novell=yes ;; 175 novell) static_novell=yes ;;
176 oscar) static_oscar=yes ;; 176 oscar) static_oscar=yes ;;
177 rendezvous) static_rendezvous=yes ;;
178 sametime) static_sametime=yes ;; 177 sametime) static_sametime=yes ;;
179 silc) static_silc=yes ;; 178 silc) static_silc=yes ;;
180 simple) static_simple=yes ;; 179 simple) static_simple=yes ;;
181 toc) static_toc=yes ;; 180 toc) static_toc=yes ;;
182 trepia) static_trepia=yes ;; 181 trepia) static_trepia=yes ;;
190 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes") 189 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes")
191 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes") 190 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes")
192 AM_CONDITIONAL(STATIC_NAPSTER, test "x$static_napster" = "xyes") 191 AM_CONDITIONAL(STATIC_NAPSTER, test "x$static_napster" = "xyes")
193 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") 192 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes")
194 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") 193 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes")
195 AM_CONDITIONAL(STATIC_RENDEZVOUS, test "x$static_rendezvous" = "xyes")
196 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes") 194 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes")
197 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") 195 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes")
198 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") 196 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes")
199 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes") 197 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes")
200 AM_CONDITIONAL(STATIC_TREPIA, test "x$static_trepia" = "xyes") 198 AM_CONDITIONAL(STATIC_TREPIA, test "x$static_trepia" = "xyes")
219 jabber) dynamic_jabber=yes ;; 217 jabber) dynamic_jabber=yes ;;
220 msn) dynamic_msn=yes ;; 218 msn) dynamic_msn=yes ;;
221 napster) dynamic_napster=yes ;; 219 napster) dynamic_napster=yes ;;
222 novell) dynamic_novell=yes ;; 220 novell) dynamic_novell=yes ;;
223 oscar) dynamic_oscar=yes ;; 221 oscar) dynamic_oscar=yes ;;
224 rendezvous) dynamic_rendezvous=yes ;;
225 sametime) dynamic_sametime=yes ;; 222 sametime) dynamic_sametime=yes ;;
226 silc) dynamic_silc=yes ;; 223 silc) dynamic_silc=yes ;;
227 simple) dynamic_simple=yes ;; 224 simple) dynamic_simple=yes ;;
228 toc) dynamic_toc=yes ;; 225 toc) dynamic_toc=yes ;;
229 trepia) dynamic_trepia=yes ;; 226 trepia) dynamic_trepia=yes ;;
237 AM_CONDITIONAL(DYNAMIC_JABBER, test "x$dynamic_jabber" = "xyes") 234 AM_CONDITIONAL(DYNAMIC_JABBER, test "x$dynamic_jabber" = "xyes")
238 AM_CONDITIONAL(DYNAMIC_MSN, test "x$dynamic_msn" = "xyes") 235 AM_CONDITIONAL(DYNAMIC_MSN, test "x$dynamic_msn" = "xyes")
239 AM_CONDITIONAL(DYNAMIC_NAPSTER, test "x$dynamic_napster" = "xyes") 236 AM_CONDITIONAL(DYNAMIC_NAPSTER, test "x$dynamic_napster" = "xyes")
240 AM_CONDITIONAL(DYNAMIC_NOVELL, test "x$dynamic_novell" = "xyes") 237 AM_CONDITIONAL(DYNAMIC_NOVELL, test "x$dynamic_novell" = "xyes")
241 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes") 238 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes")
242 AM_CONDITIONAL(DYNAMIC_RENDEZVOUS, test "x$dynamic_rendezvous" = "xyes")
243 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes") 239 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes")
244 AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") 240 AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes")
245 AM_CONDITIONAL(DYNAMIC_SIMPLE, test "x$dynamic_simple" = "xyes") 241 AM_CONDITIONAL(DYNAMIC_SIMPLE, test "x$dynamic_simple" = "xyes")
246 AM_CONDITIONAL(DYNAMIC_TOC, test "x$dynamic_toc" = "xyes") 242 AM_CONDITIONAL(DYNAMIC_TOC, test "x$dynamic_toc" = "xyes")
247 AM_CONDITIONAL(DYNAMIC_TREPIA, test "x$dynamic_trepia" = "xyes") 243 AM_CONDITIONAL(DYNAMIC_TREPIA, test "x$dynamic_trepia" = "xyes")
1308 src/protocols/jabber/Makefile 1304 src/protocols/jabber/Makefile
1309 src/protocols/msn/Makefile 1305 src/protocols/msn/Makefile
1310 src/protocols/napster/Makefile 1306 src/protocols/napster/Makefile
1311 src/protocols/novell/Makefile 1307 src/protocols/novell/Makefile
1312 src/protocols/oscar/Makefile 1308 src/protocols/oscar/Makefile
1313 src/protocols/rendezvous/Makefile
1314 src/protocols/sametime/Makefile 1309 src/protocols/sametime/Makefile
1315 src/protocols/sametime/meanwhile/Makefile 1310 src/protocols/sametime/meanwhile/Makefile
1316 src/protocols/silc/Makefile 1311 src/protocols/silc/Makefile
1317 src/protocols/simple/Makefile 1312 src/protocols/simple/Makefile
1318 src/protocols/toc/Makefile 1313 src/protocols/toc/Makefile