comparison configure.ac @ 11720:4d8023465af4

[gaim-migrate @ 14011] I feel dumb for forgetting to change these files. Good thing we have CruiseControl here to email us when we break the build! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 22 Oct 2005 20:49:55 +0000
parents ffc7d932178a
children a13143b46c28
comparison
equal deleted inserted replaced
11719:109ee3bfeac5 11720:4d8023465af4
219 oscar) static_oscar=yes ;; 219 oscar) static_oscar=yes ;;
220 sametime) static_sametime=yes ;; 220 sametime) static_sametime=yes ;;
221 silc) static_silc=yes ;; 221 silc) static_silc=yes ;;
222 simple) static_simple=yes ;; 222 simple) static_simple=yes ;;
223 toc) static_toc=yes ;; 223 toc) static_toc=yes ;;
224 trepia) static_trepia=yes ;;
225 yahoo) static_yahoo=yes ;; 224 yahoo) static_yahoo=yes ;;
226 zephyr) static_zephyr=yes ;; 225 zephyr) static_zephyr=yes ;;
227 *) echo "Invalid static protocol $i!!" ; exit ;; 226 *) echo "Invalid static protocol $i!!" ; exit ;;
228 esac 227 esac
229 done 228 done
237 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") 236 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes")
238 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes") 237 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes")
239 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") 238 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes")
240 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") 239 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes")
241 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes") 240 AM_CONDITIONAL(STATIC_TOC, test "x$static_toc" = "xyes")
242 AM_CONDITIONAL(STATIC_TREPIA, test "x$static_trepia" = "xyes")
243 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes") 241 AM_CONDITIONAL(STATIC_YAHOO, test "x$static_yahoo" = "xyes")
244 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes") 242 AM_CONDITIONAL(STATIC_ZEPHYR, test "x$static_zephyr" = "xyes")
245 AC_SUBST(STATIC_LINK_LIBS) 243 AC_SUBST(STATIC_LINK_LIBS)
246 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init void static_proto_init() { $load_proto }, 244 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init void static_proto_init() { $load_proto },
247 [Loads static protocol plugin module initialization functions.]) 245 [Loads static protocol plugin module initialization functions.])
269 oscar) dynamic_oscar=yes ;; 267 oscar) dynamic_oscar=yes ;;
270 sametime) dynamic_sametime=yes ;; 268 sametime) dynamic_sametime=yes ;;
271 silc) dynamic_silc=yes ;; 269 silc) dynamic_silc=yes ;;
272 simple) dynamic_simple=yes ;; 270 simple) dynamic_simple=yes ;;
273 toc) dynamic_toc=yes ;; 271 toc) dynamic_toc=yes ;;
274 trepia) dynamic_trepia=yes ;;
275 yahoo) dynamic_yahoo=yes ;; 272 yahoo) dynamic_yahoo=yes ;;
276 zephyr) dynamic_zephyr=yes ;; 273 zephyr) dynamic_zephyr=yes ;;
277 *) echo "Invalid dynamic protocol $i!!" ; exit ;; 274 *) echo "Invalid dynamic protocol $i!!" ; exit ;;
278 esac 275 esac
279 done 276 done
287 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes") 284 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes")
288 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes") 285 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes")
289 AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes") 286 AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$silcincludes" = "xyes" -a "x$silcclient" = "xyes")
290 AM_CONDITIONAL(DYNAMIC_SIMPLE, test "x$dynamic_simple" = "xyes") 287 AM_CONDITIONAL(DYNAMIC_SIMPLE, test "x$dynamic_simple" = "xyes")
291 AM_CONDITIONAL(DYNAMIC_TOC, test "x$dynamic_toc" = "xyes") 288 AM_CONDITIONAL(DYNAMIC_TOC, test "x$dynamic_toc" = "xyes")
292 AM_CONDITIONAL(DYNAMIC_TREPIA, test "x$dynamic_trepia" = "xyes")
293 AM_CONDITIONAL(DYNAMIC_YAHOO, test "x$dynamic_yahoo" = "xyes") 289 AM_CONDITIONAL(DYNAMIC_YAHOO, test "x$dynamic_yahoo" = "xyes")
294 AM_CONDITIONAL(DYNAMIC_ZEPHYR, test "x$dynamic_zephyr" = "xyes") 290 AM_CONDITIONAL(DYNAMIC_ZEPHYR, test "x$dynamic_zephyr" = "xyes")
295 291
296 AC_ARG_ENABLE(audio, [ --disable-audio compile without libao/libaudiofile for sound playing],,enable_audio=yes) 292 AC_ARG_ENABLE(audio, [ --disable-audio compile without libao/libaudiofile for sound playing],,enable_audio=yes)
297 AC_ARG_ENABLE(mono, [ --disable-mono compile without Mono runtime support],,enable_mono=yes) 293 AC_ARG_ENABLE(mono, [ --disable-mono compile without Mono runtime support],,enable_mono=yes)
1443 src/protocols/sametime/Makefile 1439 src/protocols/sametime/Makefile
1444 src/protocols/sametime/meanwhile/Makefile 1440 src/protocols/sametime/meanwhile/Makefile
1445 src/protocols/silc/Makefile 1441 src/protocols/silc/Makefile
1446 src/protocols/simple/Makefile 1442 src/protocols/simple/Makefile
1447 src/protocols/toc/Makefile 1443 src/protocols/toc/Makefile
1448 src/protocols/trepia/Makefile
1449 src/protocols/yahoo/Makefile 1444 src/protocols/yahoo/Makefile
1450 src/protocols/zephyr/Makefile 1445 src/protocols/zephyr/Makefile
1451 gaim.pc 1446 gaim.pc
1452 gaim.spec 1447 gaim.spec
1453 ]) 1448 ])