comparison configure.ac @ 32494:3a19c7068b53

I just don't like this not being in alphabetical order.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 03 Sep 2011 23:39:48 +0000
parents 4f2d99bcb195
children 472e70ea58ed
comparison
equal deleted inserted replaced
32493:743bb6b1aa30 32494:3a19c7068b53
1068 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then 1068 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then
1069 DYNAMIC_PRPLS="" 1069 DYNAMIC_PRPLS=""
1070 fi 1070 fi
1071 1071
1072 if test "x$STATIC_PRPLS" = "xall" ; then 1072 if test "x$STATIC_PRPLS" = "xall" ; then
1073 STATIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr" 1073 STATIC_PRPLS="bonjour gg irc jabber msn mxit myspace novell oscar sametime silc simple yahoo zephyr"
1074 fi 1074 fi
1075 if test "x$have_meanwhile" != "xyes" ; then 1075 if test "x$have_meanwhile" != "xyes" ; then
1076 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` 1076 STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'`
1077 fi 1077 fi
1078 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then 1078 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then
1113 bonjour) static_bonjour=yes ;; 1113 bonjour) static_bonjour=yes ;;
1114 gg) static_gg=yes ;; 1114 gg) static_gg=yes ;;
1115 irc) static_irc=yes ;; 1115 irc) static_irc=yes ;;
1116 jabber) static_jabber=yes ;; 1116 jabber) static_jabber=yes ;;
1117 msn) static_msn=yes ;; 1117 msn) static_msn=yes ;;
1118 mxit) static_mxit=yes ;;
1118 myspace) static_myspace=yes ;; 1119 myspace) static_myspace=yes ;;
1119 mxit) static_mxit=yes ;;
1120 novell) static_novell=yes ;; 1120 novell) static_novell=yes ;;
1121 oscar) static_oscar=yes ;; 1121 oscar) static_oscar=yes ;;
1122 aim) static_oscar=yes ;; 1122 aim) static_oscar=yes ;;
1123 icq) static_oscar=yes ;; 1123 icq) static_oscar=yes ;;
1124 sametime) static_sametime=yes ;; 1124 sametime) static_sametime=yes ;;
1132 AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes") 1132 AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes")
1133 AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes") 1133 AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes")
1134 AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes") 1134 AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes")
1135 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes") 1135 AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes")
1136 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes") 1136 AM_CONDITIONAL(STATIC_MSN, test "x$static_msn" = "xyes")
1137 AM_CONDITIONAL(STATIC_MXIT, test "x$static_mxit" = "xyes")
1137 AM_CONDITIONAL(STATIC_MYSPACE, test "x$static_myspace" = "xyes") 1138 AM_CONDITIONAL(STATIC_MYSPACE, test "x$static_myspace" = "xyes")
1138 AM_CONDITIONAL(STATIC_MXIT, test "x$static_mxit" = "xyes")
1139 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes") 1139 AM_CONDITIONAL(STATIC_NOVELL, test "x$static_novell" = "xyes")
1140 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes") 1140 AM_CONDITIONAL(STATIC_OSCAR, test "x$static_oscar" = "xyes")
1141 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes") 1141 AM_CONDITIONAL(STATIC_SAMETIME, test "x$static_sametime" = "xyes" -a "x$have_meanwhile" = "xyes")
1142 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes") 1142 AM_CONDITIONAL(STATIC_SILC, test "x$static_silc" = "xyes" -a "x$have_silc" = "xyes")
1143 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes") 1143 AM_CONDITIONAL(STATIC_SIMPLE, test "x$static_simple" = "xyes")
1147 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init(void) { $load_proto }, 1147 AC_DEFINE_UNQUOTED(STATIC_PROTO_INIT, $extern_init static void static_proto_init(void) { $load_proto },
1148 [Loads static protocol plugin module initialization functions.]) 1148 [Loads static protocol plugin module initialization functions.])
1149 1149
1150 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`]) 1150 AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
1151 if test "x$DYNAMIC_PRPLS" = "xall" ; then 1151 if test "x$DYNAMIC_PRPLS" = "xall" ; then
1152 DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace mxit novell oscar sametime silc simple yahoo zephyr" 1152 DYNAMIC_PRPLS="bonjour gg irc jabber msn mxit myspace novell oscar sametime silc simple yahoo zephyr"
1153 fi 1153 fi
1154 if test "x$have_meanwhile" != "xyes"; then 1154 if test "x$have_meanwhile" != "xyes"; then
1155 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` 1155 DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'`
1156 fi 1156 fi
1157 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then 1157 if test "x$avahiincludes" != "xyes" -o "x$avahilibs" != "xyes"; then
1166 bonjour) dynamic_bonjour=yes ;; 1166 bonjour) dynamic_bonjour=yes ;;
1167 gg) dynamic_gg=yes ;; 1167 gg) dynamic_gg=yes ;;
1168 irc) dynamic_irc=yes ;; 1168 irc) dynamic_irc=yes ;;
1169 jabber) dynamic_jabber=yes ;; 1169 jabber) dynamic_jabber=yes ;;
1170 msn) dynamic_msn=yes ;; 1170 msn) dynamic_msn=yes ;;
1171 mxit) dynamic_mxit=yes ;;
1171 myspace) dynamic_myspace=yes ;; 1172 myspace) dynamic_myspace=yes ;;
1172 mxit) dynamic_mxit=yes ;;
1173 novell) dynamic_novell=yes ;; 1173 novell) dynamic_novell=yes ;;
1174 null) dynamic_null=yes ;; 1174 null) dynamic_null=yes ;;
1175 oscar) dynamic_oscar=yes ;; 1175 oscar) dynamic_oscar=yes ;;
1176 aim) dynamic_oscar=yes ;; 1176 aim) dynamic_oscar=yes ;;
1177 icq) dynamic_oscar=yes ;; 1177 icq) dynamic_oscar=yes ;;