comparison configure.ac @ 27768:969a2aeae461

propagate from branch 'im.pidgin.pidgin' (head b7875f81b48bb1a776ac4b2473cc7376cb35b0f9) to branch 'im.pidgin.pidgin.yaz' (head e22890a44520ea1129da935f8ce82ea795081201)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 27 Feb 2008 12:21:29 +0000
parents 9a60b9fab0ea
children 5f2dc6845abe
comparison
equal deleted inserted replaced
22337:a8c025929245 27768:969a2aeae461
134 ;; 134 ;;
135 *) 135 *)
136 ;; 136 ;;
137 esac 137 esac
138 138
139 ALL_LINGUAS="af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu id it ja ka kn ko ku lo lt mk my_MM nb ne nl nn pa pl pt_BR pt ps ro ru sk sl sq sr sr@latin sv ta te th tr uk ur vi xh zh_CN zh_HK zh_TW" 139 ALL_LINGUAS=""
140 AM_GLIB_GNU_GETTEXT 140 AM_GLIB_GNU_GETTEXT
141 141
142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that 142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that
143 dnl AM_GLIB_GNU_GETTEXT found it. 143 dnl AM_GLIB_GNU_GETTEXT found it.
144 144
882 882
883 AC_SUBST(GADU_LIBS) 883 AC_SUBST(GADU_LIBS)
884 AC_SUBST(GADU_CFLAGS) 884 AC_SUBST(GADU_CFLAGS)
885 885
886 # uncomment the next line to make MSNP14 the available 886 # uncomment the next line to make MSNP14 the available
887 # AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Disable the newer MSNP14 protocol])],,enable_msnp14=no) 887 AC_ARG_ENABLE(msnp14,[AC_HELP_STRING([--enable-msnp14], [Enable the newer MSNP14 protocol])],,enable_msnp14=no)
888 enable_msnp14=no
889 888
890 AC_ARG_ENABLE(distrib,,,enable_distrib=no) 889 AC_ARG_ENABLE(distrib,,,enable_distrib=no)
891 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes") 890 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")
892 DYNAMIC_PRPLS=all 891 DYNAMIC_PRPLS=all
893 AC_ARG_WITH(static-prpls, [AC_HELP_STRING([--with-static-prpls], [Link to certain protocols statically])], [STATIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`], [STATIC_PRPLS=""]) 892 AC_ARG_WITH(static-prpls, [AC_HELP_STRING([--with-static-prpls], [Link to certain protocols statically])], [STATIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`], [STATIC_PRPLS=""])