comparison configure.ac @ 11181:e5bbe5070e04

[gaim-migrate @ 13292] first import sip/simple prpl files. still buggy and deactivated by default. committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Tue, 02 Aug 2005 20:24:51 +0000
parents ebb02ea3c789
children 5389d7d497ce
comparison
equal deleted inserted replaced
11180:5d103f550f6a 11181:e5bbe5070e04
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 ;; 177 rendezvous) static_rendezvous=yes ;;
178 sametime) static_sametime=yes ;; 178 sametime) static_sametime=yes ;;
179 silc) static_silc=yes ;; 179 silc) static_silc=yes ;;
180 simple) static_silc=yes ;;
180 toc) static_toc=yes ;; 181 toc) static_toc=yes ;;
181 trepia) static_trepia=yes ;; 182 trepia) static_trepia=yes ;;
182 yahoo) static_yahoo=yes ;; 183 yahoo) static_yahoo=yes ;;
183 zephyr) static_zephyr=yes ;; 184 zephyr) static_zephyr=yes ;;
184 *) echo "Invalid static protocol $i!!" ; exit ;; 185 *) echo "Invalid static protocol $i!!" ; exit ;;
192 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") 193 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes")
193 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") 194 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes")
194 AM_CONDITIONAL(STATIC_RENDEZVOUS, test "x$static_rendezvous" = "xyes") 195 AM_CONDITIONAL(STATIC_RENDEZVOUS, test "x$static_rendezvous" = "xyes")
195 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes") 196 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes")
196 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") 197 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")
197 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes") 199 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes")
198 AM_CONDITIONAL(STATIC_TREPIA, test "x$static_trepia" = "xyes") 200 AM_CONDITIONAL(STATIC_TREPIA, test "x$static_trepia" = "xyes")
199 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes") 201 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes")
200 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes") 202 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes")
201 AC_SUBST(STATIC_LINK_LIBS) 203 AC_SUBST(STATIC_LINK_LIBS)
220 novell) dynamic_novell=yes ;; 222 novell) dynamic_novell=yes ;;
221 oscar) dynamic_oscar=yes ;; 223 oscar) dynamic_oscar=yes ;;
222 rendezvous) dynamic_rendezvous=yes ;; 224 rendezvous) dynamic_rendezvous=yes ;;
223 sametime) dynamic_sametime=yes ;; 225 sametime) dynamic_sametime=yes ;;
224 silc) dynamic_silc=yes ;; 226 silc) dynamic_silc=yes ;;
227 simple) dynamic_simple=yes ;;
225 toc) dynamic_toc=yes ;; 228 toc) dynamic_toc=yes ;;
226 trepia) dynamic_trepia=yes ;; 229 trepia) dynamic_trepia=yes ;;
227 yahoo) dynamic_yahoo=yes ;; 230 yahoo) dynamic_yahoo=yes ;;
228 zephyr) dynamic_zephyr=yes ;; 231 zephyr) dynamic_zephyr=yes ;;
229 *) echo "Invalid dynamic protocol $i!!" ; exit ;; 232 *) echo "Invalid dynamic protocol $i!!" ; exit ;;
237 AM_CONDITIONAL(DYNAMIC_NOVELL, test "x$dynamic_novell" = "xyes") 240 AM_CONDITIONAL(DYNAMIC_NOVELL, test "x$dynamic_novell" = "xyes")
238 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes") 241 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes")
239 AM_CONDITIONAL(DYNAMIC_RENDEZVOUS, test "x$dynamic_rendezvous" = "xyes") 242 AM_CONDITIONAL(DYNAMIC_RENDEZVOUS, test "x$dynamic_rendezvous" = "xyes")
240 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes") 243 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes")
241 AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") 244 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")
242 AM_CONDITIONAL(DYNAMIC_TOC, test "x$dynamic_toc" = "xyes") 246 AM_CONDITIONAL(DYNAMIC_TOC, test "x$dynamic_toc" = "xyes")
243 AM_CONDITIONAL(DYNAMIC_TREPIA, test "x$dynamic_trepia" = "xyes") 247 AM_CONDITIONAL(DYNAMIC_TREPIA, test "x$dynamic_trepia" = "xyes")
244 AM_CONDITIONAL(DYNAMIC_YAHOO, test "x$dynamic_yahoo" = "xyes") 248 AM_CONDITIONAL(DYNAMIC_YAHOO, test "x$dynamic_yahoo" = "xyes")
245 AM_CONDITIONAL(DYNAMIC_ZEPHYR, test "x$dynamic_zephyr" = "xyes") 249 AM_CONDITIONAL(DYNAMIC_ZEPHYR, test "x$dynamic_zephyr" = "xyes")
246 250
1308 src/protocols/oscar/Makefile 1312 src/protocols/oscar/Makefile
1309 src/protocols/rendezvous/Makefile 1313 src/protocols/rendezvous/Makefile
1310 src/protocols/sametime/Makefile 1314 src/protocols/sametime/Makefile
1311 src/protocols/sametime/meanwhile/Makefile 1315 src/protocols/sametime/meanwhile/Makefile
1312 src/protocols/silc/Makefile 1316 src/protocols/silc/Makefile
1317 src/protocols/simple/Makefile
1313 src/protocols/toc/Makefile 1318 src/protocols/toc/Makefile
1314 src/protocols/trepia/Makefile 1319 src/protocols/trepia/Makefile
1315 src/protocols/yahoo/Makefile 1320 src/protocols/yahoo/Makefile
1316 src/protocols/zephyr/Makefile 1321 src/protocols/zephyr/Makefile
1317 gaim.pc 1322 gaim.pc