| 812 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then |
812 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then |
| 813 DYNAMIC_PRPLS="" |
813 DYNAMIC_PRPLS="" |
| 814 fi |
814 fi |
| 815 |
815 |
| 816 if test "x$STATIC_PRPLS" = "xall" ; then |
816 if test "x$STATIC_PRPLS" = "xall" ; then |
| 817 STATIC_PRPLS="bonjour gg irc jabber msn novell oscar qq sametime silc simple yahoo zephyr" |
817 STATIC_PRPLS="bonjour gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr" |
| 818 fi |
818 fi |
| 819 if test "x$have_meanwhile" != "xyes" ; then |
819 if test "x$have_meanwhile" != "xyes" ; then |
| 820 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` |
820 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` |
| 821 fi |
821 fi |
| 822 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then |
822 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then |
| 856 bonjour) static_bonjour=yes ;; |
856 bonjour) static_bonjour=yes ;; |
| 857 gg) static_gg=yes ;; |
857 gg) static_gg=yes ;; |
| 858 irc) static_irc=yes ;; |
858 irc) static_irc=yes ;; |
| 859 jabber) static_jabber=yes ;; |
859 jabber) static_jabber=yes ;; |
| 860 msn) static_msn=yes ;; |
860 msn) static_msn=yes ;; |
| |
861 myspace) static_myspace=yes ;; |
| 861 novell) static_novell=yes ;; |
862 novell) static_novell=yes ;; |
| 862 oscar) static_oscar=yes ;; |
863 oscar) static_oscar=yes ;; |
| 863 aim) static_oscar=yes ;; |
864 aim) static_oscar=yes ;; |
| 864 icq) static_oscar=yes ;; |
865 icq) static_oscar=yes ;; |
| 865 qq) static_qq=yes ;; |
866 qq) static_qq=yes ;; |
| 876 AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes" -a "x$howlincludes" = "xyes" -a "x$howllibs" = "xyes") |
877 AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes" -a "x$howlincludes" = "xyes" -a "x$howllibs" = "xyes") |
| 877 AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes") |
878 AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes") |
| 878 AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes") |
879 AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes") |
| 879 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes") |
880 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes") |
| 880 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes") |
881 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes") |
| |
882 AM_CONDITIONAL(STATIC_MYSPACE, test "x$static_myspace" = "xyes") |
| 881 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") |
883 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") |
| 882 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") |
884 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") |
| 883 AM_CONDITIONAL(STATIC_QQ, test "x$static_qq" = "xyes") |
885 AM_CONDITIONAL(STATIC_QQ, test "x$static_qq" = "xyes") |
| 884 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") |
886 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") |
| 885 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes") |
887 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes") |
| 891 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init() { $load_proto }, |
893 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init() { $load_proto }, |
| 892 [Loads static protocol plugin module initialization functions.]) |
894 [Loads static protocol plugin module initialization functions.]) |
| 893 |
895 |
| 894 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
896 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) |
| 895 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
897 if test "x$DYNAMIC_PRPLS" = "xall" ; then |
| 896 DYNAMIC_PRPLS="bonjour gg irc jabber msn novell oscar qq sametime silc simple yahoo zephyr" |
898 DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr" |
| 897 fi |
899 fi |
| 898 if test "x$have_meanwhile" != "xyes"; then |
900 if test "x$have_meanwhile" != "xyes"; then |
| 899 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` |
901 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` |
| 900 fi |
902 fi |
| 901 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then |
903 if test "x$howlincludes" != "xyes" -o "x$howllibs" != "xyes"; then |
| 913 bonjour) dynamic_bonjour=yes ;; |
915 bonjour) dynamic_bonjour=yes ;; |
| 914 gg) dynamic_gg=yes ;; |
916 gg) dynamic_gg=yes ;; |
| 915 irc) dynamic_irc=yes ;; |
917 irc) dynamic_irc=yes ;; |
| 916 jabber) dynamic_jabber=yes ;; |
918 jabber) dynamic_jabber=yes ;; |
| 917 msn) dynamic_msn=yes ;; |
919 msn) dynamic_msn=yes ;; |
| |
920 myspace) dynamic_myspace=yes ;; |
| 918 novell) dynamic_novell=yes ;; |
921 novell) dynamic_novell=yes ;; |
| 919 oscar) dynamic_oscar=yes ;; |
922 oscar) dynamic_oscar=yes ;; |
| 920 aim) dynamic_oscar=yes ;; |
923 aim) dynamic_oscar=yes ;; |
| 921 icq) dynamic_oscar=yes ;; |
924 icq) dynamic_oscar=yes ;; |
| 922 qq) dynamic_qq=yes ;; |
925 qq) dynamic_qq=yes ;; |
| 933 AM_CONDITIONAL(DYNAMIC_BONJOUR, test "x$dynamic_bonjour" = "xyes" -a "x$bonjourincludes" = "xyes" -a "x$bonjourclient" = "xyes") |
936 AM_CONDITIONAL(DYNAMIC_BONJOUR, test "x$dynamic_bonjour" = "xyes" -a "x$bonjourincludes" = "xyes" -a "x$bonjourclient" = "xyes") |
| 934 AM_CONDITIONAL(DYNAMIC_GG, test "x$dynamic_gg" = "xyes") |
937 AM_CONDITIONAL(DYNAMIC_GG, test "x$dynamic_gg" = "xyes") |
| 935 AM_CONDITIONAL(DYNAMIC_IRC, test "x$dynamic_irc" = "xyes") |
938 AM_CONDITIONAL(DYNAMIC_IRC, test "x$dynamic_irc" = "xyes") |
| 936 AM_CONDITIONAL(DYNAMIC_JABBER, test "x$dynamic_jabber" = "xyes") |
939 AM_CONDITIONAL(DYNAMIC_JABBER, test "x$dynamic_jabber" = "xyes") |
| 937 AM_CONDITIONAL(DYNAMIC_MSN, test "x$dynamic_msn" = "xyes") |
940 AM_CONDITIONAL(DYNAMIC_MSN, test "x$dynamic_msn" = "xyes") |
| |
941 AM_CONDITIONAL(DYNAMIC_MYSPACE, test "x$dynamic_myspace" = "xyes") |
| 938 AM_CONDITIONAL(DYNAMIC_NOVELL, test "x$dynamic_novell" = "xyes") |
942 AM_CONDITIONAL(DYNAMIC_NOVELL, test "x$dynamic_novell" = "xyes") |
| 939 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes") |
943 AM_CONDITIONAL(DYNAMIC_OSCAR, test "x$dynamic_oscar" = "xyes") |
| 940 AM_CONDITIONAL(DYNAMIC_QQ, test "x$dynamic_qq" = "xyes") |
944 AM_CONDITIONAL(DYNAMIC_QQ, test "x$dynamic_qq" = "xyes") |
| 941 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") |
945 AM_CONDITIONAL(DYNAMIC_SAMETIME, test "x$dynamic_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") |
| 942 AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$have_silc" = "xyes") |
946 AM_CONDITIONAL(DYNAMIC_SILC, test "x$dynamic_silc" = "xyes" -a "x$have_silc" = "xyes") |
| 2132 libpurple/protocols/bonjour/Makefile |
2136 libpurple/protocols/bonjour/Makefile |
| 2133 libpurple/protocols/gg/Makefile |
2137 libpurple/protocols/gg/Makefile |
| 2134 libpurple/protocols/irc/Makefile |
2138 libpurple/protocols/irc/Makefile |
| 2135 libpurple/protocols/jabber/Makefile |
2139 libpurple/protocols/jabber/Makefile |
| 2136 libpurple/protocols/msn/Makefile |
2140 libpurple/protocols/msn/Makefile |
| |
2141 libpurple/protocols/myspace/Makefile |
| 2137 libpurple/protocols/novell/Makefile |
2142 libpurple/protocols/novell/Makefile |
| 2138 libpurple/protocols/null/Makefile |
2143 libpurple/protocols/null/Makefile |
| 2139 libpurple/protocols/oscar/Makefile |
2144 libpurple/protocols/oscar/Makefile |
| 2140 libpurple/protocols/qq/Makefile |
2145 libpurple/protocols/qq/Makefile |
| 2141 libpurple/protocols/sametime/Makefile |
2146 libpurple/protocols/sametime/Makefile |