besser82 / rpms / pidgin

Forked from rpms/pidgin 6 years ago
Clone
a04ff72
diff -up pidgin-2.10.1/configure.ac.farstream pidgin-2.10.1/configure.ac
a04ff72
--- pidgin-2.10.1/configure.ac.farstream	2011-12-06 03:44:32.000000000 -0500
a04ff72
+++ pidgin-2.10.1/configure.ac	2012-03-09 16:41:34.761780408 -0500
a04ff72
@@ -780,18 +780,18 @@ else
a04ff72
 fi
a04ff72
 
a04ff72
 dnl #######################################################################
a04ff72
-dnl # Check for Farsight
a04ff72
+dnl # Check for Farstream
a04ff72
 dnl #######################################################################
a04ff72
-AC_ARG_ENABLE(farsight,
a04ff72
-	[AC_HELP_STRING([--disable-farsight], [compile without farsight support])],
a04ff72
-	enable_farsight="$enableval", enable_farsight="yes")
a04ff72
-if test "x$enable_farsight" != "xno"; then
a04ff72
-	PKG_CHECK_MODULES(FARSIGHT, [farsight2-0.10 >= 0.0.9], [
a04ff72
-		AC_DEFINE(USE_FARSIGHT, 1, [Use Farsight for voice and video])
a04ff72
-		AC_SUBST(FARSIGHT_CFLAGS)
a04ff72
-		AC_SUBST(FARSIGHT_LIBS)
a04ff72
+AC_ARG_ENABLE(farstream,
a04ff72
+	[AC_HELP_STRING([--disable-farstream], [compile without farstream support])],
a04ff72
+	enable_farstream="$enableval", enable_farstream="yes")
a04ff72
+if test "x$enable_farstream" != "xno"; then
a04ff72
+	PKG_CHECK_MODULES(FARSTREAM, [farstream-0.1], [
a04ff72
+		AC_DEFINE(USE_FARSTREAM, 1, [Use Farstream for voice and video])
a04ff72
+		AC_SUBST(FARSTREAM_CFLAGS)
a04ff72
+		AC_SUBST(FARSTREAM_LIBS)
a04ff72
 	], [
a04ff72
-		enable_farsight="no"
a04ff72
+		enable_farstream="no"
a04ff72
 	])
a04ff72
 fi
a04ff72
 
a04ff72
@@ -802,20 +802,20 @@ AC_ARG_ENABLE(vv,
a04ff72
 	[AC_HELP_STRING([--disable-vv], [compile without voice and video support])],
a04ff72
 	enable_vv="$enableval", enable_vv="yes")
a04ff72
 if test "x$enable_vv" != "xno"; then
a04ff72
-	if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno"; then
a04ff72
+	if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farstream" != "xno"; then
a04ff72
 		AC_DEFINE(USE_VV, 1, [Use voice and video])
a04ff72
 	else
a04ff72
 		enable_vv="no"
a04ff72
 		if test "x$force_deps" = "xyes"; then
a04ff72
 			AC_MSG_ERROR([
a04ff72
 Dependencies for voice/video were not met.
a04ff72
-Install the necessary gstreamer and farsight packages first.
a04ff72
+Install the necessary gstreamer and farstream packages first.
a04ff72
 Or use --disable-vv if you do not need voice/video support.
a04ff72
 			])
a04ff72
 		fi
a04ff72
 	fi
a04ff72
 fi
a04ff72
-AM_CONDITIONAL(USE_VV, test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno")
a04ff72
+AM_CONDITIONAL(USE_VV, test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farstream" != "xno")
a04ff72
 
a04ff72
 dnl #######################################################################
a04ff72
 dnl # Check for Internationalized Domain Name support
a04ff72
diff -up pidgin-2.10.1/configure.farstream pidgin-2.10.1/configure
a04ff72
--- pidgin-2.10.1/configure.farstream	2011-12-06 03:45:25.000000000 -0500
a04ff72
+++ pidgin-2.10.1/configure	2012-03-09 16:41:51.897611356 -0500
a04ff72
@@ -739,8 +739,8 @@ IDN_LIBS
a04ff72
 IDN_CFLAGS
a04ff72
 USE_VV_FALSE
a04ff72
 USE_VV_TRUE
a04ff72
-FARSIGHT_LIBS
a04ff72
-FARSIGHT_CFLAGS
a04ff72
+FARSTREAM_LIBS
a04ff72
+FARSTREAM_CFLAGS
a04ff72
 GSTINTERFACES_LIBS
a04ff72
 GSTINTERFACES_CFLAGS
a04ff72
 GSTREAMER_LIBS
a04ff72
@@ -828,6 +828,12 @@ INTLTOOL_PROP_RULE
a04ff72
 INTLTOOL_KEYS_RULE
a04ff72
 INTLTOOL_DIRECTORY_RULE
a04ff72
 INTLTOOL_DESKTOP_RULE
a04ff72
+intltool__v_merge_options_0
a04ff72
+intltool__v_merge_options_
a04ff72
+INTLTOOL_V_MERGE_OPTIONS
a04ff72
+INTLTOOL__v_MERGE_0
a04ff72
+INTLTOOL__v_MERGE_
a04ff72
+INTLTOOL_V_MERGE
a04ff72
 INTLTOOL_EXTRACT
a04ff72
 INTLTOOL_MERGE
a04ff72
 INTLTOOL_UPDATE
a04ff72
@@ -862,6 +868,7 @@ LIBTOOL
a04ff72
 am__fastdepCC_FALSE
a04ff72
 am__fastdepCC_TRUE
a04ff72
 CCDEPMODE
a04ff72
+am__nodep
a04ff72
 AMDEPBACKSLASH
a04ff72
 AMDEP_FALSE
a04ff72
 AMDEP_TRUE
a04ff72
@@ -888,6 +895,8 @@ PURPLE_MINOR_VERSION
a04ff72
 PURPLE_MAJOR_VERSION
a04ff72
 AM_BACKSLASH
a04ff72
 AM_DEFAULT_VERBOSITY
a04ff72
+AM_DEFAULT_V
a04ff72
+AM_V
a04ff72
 am__untar
a04ff72
 am__tar
a04ff72
 AMTAR
a04ff72
@@ -989,7 +998,7 @@ with_gconf_schema_file_dir
a04ff72
 enable_schemas_install
a04ff72
 enable_gstreamer
a04ff72
 enable_gstreamer_interfaces
a04ff72
-enable_farsight
a04ff72
+enable_farstream
a04ff72
 enable_vv
a04ff72
 enable_idn
a04ff72
 enable_meanwhile
a04ff72
@@ -1067,8 +1076,8 @@ GSTREAMER_CFLAGS
a04ff72
 GSTREAMER_LIBS
a04ff72
 GSTINTERFACES_CFLAGS
a04ff72
 GSTINTERFACES_LIBS
a04ff72
-FARSIGHT_CFLAGS
a04ff72
-FARSIGHT_LIBS
a04ff72
+FARSTREAM_CFLAGS
a04ff72
+FARSTREAM_LIBS
a04ff72
 IDN_CFLAGS
a04ff72
 IDN_LIBS
a04ff72
 MEANWHILE_CFLAGS
a04ff72
@@ -1743,7 +1752,7 @@ Optional Features:
a04ff72
   --disable-gstreamer     compile without GStreamer audio support
a04ff72
   --disable-gstreamer-interfaces
a04ff72
                           compile without GStreamer interface support
a04ff72
-  --disable-farsight      compile without farsight support
a04ff72
+  --disable-farstream     compile without farstream support
a04ff72
   --disable-vv            compile without voice and video support
a04ff72
   --disable-idn           compile without IDN support
a04ff72
   --disable-meanwhile     compile without meanwhile (required for Sametime
a04ff72
@@ -1776,7 +1785,7 @@ Optional Features:
a04ff72
 Optional Packages:
a04ff72
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
a04ff72
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
a04ff72
-  --with-pic              try to use only PIC/non-PIC objects [default=use
a04ff72
+  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
a04ff72
                           both]
a04ff72
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
a04ff72
   --with-sysroot=DIR Search for dependent libraries within DIR
a04ff72
@@ -1872,10 +1881,10 @@ Some influential environment variables:
a04ff72
               C compiler flags for GSTINTERFACES, overriding pkg-config
a04ff72
   GSTINTERFACES_LIBS
a04ff72
               linker flags for GSTINTERFACES, overriding pkg-config
a04ff72
-  FARSIGHT_CFLAGS
a04ff72
-              C compiler flags for FARSIGHT, overriding pkg-config
a04ff72
-  FARSIGHT_LIBS
a04ff72
-              linker flags for FARSIGHT, overriding pkg-config
a04ff72
+  FARSTREAM_CFLAGS
a04ff72
+              C compiler flags for FARSTREAM, overriding pkg-config
a04ff72
+  FARSTREAM_LIBS
a04ff72
+              linker flags for FARSTREAM, overriding pkg-config
a04ff72
   IDN_CFLAGS  C compiler flags for IDN, overriding pkg-config
a04ff72
   IDN_LIBS    linker flags for IDN, overriding pkg-config
a04ff72
   MEANWHILE_CFLAGS
a04ff72
@@ -3600,11 +3609,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}ma
a04ff72
 
a04ff72
 # We need awk for the "check" target.  The system "awk" is bad on
a04ff72
 # some platforms.
a04ff72
-# Always define AMTAR for backward compatibility.
a04ff72
+# Always define AMTAR for backward compatibility.  Yes, it's still used
a04ff72
+# in the wild :-(  We should find a proper way to deprecate it ...
a04ff72
+AMTAR='$${TAR-tar}'
a04ff72
 
a04ff72
-AMTAR=${AMTAR-"${am_missing_run}tar"}
a04ff72
-
a04ff72
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
a04ff72
+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
@@ -3620,6 +3629,33 @@ yes) AM_DEFAULT_VERBOSITY=0;;
a04ff72
 no)  AM_DEFAULT_VERBOSITY=1;;
a04ff72
 *)   AM_DEFAULT_VERBOSITY=0;;
a04ff72
 esac
a04ff72
+am_make=${MAKE-make}
a04ff72
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
a04ff72
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
a04ff72
+if ${am_cv_make_support_nested_variables+:} false; then :
a04ff72
+  $as_echo_n "(cached) " >&6
a04ff72
+else
a04ff72
+  if $as_echo 'TRUE=$(BAR$(V))
a04ff72
+BAR0=false
a04ff72
+BAR1=true
a04ff72
+V=1
a04ff72
+am__doit:
a04ff72
+	@$(TRUE)
a04ff72
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
a04ff72
+  am_cv_make_support_nested_variables=yes
a04ff72
+else
a04ff72
+  am_cv_make_support_nested_variables=no
a04ff72
+fi
a04ff72
+fi
a04ff72
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
a04ff72
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
a04ff72
+if test $am_cv_make_support_nested_variables = yes; then
a04ff72
+    AM_V='$(V)'
a04ff72
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
a04ff72
+else
a04ff72
+  AM_V=$AM_DEFAULT_VERBOSITY
a04ff72
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
a04ff72
+fi
a04ff72
 AM_BACKSLASH='\'
a04ff72
 
a04ff72
 
a04ff72
@@ -4535,6 +4571,7 @@ fi
a04ff72
 if test "x$enable_dependency_tracking" != xno; then
a04ff72
   am_depcomp="$ac_aux_dir/depcomp"
a04ff72
   AMDEPBACKSLASH='\'
a04ff72
+  am__nodep='_no'
a04ff72
 fi
a04ff72
  if test "x$enable_dependency_tracking" != xno; then
a04ff72
   AMDEP_TRUE=
a04ff72
@@ -4559,6 +4596,7 @@ else
a04ff72
   # instance it was reported that on HP-UX the gcc test will end up
a04ff72
   # making a dummy file named `D' -- because `-MD' means `put the output
a04ff72
   # in D'.
a04ff72
+  rm -rf conftest.dir
a04ff72
   mkdir conftest.dir
a04ff72
   # Copy depcomp to subdir because otherwise we won't find it if we're
a04ff72
   # using a relative directory.
a04ff72
@@ -4618,7 +4656,7 @@ else
a04ff72
 	break
a04ff72
       fi
a04ff72
       ;;
a04ff72
-    msvisualcpp | msvcmsys)
a04ff72
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
a04ff72
       # This compiler won't grok `-c -o', but also, the minuso test has
a04ff72
       # not run yet.  These depmodes are late enough in the game, and
a04ff72
       # so weak that their functioning should not be impacted.
a04ff72
@@ -4838,8 +4876,8 @@ esac
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
-macro_version='2.4'
a04ff72
-macro_revision='1.3293'
a04ff72
+macro_version='2.4.2'
a04ff72
+macro_revision='1.3337'
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
@@ -5613,6 +5651,11 @@ else
a04ff72
     lt_cv_sys_max_cmd_len=196608
a04ff72
     ;;
a04ff72
 
a04ff72
+  os2*)
a04ff72
+    # The test takes a long time on OS/2.
a04ff72
+    lt_cv_sys_max_cmd_len=8192
a04ff72
+    ;;
a04ff72
+
a04ff72
   osf*)
a04ff72
     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
a04ff72
     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
a04ff72
@@ -5652,7 +5695,7 @@ else
a04ff72
       # If test is not a shell built-in, we'll probably end up computing a
a04ff72
       # maximum length that is only half of the actual maximum length, but
a04ff72
       # we can't tell.
a04ff72
-      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
a04ff72
+      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
a04ff72
 	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
a04ff72
 	      test $i != 17 # 1/2 MB should be enough
a04ff72
       do
a04ff72
@@ -6081,12 +6124,12 @@ irix5* | irix6* | nonstopux*)
a04ff72
   lt_cv_deplibs_check_method=pass_all
a04ff72
   ;;
a04ff72
 
a04ff72
-# This must be Linux ELF.
a04ff72
+# This must be glibc/ELF.
a04ff72
 linux* | k*bsd*-gnu | kopensolaris*-gnu)
a04ff72
   lt_cv_deplibs_check_method=pass_all
a04ff72
   ;;
a04ff72
 
a04ff72
-netbsd* | netbsdelf*-gnu)
a04ff72
+netbsd*)
a04ff72
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
a04ff72
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
a04ff72
   else
a04ff72
@@ -6722,13 +6765,13 @@ old_postuninstall_cmds=
a04ff72
 if test -n "$RANLIB"; then
a04ff72
   case $host_os in
a04ff72
   openbsd*)
a04ff72
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
a04ff72
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
a04ff72
     ;;
a04ff72
   *)
a04ff72
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
a04ff72
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
a04ff72
     ;;
a04ff72
   esac
a04ff72
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
a04ff72
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
a04ff72
 fi
a04ff72
 
a04ff72
 case $host_os in
a04ff72
@@ -6875,6 +6918,7 @@ for ac_symprfx in "" "_"; do
a04ff72
     # which start with @ or ?.
a04ff72
     lt_cv_sys_global_symbol_pipe="$AWK '"\
a04ff72
 "     {last_section=section; section=\$ 3};"\
a04ff72
+"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
a04ff72
 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
a04ff72
 "     \$ 0!~/External *\|/{next};"\
a04ff72
 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
a04ff72
@@ -7263,7 +7307,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
a04ff72
     CFLAGS="$SAVE_CFLAGS"
a04ff72
   fi
a04ff72
   ;;
a04ff72
-sparc*-*solaris*)
a04ff72
+*-*solaris*)
a04ff72
   # Find out which ABI we are using.
a04ff72
   echo 'int i;' > conftest.$ac_ext
a04ff72
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
a04ff72
@@ -7274,7 +7318,20 @@ sparc*-*solaris*)
a04ff72
     case `/usr/bin/file conftest.o` in
a04ff72
     *64-bit*)
a04ff72
       case $lt_cv_prog_gnu_ld in
a04ff72
-      yes*) LD="${LD-ld} -m elf64_sparc" ;;
a04ff72
+      yes*)
a04ff72
+        case $host in
a04ff72
+        i?86-*-solaris*)
a04ff72
+          LD="${LD-ld} -m elf_x86_64"
a04ff72
+          ;;
a04ff72
+        sparc*-*-solaris*)
a04ff72
+          LD="${LD-ld} -m elf64_sparc"
a04ff72
+          ;;
a04ff72
+        esac
a04ff72
+        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
a04ff72
+        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
a04ff72
+          LD="${LD-ld}_sol2"
a04ff72
+        fi
a04ff72
+        ;;
a04ff72
       *)
a04ff72
 	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
a04ff72
 	  LD="${LD-ld} -64"
a04ff72
@@ -7914,7 +7971,13 @@ else
a04ff72
 	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
a04ff72
 	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
a04ff72
         _lt_result=$?
a04ff72
-	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
a04ff72
+	# If there is a non-empty error log, and "single_module"
a04ff72
+	# appears in it, assume the flag caused a linker warning
a04ff72
+        if test -s conftest.err && $GREP single_module conftest.err; then
a04ff72
+	  cat conftest.err >&5
a04ff72
+	# Otherwise, if the output was created with a 0 exit code from
a04ff72
+	# the compiler, it worked.
a04ff72
+	elif test -f libconftest.dylib && test $_lt_result -eq 0; then
a04ff72
 	  lt_cv_apple_cc_single_mod=yes
a04ff72
 	else
a04ff72
 	  cat conftest.err >&5
a04ff72
@@ -7925,6 +7988,7 @@ else
a04ff72
 fi
a04ff72
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
a04ff72
 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
a04ff72
+
a04ff72
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
a04ff72
 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
a04ff72
 if ${lt_cv_ld_exported_symbols_list+:} false; then :
a04ff72
@@ -7957,6 +8021,7 @@ rm -f core conftest.err conftest.$ac_obj
a04ff72
 fi
a04ff72
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
a04ff72
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
a04ff72
+
a04ff72
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
a04ff72
 $as_echo_n "checking for -force_load linker flag... " >&6; }
a04ff72
 if ${lt_cv_ld_force_load+:} false; then :
a04ff72
@@ -7978,7 +8043,9 @@ _LT_EOF
a04ff72
       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
a04ff72
       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
a04ff72
       _lt_result=$?
a04ff72
-      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
a04ff72
+      if test -s conftest.err && $GREP force_load conftest.err; then
a04ff72
+	cat conftest.err >&5
a04ff72
+      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
a04ff72
 	lt_cv_ld_force_load=yes
a04ff72
       else
a04ff72
 	cat conftest.err >&5
a04ff72
@@ -8353,7 +8420,22 @@ fi
a04ff72
 
a04ff72
 # Check whether --with-pic was given.
a04ff72
 if test "${with_pic+set}" = set; then :
a04ff72
-  withval=$with_pic; pic_mode="$withval"
a04ff72
+  withval=$with_pic; lt_p=${PACKAGE-default}
a04ff72
+    case $withval in
a04ff72
+    yes|no) pic_mode=$withval ;;
a04ff72
+    *)
a04ff72
+      pic_mode=default
a04ff72
+      # Look at the argument we got.  We use all the common list separators.
a04ff72
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
a04ff72
+      for lt_pkg in $withval; do
a04ff72
+	IFS="$lt_save_ifs"
a04ff72
+	if test "X$lt_pkg" = "X$lt_p"; then
a04ff72
+	  pic_mode=yes
a04ff72
+	fi
a04ff72
+      done
a04ff72
+      IFS="$lt_save_ifs"
a04ff72
+      ;;
a04ff72
+    esac
a04ff72
 else
a04ff72
   pic_mode=default
a04ff72
 fi
a04ff72
@@ -8431,6 +8513,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
+
a04ff72
+
a04ff72
+
a04ff72
+
a04ff72
 test -z "$LN_S" && LN_S="ln -s"
a04ff72
 
a04ff72
 
a04ff72
@@ -8886,7 +8972,9 @@ lt_prog_compiler_static=
a04ff72
     case $cc_basename in
a04ff72
     nvcc*) # Cuda Compiler Driver 2.2
a04ff72
       lt_prog_compiler_wl='-Xlinker '
a04ff72
-      lt_prog_compiler_pic='-Xcompiler -fPIC'
a04ff72
+      if test -n "$lt_prog_compiler_pic"; then
a04ff72
+        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
a04ff72
+      fi
a04ff72
       ;;
a04ff72
     esac
a04ff72
   else
a04ff72
@@ -8977,18 +9065,33 @@ lt_prog_compiler_static=
a04ff72
 	;;
a04ff72
       *)
a04ff72
 	case `$CC -V 2>&1 | sed 5q` in
a04ff72
-	*Sun\ F* | *Sun*Fortran*)
a04ff72
+	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
a04ff72
 	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
a04ff72
 	  lt_prog_compiler_pic='-KPIC'
a04ff72
 	  lt_prog_compiler_static='-Bstatic'
a04ff72
 	  lt_prog_compiler_wl=''
a04ff72
 	  ;;
a04ff72
+	*Sun\ F* | *Sun*Fortran*)
a04ff72
+	  lt_prog_compiler_pic='-KPIC'
a04ff72
+	  lt_prog_compiler_static='-Bstatic'
a04ff72
+	  lt_prog_compiler_wl='-Qoption ld '
a04ff72
+	  ;;
a04ff72
 	*Sun\ C*)
a04ff72
 	  # Sun C 5.9
a04ff72
 	  lt_prog_compiler_pic='-KPIC'
a04ff72
 	  lt_prog_compiler_static='-Bstatic'
a04ff72
 	  lt_prog_compiler_wl='-Wl,'
a04ff72
 	  ;;
a04ff72
+        *Intel*\ [CF]*Compiler*)
a04ff72
+	  lt_prog_compiler_wl='-Wl,'
a04ff72
+	  lt_prog_compiler_pic='-fPIC'
a04ff72
+	  lt_prog_compiler_static='-static'
a04ff72
+	  ;;
a04ff72
+	*Portland\ Group*)
a04ff72
+	  lt_prog_compiler_wl='-Wl,'
a04ff72
+	  lt_prog_compiler_pic='-fpic'
a04ff72
+	  lt_prog_compiler_static='-Bstatic'
a04ff72
+	  ;;
a04ff72
 	esac
a04ff72
 	;;
a04ff72
       esac
a04ff72
@@ -9350,7 +9453,6 @@ $as_echo_n "checking whether the $compil
a04ff72
   hardcode_direct=no
a04ff72
   hardcode_direct_absolute=no
a04ff72
   hardcode_libdir_flag_spec=
a04ff72
-  hardcode_libdir_flag_spec_ld=
a04ff72
   hardcode_libdir_separator=
a04ff72
   hardcode_minus_L=no
a04ff72
   hardcode_shlibpath_var=unsupported
a04ff72
@@ -9394,9 +9496,6 @@ $as_echo_n "checking whether the $compil
a04ff72
   openbsd*)
a04ff72
     with_gnu_ld=no
a04ff72
     ;;
a04ff72
-  linux* | k*bsd*-gnu | gnu*)
a04ff72
-    link_all_deplibs=no
a04ff72
-    ;;
a04ff72
   esac
a04ff72
 
a04ff72
   ld_shlibs=yes
a04ff72
@@ -9603,8 +9702,7 @@ _LT_EOF
a04ff72
 	xlf* | bgf* | bgxlf* | mpixlf*)
a04ff72
 	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
a04ff72
 	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
a04ff72
-	  hardcode_libdir_flag_spec=
a04ff72
-	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
a04ff72
+	  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
a04ff72
 	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
a04ff72
 	  if test "x$supports_anon_versioning" = xyes; then
a04ff72
 	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
a04ff72
@@ -9619,7 +9717,7 @@ _LT_EOF
a04ff72
       fi
a04ff72
       ;;
a04ff72
 
a04ff72
-    netbsd* | netbsdelf*-gnu)
a04ff72
+    netbsd*)
a04ff72
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
a04ff72
 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
a04ff72
 	wlarc=
a04ff72
@@ -9796,7 +9894,6 @@ _LT_EOF
a04ff72
 	if test "$aix_use_runtimelinking" = yes; then
a04ff72
 	  shared_flag="$shared_flag "'${wl}-G'
a04ff72
 	fi
a04ff72
-	link_all_deplibs=no
a04ff72
       else
a04ff72
 	# not using gcc
a04ff72
 	if test "$host_cpu" = ia64; then
a04ff72
@@ -9984,6 +10081,7 @@ fi
a04ff72
 	# The linker will not automatically build a static lib if we build a DLL.
a04ff72
 	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
a04ff72
 	enable_shared_with_static_runtimes=yes
a04ff72
+	exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
a04ff72
 	export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
a04ff72
 	# Don't use ranlib
a04ff72
 	old_postinstall_cmds='chmod 644 $oldlib'
a04ff72
@@ -10029,6 +10127,7 @@ fi
a04ff72
   hardcode_shlibpath_var=unsupported
a04ff72
   if test "$lt_cv_ld_force_load" = "yes"; then
a04ff72
     whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
a04ff72
+
a04ff72
   else
a04ff72
     whole_archive_flag_spec=''
a04ff72
   fi
a04ff72
@@ -10057,10 +10156,6 @@ fi
a04ff72
       hardcode_shlibpath_var=no
a04ff72
       ;;
a04ff72
 
a04ff72
-    freebsd1*)
a04ff72
-      ld_shlibs=no
a04ff72
-      ;;
a04ff72
-
a04ff72
     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
a04ff72
     # support.  Future versions do this automatically, but an explicit c++rt0.o
a04ff72
     # does not break anything, and helps significantly (at the cost of a little
a04ff72
@@ -10073,7 +10168,7 @@ fi
a04ff72
       ;;
a04ff72
 
a04ff72
     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
a04ff72
-    freebsd2*)
a04ff72
+    freebsd2.*)
a04ff72
       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
a04ff72
       hardcode_direct=yes
a04ff72
       hardcode_minus_L=yes
a04ff72
@@ -10112,7 +10207,6 @@ fi
a04ff72
       fi
a04ff72
       if test "$with_gnu_ld" = no; then
a04ff72
 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
a04ff72
-	hardcode_libdir_flag_spec_ld='+b $libdir'
a04ff72
 	hardcode_libdir_separator=:
a04ff72
 	hardcode_direct=yes
a04ff72
 	hardcode_direct_absolute=yes
a04ff72
@@ -10253,7 +10347,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >
a04ff72
       link_all_deplibs=yes
a04ff72
       ;;
a04ff72
 
a04ff72
-    netbsd* | netbsdelf*-gnu)
a04ff72
+    netbsd*)
a04ff72
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
a04ff72
 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
a04ff72
       else
a04ff72
@@ -10736,11 +10830,6 @@ esac
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
-
a04ff72
-
a04ff72
-
a04ff72
-
a04ff72
-
a04ff72
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
a04ff72
 $as_echo_n "checking dynamic linker characteristics... " >&6; }
a04ff72
 
a04ff72
@@ -10830,7 +10919,7 @@ need_version=unknown
a04ff72
 
a04ff72
 case $host_os in
a04ff72
 aix3*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
a04ff72
   shlibpath_var=LIBPATH
a04ff72
 
a04ff72
@@ -10839,7 +10928,7 @@ aix3*)
a04ff72
   ;;
a04ff72
 
a04ff72
 aix[4-9]*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   hardcode_into_libs=yes
a04ff72
@@ -10904,7 +10993,7 @@ beos*)
a04ff72
   ;;
a04ff72
 
a04ff72
 bsdi[45]*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_version=no
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
a04ff72
   soname_spec='${libname}${release}${shared_ext}$major'
a04ff72
@@ -11043,7 +11132,7 @@ darwin* | rhapsody*)
a04ff72
   ;;
a04ff72
 
a04ff72
 dgux*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
a04ff72
@@ -11051,10 +11140,6 @@ dgux*)
a04ff72
   shlibpath_var=LD_LIBRARY_PATH
a04ff72
   ;;
a04ff72
 
a04ff72
-freebsd1*)
a04ff72
-  dynamic_linker=no
a04ff72
-  ;;
a04ff72
-
a04ff72
 freebsd* | dragonfly*)
a04ff72
   # DragonFly does not have aout.  When/if they implement a new
a04ff72
   # versioning mechanism, adjust this.
a04ff72
@@ -11062,7 +11147,7 @@ freebsd* | dragonfly*)
a04ff72
     objformat=`/usr/bin/objformat`
a04ff72
   else
a04ff72
     case $host_os in
a04ff72
-    freebsd[123]*) objformat=aout ;;
a04ff72
+    freebsd[23].*) objformat=aout ;;
a04ff72
     *) objformat=elf ;;
a04ff72
     esac
a04ff72
   fi
a04ff72
@@ -11080,7 +11165,7 @@ freebsd* | dragonfly*)
a04ff72
   esac
a04ff72
   shlibpath_var=LD_LIBRARY_PATH
a04ff72
   case $host_os in
a04ff72
-  freebsd2*)
a04ff72
+  freebsd2.*)
a04ff72
     shlibpath_overrides_runpath=yes
a04ff72
     ;;
a04ff72
   freebsd3.[01]* | freebsdelf3.[01]*)
a04ff72
@@ -11100,7 +11185,7 @@ freebsd* | dragonfly*)
a04ff72
   ;;
a04ff72
 
a04ff72
 gnu*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
a04ff72
@@ -11111,7 +11196,7 @@ gnu*)
a04ff72
   ;;
a04ff72
 
a04ff72
 haiku*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   dynamic_linker="$host_os runtime_loader"
a04ff72
@@ -11172,7 +11257,7 @@ hpux9* | hpux10* | hpux11*)
a04ff72
   ;;
a04ff72
 
a04ff72
 interix[3-9]*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
a04ff72
@@ -11188,7 +11273,7 @@ irix5* | irix6* | nonstopux*)
a04ff72
     nonstopux*) version_type=nonstopux ;;
a04ff72
     *)
a04ff72
 	if test "$lt_cv_prog_gnu_ld" = yes; then
a04ff72
-		version_type=linux
a04ff72
+		version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
 	else
a04ff72
 		version_type=irix
a04ff72
 	fi ;;
a04ff72
@@ -11225,9 +11310,9 @@ linux*oldld* | linux*aout* | linux*coff*
a04ff72
   dynamic_linker=no
a04ff72
   ;;
a04ff72
 
a04ff72
-# This must be Linux ELF.
a04ff72
+# This must be glibc/ELF.
a04ff72
 linux* | k*bsd*-gnu | kopensolaris*-gnu)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
a04ff72
@@ -11275,10 +11360,14 @@ fi
a04ff72
   # before this can be enabled.
a04ff72
   hardcode_into_libs=yes
a04ff72
 
a04ff72
+  # Add ABI-specific directories to the system library path.
a04ff72
+  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
a04ff72
+
a04ff72
   # Append ld.so.conf contents to the search path
a04ff72
   if test -f /etc/ld.so.conf; then
a04ff72
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
a04ff72
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
a04ff72
+    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
a04ff72
+
a04ff72
   fi
a04ff72
 
a04ff72
   # We used to test for /lib/ld.so.1 and disable shared libraries on
a04ff72
@@ -11290,18 +11379,6 @@ fi
a04ff72
   dynamic_linker='GNU/Linux ld.so'
a04ff72
   ;;
a04ff72
 
a04ff72
-netbsdelf*-gnu)
a04ff72
-  version_type=linux
a04ff72
-  need_lib_prefix=no
a04ff72
-  need_version=no
a04ff72
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
a04ff72
-  soname_spec='${libname}${release}${shared_ext}$major'
a04ff72
-  shlibpath_var=LD_LIBRARY_PATH
a04ff72
-  shlibpath_overrides_runpath=no
a04ff72
-  hardcode_into_libs=yes
a04ff72
-  dynamic_linker='NetBSD ld.elf_so'
a04ff72
-  ;;
a04ff72
-
a04ff72
 netbsd*)
a04ff72
   version_type=sunos
a04ff72
   need_lib_prefix=no
a04ff72
@@ -11321,7 +11398,7 @@ netbsd*)
a04ff72
   ;;
a04ff72
 
a04ff72
 newsos6)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
a04ff72
   shlibpath_var=LD_LIBRARY_PATH
a04ff72
   shlibpath_overrides_runpath=yes
a04ff72
@@ -11390,7 +11467,7 @@ rdos*)
a04ff72
   ;;
a04ff72
 
a04ff72
 solaris*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
a04ff72
@@ -11415,7 +11492,7 @@ sunos4*)
a04ff72
   ;;
a04ff72
 
a04ff72
 sysv4 | sysv4.3*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
a04ff72
   soname_spec='${libname}${release}${shared_ext}$major'
a04ff72
   shlibpath_var=LD_LIBRARY_PATH
a04ff72
@@ -11439,7 +11516,7 @@ sysv4 | sysv4.3*)
a04ff72
 
a04ff72
 sysv4*MP*)
a04ff72
   if test -d /usr/nec ;then
a04ff72
-    version_type=linux
a04ff72
+    version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
a04ff72
     soname_spec='$libname${shared_ext}.$major'
a04ff72
     shlibpath_var=LD_LIBRARY_PATH
a04ff72
@@ -11470,7 +11547,7 @@ sysv5* | sco3.2v5* | sco5v6* | unixware*
a04ff72
 
a04ff72
 tpf*)
a04ff72
   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   need_lib_prefix=no
a04ff72
   need_version=no
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
a04ff72
@@ -11480,7 +11557,7 @@ tpf*)
a04ff72
   ;;
a04ff72
 
a04ff72
 uts4*)
a04ff72
-  version_type=linux
a04ff72
+  version_type=linux # correct to gnu/linux during the next big refactor
a04ff72
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
a04ff72
   soname_spec='${libname}${release}${shared_ext}$major'
a04ff72
   shlibpath_var=LD_LIBRARY_PATH
a04ff72
@@ -12262,6 +12339,8 @@ CC="$lt_save_CC"
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
+
a04ff72
+
a04ff72
         ac_config_commands="$ac_config_commands libtool"
a04ff72
 
a04ff72
 
a04ff72
@@ -12278,7 +12357,6 @@ LIBTOOL="$LIBTOOL --silent"
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
-
a04ff72
 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
a04ff72
 	if test -n "$ac_tool_prefix"; then
a04ff72
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
a04ff72
@@ -14084,14 +14162,12 @@ case "$am__api_version" in
a04ff72
     ;;
a04ff72
 esac
a04ff72
 
a04ff72
+INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
a04ff72
+INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
a04ff72
+INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
a04ff72
 if test -n ""; then
a04ff72
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= " >&5
a04ff72
 $as_echo_n "checking for intltool >= ... " >&6; }
a04ff72
-
a04ff72
-    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
a04ff72
-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
a04ff72
-    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
a04ff72
-
a04ff72
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
a04ff72
 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
a04ff72
     test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
a04ff72
@@ -14222,25 +14298,48 @@ if test -z "$INTLTOOL_UPDATE" -o -z "$IN
a04ff72
     as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
a04ff72
 fi
a04ff72
 
a04ff72
-  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
a04ff72
-     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
a04ff72
-      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
-   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+if test -z "$AM_DEFAULT_VERBOSITY"; then
a04ff72
+  AM_DEFAULT_VERBOSITY=1
a04ff72
+fi
a04ff72
+
a04ff72
+
a04ff72
+INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
a04ff72
+INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
a04ff72
+INTLTOOL__v_MERGE_0='@echo "  ITMRG " $@;'
a04ff72
+
a04ff72
+
a04ff72
+
a04ff72
+
a04ff72
+INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
a04ff72
+intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
a04ff72
+intltool__v_merge_options_0='-q'
a04ff72
+
a04ff72
+
a04ff72
+
a04ff72
+
a04ff72
+  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
a04ff72
+     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then
a04ff72
+      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
a04ff72
+else
a04ff72
+      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir'
a04ff72
+fi
a04ff72
+      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
+   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
@@ -14559,7 +14658,7 @@ $INTLTOOL_PERL -e "use 5.8.1;" > /dev/nu
a04ff72
 if test $? -ne 0; then
a04ff72
    as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
a04ff72
 else
a04ff72
-   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
a04ff72
+   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
a04ff72
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
a04ff72
 $as_echo "$IT_PERL_VERSION" >&6; }
a04ff72
 fi
a04ff72
@@ -15207,6 +15306,10 @@ else
a04ff72
 fi
a04ff72
 
a04ff72
 	    ;;
a04ff72
+	    *-*-openbsd*)
a04ff72
+	    CATOBJEXT=.mo
a04ff72
+            DATADIRNAME=share
a04ff72
+	    ;;
a04ff72
 	    *)
a04ff72
 	    CATOBJEXT=.mo
a04ff72
             DATADIRNAME=lib
a04ff72
@@ -15371,7 +15474,6 @@ if test -n "$GLIB_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -15388,7 +15490,6 @@ if test -n "$GLIB_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -15408,9 +15509,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0" 2>&1`
a04ff72
+	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0" 2>&1`
a04ff72
         else
a04ff72
-	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0" 2>&1`
a04ff72
+	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$GLIB_PKG_ERRORS" >&5
a04ff72
@@ -16266,7 +16367,6 @@ if test -n "$GTK_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.10.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16283,7 +16383,6 @@ if test -n "$GTK_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.10.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16303,9 +16402,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.10.0" 2>&1`
a04ff72
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= 2.10.0" 2>&1`
a04ff72
         else
a04ff72
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.10.0" 2>&1`
a04ff72
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.10.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$GTK_PKG_ERRORS" >&5
a04ff72
@@ -16357,7 +16456,6 @@ if test -n "$PANGO_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_PANGO_CFLAGS=`$PKG_CONFIG --cflags "pango >= 1.4.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16374,7 +16472,6 @@ if test -n "$PANGO_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_PANGO_LIBS=`$PKG_CONFIG --libs "pango >= 1.4.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16394,9 +16491,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        PANGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pango >= 1.4.0" 2>&1`
a04ff72
+	        PANGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pango >= 1.4.0" 2>&1`
a04ff72
         else
a04ff72
-	        PANGO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pango >= 1.4.0" 2>&1`
a04ff72
+	        PANGO_PKG_ERRORS=`$PKG_CONFIG --print-errors "pango >= 1.4.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$PANGO_PKG_ERRORS" >&5
a04ff72
@@ -16432,7 +16529,6 @@ if test -n "$X11_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16449,7 +16545,6 @@ if test -n "$X11_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16469,9 +16564,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1`
a04ff72
+	        X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11" 2>&1`
a04ff72
         else
a04ff72
-	        X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1`
a04ff72
+	        X11_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$X11_PKG_ERRORS" >&5
a04ff72
@@ -16761,7 +16856,6 @@ if test -n "$GTKSPELL_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GTKSPELL_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-2.0 >= 2.0.2" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16778,7 +16872,6 @@ if test -n "$GTKSPELL_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GTKSPELL_LIBS=`$PKG_CONFIG --libs "gtkspell-2.0 >= 2.0.2" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16798,9 +16891,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtkspell-2.0 >= 2.0.2" 2>&1`
a04ff72
+	        GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtkspell-2.0 >= 2.0.2" 2>&1`
a04ff72
         else
a04ff72
-	        GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtkspell-2.0 >= 2.0.2" 2>&1`
a04ff72
+	        GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtkspell-2.0 >= 2.0.2" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$GTKSPELL_PKG_ERRORS" >&5
a04ff72
@@ -16861,7 +16954,6 @@ if test -n "$EVOLUTION_ADDRESSBOOK_CFLAG
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_EVOLUTION_ADDRESSBOOK_CFLAGS=`$PKG_CONFIG --cflags "$evo_deps" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16878,7 +16970,6 @@ if test -n "$EVOLUTION_ADDRESSBOOK_LIBS"
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_EVOLUTION_ADDRESSBOOK_LIBS=`$PKG_CONFIG --libs "$evo_deps" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16898,9 +16989,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$evo_deps" 2>&1`
a04ff72
+	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$evo_deps" 2>&1`
a04ff72
         else
a04ff72
-	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$evo_deps" 2>&1`
a04ff72
+	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$evo_deps" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$EVOLUTION_ADDRESSBOOK_PKG_ERRORS" >&5
a04ff72
@@ -16938,7 +17029,6 @@ if test -n "$EVOLUTION_ADDRESSBOOK_CFLAG
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_EVOLUTION_ADDRESSBOOK_CFLAGS=`$PKG_CONFIG --cflags "$evo_deps" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16955,7 +17045,6 @@ if test -n "$EVOLUTION_ADDRESSBOOK_LIBS"
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_EVOLUTION_ADDRESSBOOK_LIBS=`$PKG_CONFIG --libs "$evo_deps" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -16975,9 +17064,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$evo_deps" 2>&1`
a04ff72
+	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$evo_deps" 2>&1`
a04ff72
         else
a04ff72
-	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$evo_deps" 2>&1`
a04ff72
+	        EVOLUTION_ADDRESSBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$evo_deps" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$EVOLUTION_ADDRESSBOOK_PKG_ERRORS" >&5
a04ff72
@@ -16992,6 +17081,7 @@ installed software in a non-standard pre
a04ff72
 Alternatively, you may set the environment variables EVOLUTION_ADDRESSBOOK_CFLAGS
a04ff72
 and EVOLUTION_ADDRESSBOOK_LIBS to avoid the need to call pkg-config.
a04ff72
 See the pkg-config man page for more details." "$LINENO" 5
a04ff72
+
a04ff72
 elif test $pkg_failed = untried; then
a04ff72
      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
a04ff72
 $as_echo "no" >&6; }
a04ff72
@@ -17007,6 +17097,7 @@ See the pkg-config man page for more det
a04ff72
 
a04ff72
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
a04ff72
 See \`config.log' for more details" "$LINENO" 5; }
a04ff72
+
a04ff72
 else
a04ff72
 	EVOLUTION_ADDRESSBOOK_CFLAGS=$pkg_cv_EVOLUTION_ADDRESSBOOK_CFLAGS
a04ff72
 	EVOLUTION_ADDRESSBOOK_LIBS=$pkg_cv_EVOLUTION_ADDRESSBOOK_LIBS
a04ff72
@@ -17049,7 +17140,6 @@ if test -n "$SQLITE3_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SQLITE3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3 >= 3.3" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17066,7 +17156,6 @@ if test -n "$SQLITE3_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SQLITE3_LIBS=`$PKG_CONFIG --libs "sqlite3 >= 3.3" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17086,9 +17175,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sqlite3 >= 3.3" 2>&1`
a04ff72
+	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sqlite3 >= 3.3" 2>&1`
a04ff72
         else
a04ff72
-	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sqlite3 >= 3.3" 2>&1`
a04ff72
+	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --print-errors "sqlite3 >= 3.3" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$SQLITE3_PKG_ERRORS" >&5
a04ff72
@@ -17470,7 +17559,6 @@ if test -n "$LIBXML_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.6.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17487,7 +17575,6 @@ if test -n "$LIBXML_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.6.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17507,9 +17594,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.6.0" 2>&1`
a04ff72
+	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0 >= 2.6.0" 2>&1`
a04ff72
         else
a04ff72
-	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.6.0" 2>&1`
a04ff72
+	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0 >= 2.6.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$LIBXML_PKG_ERRORS" >&5
a04ff72
@@ -17679,7 +17766,6 @@ if test -n "$GSTREAMER_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17696,7 +17782,6 @@ if test -n "$GSTREAMER_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17716,9 +17801,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-0.10" 2>&1`
a04ff72
+	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-0.10" 2>&1`
a04ff72
         else
a04ff72
-	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-0.10" 2>&1`
a04ff72
+	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-0.10" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$GSTREAMER_PKG_ERRORS" >&5
a04ff72
@@ -17827,7 +17912,6 @@ if test -n "$GSTINTERFACES_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GSTINTERFACES_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-interfaces-0.10" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17844,7 +17928,6 @@ if test -n "$GSTINTERFACES_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GSTINTERFACES_LIBS=`$PKG_CONFIG --libs "gstreamer-interfaces-0.10" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17864,9 +17947,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        GSTINTERFACES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-interfaces-0.10" 2>&1`
a04ff72
+	        GSTINTERFACES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-interfaces-0.10" 2>&1`
a04ff72
         else
a04ff72
-	        GSTINTERFACES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-interfaces-0.10" 2>&1`
a04ff72
+	        GSTINTERFACES_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-interfaces-0.10" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$GSTINTERFACES_PKG_ERRORS" >&5
a04ff72
@@ -17898,47 +17981,45 @@ else
a04ff72
 	enable_gstinterfaces="no"
a04ff72
 fi
a04ff72
 
a04ff72
-# Check whether --enable-farsight was given.
a04ff72
-if test "${enable_farsight+set}" = set; then :
a04ff72
-  enableval=$enable_farsight; enable_farsight="$enableval"
a04ff72
+# Check whether --enable-farstream was given.
a04ff72
+if test "${enable_farstream+set}" = set; then :
a04ff72
+  enableval=$enable_farstream; enable_farstream="$enableval"
a04ff72
 else
a04ff72
-  enable_farsight="yes"
a04ff72
+  enable_farstream="yes"
a04ff72
 fi
a04ff72
 
a04ff72
-if test "x$enable_farsight" != "xno"; then
a04ff72
+if test "x$enable_farstream" != "xno"; then
a04ff72
 
a04ff72
 pkg_failed=no
a04ff72
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FARSIGHT" >&5
a04ff72
-$as_echo_n "checking for FARSIGHT... " >&6; }
a04ff72
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FARSTREAM" >&5
a04ff72
+$as_echo_n "checking for FARSTREAM... " >&6; }
a04ff72
 
a04ff72
-if test -n "$FARSIGHT_CFLAGS"; then
a04ff72
-    pkg_cv_FARSIGHT_CFLAGS="$FARSIGHT_CFLAGS"
a04ff72
+if test -n "$FARSTREAM_CFLAGS"; then
a04ff72
+    pkg_cv_FARSTREAM_CFLAGS="$FARSTREAM_CFLAGS"
a04ff72
  elif test -n "$PKG_CONFIG"; then
a04ff72
     if test -n "$PKG_CONFIG" && \
a04ff72
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"farsight2-0.10 >= 0.0.9\""; } >&5
a04ff72
-  ($PKG_CONFIG --exists --print-errors "farsight2-0.10 >= 0.0.9") 2>&5
a04ff72
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"farstream-0.1\""; } >&5
a04ff72
+  ($PKG_CONFIG --exists --print-errors "farstream-0.1") 2>&5
a04ff72
   ac_status=$?
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
-  pkg_cv_FARSIGHT_CFLAGS=`$PKG_CONFIG --cflags "farsight2-0.10 >= 0.0.9" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
+  pkg_cv_FARSTREAM_CFLAGS=`$PKG_CONFIG --cflags "farstream-0.1" 2>/dev/null`
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
  else
a04ff72
     pkg_failed=untried
a04ff72
 fi
a04ff72
-if test -n "$FARSIGHT_LIBS"; then
a04ff72
-    pkg_cv_FARSIGHT_LIBS="$FARSIGHT_LIBS"
a04ff72
+if test -n "$FARSTREAM_LIBS"; then
a04ff72
+    pkg_cv_FARSTREAM_LIBS="$FARSTREAM_LIBS"
a04ff72
  elif test -n "$PKG_CONFIG"; then
a04ff72
     if test -n "$PKG_CONFIG" && \
a04ff72
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"farsight2-0.10 >= 0.0.9\""; } >&5
a04ff72
-  ($PKG_CONFIG --exists --print-errors "farsight2-0.10 >= 0.0.9") 2>&5
a04ff72
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"farstream-0.1\""; } >&5
a04ff72
+  ($PKG_CONFIG --exists --print-errors "farstream-0.1") 2>&5
a04ff72
   ac_status=$?
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
-  pkg_cv_FARSIGHT_LIBS=`$PKG_CONFIG --libs "farsight2-0.10 >= 0.0.9" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
+  pkg_cv_FARSTREAM_LIBS=`$PKG_CONFIG --libs "farstream-0.1" 2>/dev/null`
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -17958,30 +18039,30 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        FARSIGHT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "farsight2-0.10 >= 0.0.9" 2>&1`
a04ff72
+	        FARSTREAM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "farstream-0.1" 2>&1`
a04ff72
         else
a04ff72
-	        FARSIGHT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "farsight2-0.10 >= 0.0.9" 2>&1`
a04ff72
+	        FARSTREAM_PKG_ERRORS=`$PKG_CONFIG --print-errors "farstream-0.1" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
-	echo "$FARSIGHT_PKG_ERRORS" >&5
a04ff72
+	echo "$FARSTREAM_PKG_ERRORS" >&5
a04ff72
 
a04ff72
 
a04ff72
-		enable_farsight="no"
a04ff72
+		enable_farstream="no"
a04ff72
 
a04ff72
 elif test $pkg_failed = untried; then
a04ff72
      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
a04ff72
 $as_echo "no" >&6; }
a04ff72
 
a04ff72
-		enable_farsight="no"
a04ff72
+		enable_farstream="no"
a04ff72
 
a04ff72
 else
a04ff72
-	FARSIGHT_CFLAGS=$pkg_cv_FARSIGHT_CFLAGS
a04ff72
-	FARSIGHT_LIBS=$pkg_cv_FARSIGHT_LIBS
a04ff72
+	FARSTREAM_CFLAGS=$pkg_cv_FARSTREAM_CFLAGS
a04ff72
+	FARSTREAM_LIBS=$pkg_cv_FARSTREAM_LIBS
a04ff72
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
a04ff72
 $as_echo "yes" >&6; }
a04ff72
 
a04ff72
 
a04ff72
-$as_echo "#define USE_FARSIGHT 1" >>confdefs.h
a04ff72
+$as_echo "#define USE_FARSTREAM 1" >>confdefs.h
a04ff72
 
a04ff72
 
a04ff72
 
a04ff72
@@ -17997,7 +18078,7 @@ else
a04ff72
 fi
a04ff72
 
a04ff72
 if test "x$enable_vv" != "xno"; then
a04ff72
-	if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno"; then
a04ff72
+	if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farstream" != "xno"; then
a04ff72
 
a04ff72
 $as_echo "#define USE_VV 1" >>confdefs.h
a04ff72
 
a04ff72
@@ -18006,13 +18087,13 @@ $as_echo "#define USE_VV 1" >>confdefs.h
a04ff72
 		if test "x$force_deps" = "xyes"; then
a04ff72
 			as_fn_error $? "
a04ff72
 Dependencies for voice/video were not met.
a04ff72
-Install the necessary gstreamer and farsight packages first.
a04ff72
+Install the necessary gstreamer and farstream packages first.
a04ff72
 Or use --disable-vv if you do not need voice/video support.
a04ff72
 			" "$LINENO" 5
a04ff72
 		fi
a04ff72
 	fi
a04ff72
 fi
a04ff72
- if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno"; then
a04ff72
+ if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farstream" != "xno"; then
a04ff72
   USE_VV_TRUE=
a04ff72
   USE_VV_FALSE='#'
a04ff72
 else
a04ff72
@@ -18045,7 +18126,6 @@ if test -n "$IDN_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_IDN_CFLAGS=`$PKG_CONFIG --cflags "libidn >= 0.0.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18062,7 +18142,6 @@ if test -n "$IDN_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_IDN_LIBS=`$PKG_CONFIG --libs "libidn >= 0.0.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18082,9 +18161,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        IDN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libidn >= 0.0.0" 2>&1`
a04ff72
+	        IDN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libidn >= 0.0.0" 2>&1`
a04ff72
         else
a04ff72
-	        IDN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libidn >= 0.0.0" 2>&1`
a04ff72
+	        IDN_PKG_ERRORS=`$PKG_CONFIG --print-errors "libidn >= 0.0.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$IDN_PKG_ERRORS" >&5
a04ff72
@@ -18152,7 +18231,6 @@ if test -n "$MEANWHILE_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_MEANWHILE_CFLAGS=`$PKG_CONFIG --cflags "meanwhile >= 1.0.0 meanwhile < 2.0.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18169,7 +18247,6 @@ if test -n "$MEANWHILE_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_MEANWHILE_LIBS=`$PKG_CONFIG --libs "meanwhile >= 1.0.0 meanwhile < 2.0.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18189,9 +18266,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        MEANWHILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "meanwhile >= 1.0.0 meanwhile < 2.0.0" 2>&1`
a04ff72
+	        MEANWHILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "meanwhile >= 1.0.0 meanwhile < 2.0.0" 2>&1`
a04ff72
         else
a04ff72
-	        MEANWHILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "meanwhile >= 1.0.0 meanwhile < 2.0.0" 2>&1`
a04ff72
+	        MEANWHILE_PKG_ERRORS=`$PKG_CONFIG --print-errors "meanwhile >= 1.0.0 meanwhile < 2.0.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$MEANWHILE_PKG_ERRORS" >&5
a04ff72
@@ -18271,7 +18348,6 @@ if test -n "$AVAHI_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_AVAHI_CFLAGS=`$PKG_CONFIG --cflags "avahi-client avahi-glib" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18288,7 +18364,6 @@ if test -n "$AVAHI_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_AVAHI_LIBS=`$PKG_CONFIG --libs "avahi-client avahi-glib" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18308,9 +18383,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "avahi-client avahi-glib" 2>&1`
a04ff72
+	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "avahi-client avahi-glib" 2>&1`
a04ff72
         else
a04ff72
-	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "avahi-client avahi-glib" 2>&1`
a04ff72
+	        AVAHI_PKG_ERRORS=`$PKG_CONFIG --print-errors "avahi-client avahi-glib" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$AVAHI_PKG_ERRORS" >&5
a04ff72
@@ -18461,7 +18536,6 @@ if test -n "$SILC_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SILC_CFLAGS=`$PKG_CONFIG --cflags "silcclient >= 1.1" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18478,7 +18552,6 @@ if test -n "$SILC_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SILC_LIBS=`$PKG_CONFIG --libs "silcclient >= 1.1" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18498,9 +18571,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        SILC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "silcclient >= 1.1" 2>&1`
a04ff72
+	        SILC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "silcclient >= 1.1" 2>&1`
a04ff72
         else
a04ff72
-	        SILC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "silcclient >= 1.1" 2>&1`
a04ff72
+	        SILC_PKG_ERRORS=`$PKG_CONFIG --print-errors "silcclient >= 1.1" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$SILC_PKG_ERRORS" >&5
a04ff72
@@ -18541,7 +18614,6 @@ if test -n "$SILC_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SILC_CFLAGS=`$PKG_CONFIG --cflags "silcclient" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18558,7 +18630,6 @@ if test -n "$SILC_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SILC_LIBS=`$PKG_CONFIG --libs "silcclient" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18578,9 +18649,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        SILC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "silcclient" 2>&1`
a04ff72
+	        SILC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "silcclient" 2>&1`
a04ff72
         else
a04ff72
-	        SILC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "silcclient" 2>&1`
a04ff72
+	        SILC_PKG_ERRORS=`$PKG_CONFIG --print-errors "silcclient" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$SILC_PKG_ERRORS" >&5
a04ff72
@@ -18621,7 +18692,6 @@ if test -n "$SILC_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SILC_CFLAGS=`$PKG_CONFIG --cflags "silc" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18638,7 +18708,6 @@ if test -n "$SILC_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_SILC_LIBS=`$PKG_CONFIG --libs "silc" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18658,9 +18727,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        SILC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "silc" 2>&1`
a04ff72
+	        SILC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "silc" 2>&1`
a04ff72
         else
a04ff72
-	        SILC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "silc" 2>&1`
a04ff72
+	        SILC_PKG_ERRORS=`$PKG_CONFIG --print-errors "silc" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$SILC_PKG_ERRORS" >&5
a04ff72
@@ -18887,7 +18956,6 @@ if test -n "$GADU_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GADU_CFLAGS=`$PKG_CONFIG --cflags "libgadu >= 1.11.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18904,7 +18972,6 @@ if test -n "$GADU_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_GADU_LIBS=`$PKG_CONFIG --libs "libgadu >= 1.11.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -18924,9 +18991,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        GADU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgadu >= 1.11.0" 2>&1`
a04ff72
+	        GADU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libgadu >= 1.11.0" 2>&1`
a04ff72
         else
a04ff72
-	        GADU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgadu >= 1.11.0" 2>&1`
a04ff72
+	        GADU_PKG_ERRORS=`$PKG_CONFIG --print-errors "libgadu >= 1.11.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$GADU_PKG_ERRORS" >&5
a04ff72
@@ -19646,7 +19713,6 @@ if test -n "$DBUS_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 0.60 dbus-glib-1 >= 0.60" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -19663,7 +19729,6 @@ if test -n "$DBUS_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 0.60 dbus-glib-1 >= 0.60" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -19683,9 +19748,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= 0.60 dbus-glib-1 >= 0.60" 2>&1`
a04ff72
+	        DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60" 2>&1`
a04ff72
         else
a04ff72
-	        DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= 0.60 dbus-glib-1 >= 0.60" 2>&1`
a04ff72
+	        DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$DBUS_PKG_ERRORS" >&5
a04ff72
@@ -19739,7 +19804,6 @@ if test -n "$NETWORKMANAGER_CFLAGS"; the
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NETWORKMANAGER_CFLAGS=`$PKG_CONFIG --cflags "NetworkManager >= 0.5.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -19756,7 +19820,6 @@ if test -n "$NETWORKMANAGER_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NETWORKMANAGER_LIBS=`$PKG_CONFIG --libs "NetworkManager >= 0.5.0" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -19776,9 +19839,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        NETWORKMANAGER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "NetworkManager >= 0.5.0" 2>&1`
a04ff72
+	        NETWORKMANAGER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "NetworkManager >= 0.5.0" 2>&1`
a04ff72
         else
a04ff72
-	        NETWORKMANAGER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "NetworkManager >= 0.5.0" 2>&1`
a04ff72
+	        NETWORKMANAGER_PKG_ERRORS=`$PKG_CONFIG --print-errors "NetworkManager >= 0.5.0" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$NETWORKMANAGER_PKG_ERRORS" >&5
a04ff72
@@ -20137,7 +20200,6 @@ if test -n "$MONO_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_MONO_CFLAGS=`$PKG_CONFIG --cflags "mono" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -20154,7 +20216,6 @@ if test -n "$MONO_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_MONO_LIBS=`$PKG_CONFIG --libs "mono" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -20174,9 +20235,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        MONO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mono" 2>&1`
a04ff72
+	        MONO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mono" 2>&1`
a04ff72
         else
a04ff72
-	        MONO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mono" 2>&1`
a04ff72
+	        MONO_PKG_ERRORS=`$PKG_CONFIG --print-errors "mono" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$MONO_PKG_ERRORS" >&5
a04ff72
@@ -20924,7 +20985,6 @@ if test -n "$NSS_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "mozilla-nss" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -20941,7 +21001,6 @@ if test -n "$NSS_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "mozilla-nss" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -20961,9 +21020,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mozilla-nss" 2>&1`
a04ff72
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mozilla-nss" 2>&1`
a04ff72
         else
a04ff72
-	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mozilla-nss" 2>&1`
a04ff72
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors "mozilla-nss" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$NSS_PKG_ERRORS" >&5
a04ff72
@@ -21008,7 +21067,6 @@ if test -n "$NSS_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "nss" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -21025,7 +21083,6 @@ if test -n "$NSS_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "nss" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -21045,9 +21102,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss" 2>&1`
a04ff72
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "nss" 2>&1`
a04ff72
         else
a04ff72
-	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss" 2>&1`
a04ff72
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors "nss" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$NSS_PKG_ERRORS" >&5
a04ff72
@@ -21092,7 +21149,6 @@ if test -n "$NSS_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "microb-engine-nss" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -21109,7 +21165,6 @@ if test -n "$NSS_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "microb-engine-nss" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -21129,9 +21184,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "microb-engine-nss" 2>&1`
a04ff72
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "microb-engine-nss" 2>&1`
a04ff72
         else
a04ff72
-	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "microb-engine-nss" 2>&1`
a04ff72
+	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors "microb-engine-nss" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$NSS_PKG_ERRORS" >&5
a04ff72
@@ -22489,7 +22544,6 @@ if test -n "$CHECK_CFLAGS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_CHECK_CFLAGS=`$PKG_CONFIG --cflags "check >= 0.9.4" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -22506,7 +22560,6 @@ if test -n "$CHECK_LIBS"; then
a04ff72
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
a04ff72
   test $ac_status = 0; }; then
a04ff72
   pkg_cv_CHECK_LIBS=`$PKG_CONFIG --libs "check >= 0.9.4" 2>/dev/null`
a04ff72
-		      test "x$?" != "x0" && pkg_failed=yes
a04ff72
 else
a04ff72
   pkg_failed=yes
a04ff72
 fi
a04ff72
@@ -22526,9 +22579,9 @@ else
a04ff72
         _pkg_short_errors_supported=no
a04ff72
 fi
a04ff72
         if test $_pkg_short_errors_supported = yes; then
a04ff72
-	        CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "check >= 0.9.4" 2>&1`
a04ff72
+	        CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "check >= 0.9.4" 2>&1`
a04ff72
         else
a04ff72
-	        CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "check >= 0.9.4" 2>&1`
a04ff72
+	        CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors "check >= 0.9.4" 2>&1`
a04ff72
         fi
a04ff72
 	# Put the nasty error message in config.log where it belongs
a04ff72
 	echo "$CHECK_PKG_ERRORS" >&5
a04ff72
@@ -23762,6 +23815,7 @@ pic_mode='`$ECHO "$pic_mode" | $SED "$de
a04ff72
 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
a04ff72
 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
a04ff72
 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
a04ff72
+PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
a04ff72
 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
a04ff72
 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
a04ff72
 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
a04ff72
@@ -23844,7 +23898,6 @@ with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
a04ff72
 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
a04ff72
 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
a04ff72
 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
a04ff72
-hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
a04ff72
 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
a04ff72
 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
a04ff72
 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
a04ff72
@@ -23900,6 +23953,7 @@ _LTECHO_EOF'
a04ff72
 # Quote evaled strings.
a04ff72
 for var in SHELL \
a04ff72
 ECHO \
a04ff72
+PATH_SEPARATOR \
a04ff72
 SED \
a04ff72
 GREP \
a04ff72
 EGREP \
a04ff72
@@ -23950,7 +24004,6 @@ with_gnu_ld \
a04ff72
 allow_undefined_flag \
a04ff72
 no_undefined_flag \
a04ff72
 hardcode_libdir_flag_spec \
a04ff72
-hardcode_libdir_flag_spec_ld \
a04ff72
 hardcode_libdir_separator \
a04ff72
 exclude_expsyms \
a04ff72
 include_expsyms \
a04ff72
@@ -24819,8 +24872,8 @@ $as_echo X"$file" |
a04ff72
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
a04ff72
 #
a04ff72
 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
a04ff72
-#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
a04ff72
-#                 Inc.
a04ff72
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
a04ff72
+#                 Foundation, Inc.
a04ff72
 #   Written by Gordon Matzigkeit, 1996
a04ff72
 #
a04ff72
 #   This file is part of GNU Libtool.
a04ff72
@@ -24874,6 +24927,9 @@ SHELL=$lt_SHELL
a04ff72
 # An echo program that protects backslashes.
a04ff72
 ECHO=$lt_ECHO
a04ff72
 
a04ff72
+# The PATH separator for the build system.
a04ff72
+PATH_SEPARATOR=$lt_PATH_SEPARATOR
a04ff72
+
a04ff72
 # The host system.
a04ff72
 host_alias=$host_alias
a04ff72
 host=$host
a04ff72
@@ -25175,10 +25231,6 @@ no_undefined_flag=$lt_no_undefined_flag
a04ff72
 # This must work even if \$libdir does not exist
a04ff72
 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
a04ff72
 
a04ff72
-# If ld is used when linking, flag to hardcode \$libdir into a binary
a04ff72
-# during linking.  This must work even if \$libdir does not exist.
a04ff72
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
a04ff72
-
a04ff72
 # Whether we need a single "-rpath" flag with a separated argument.
a04ff72
 hardcode_libdir_separator=$lt_hardcode_libdir_separator
a04ff72
 
a04ff72
diff -up pidgin-2.10.1/libpurple/Makefile.am.farstream pidgin-2.10.1/libpurple/Makefile.am
a04ff72
--- pidgin-2.10.1/libpurple/Makefile.am.farstream	2011-12-06 03:44:33.000000000 -0500
a04ff72
+++ pidgin-2.10.1/libpurple/Makefile.am	2012-03-09 16:41:34.768780341 -0500
a04ff72
@@ -306,7 +306,7 @@ libpurple_la_LIBADD = \
a04ff72
 	$(LIBXML_LIBS) \
a04ff72
 	$(NETWORKMANAGER_LIBS) \
a04ff72
 	$(INTLLIBS) \
a04ff72
-	$(FARSIGHT_LIBS) \
a04ff72
+	$(FARSTREAM_LIBS) \
a04ff72
 	$(GSTREAMER_LIBS) \
a04ff72
 	$(GSTINTERFACES_LIBS) \
a04ff72
 	$(IDN_LIBS) \
a04ff72
@@ -322,7 +322,7 @@ AM_CPPFLAGS = \
a04ff72
 	$(DEBUG_CFLAGS) \
a04ff72
 	$(DBUS_CFLAGS) \
a04ff72
 	$(LIBXML_CFLAGS) \
a04ff72
-	$(FARSIGHT_CFLAGS) \
a04ff72
+	$(FARSTREAM_CFLAGS) \
a04ff72
 	$(GSTREAMER_CFLAGS) \
a04ff72
 	$(GSTINTERFACES_CFLAGS) \
a04ff72
 	$(IDN_CFLAGS) \
a04ff72
diff -up pidgin-2.10.1/libpurple/Makefile.in.farstream pidgin-2.10.1/libpurple/Makefile.in
a04ff72
--- pidgin-2.10.1/libpurple/Makefile.in.farstream	2011-12-06 03:45:16.000000000 -0500
a04ff72
+++ pidgin-2.10.1/libpurple/Makefile.in	2012-03-09 16:41:52.380606592 -0500
a04ff72
@@ -1,9 +1,9 @@
a04ff72
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
a04ff72
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
a04ff72
 # @configure_input@
a04ff72
 
a04ff72
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
a04ff72
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
a04ff72
-# Inc.
a04ff72
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
a04ff72
+# Foundation, Inc.
a04ff72
 # This Makefile.in is free software; the Free Software Foundation
a04ff72
 # gives unlimited permission to copy and/or distribute it,
a04ff72
 # with or without modifications, as long as this notice is preserved.
a04ff72
@@ -81,6 +81,12 @@ am__nobase_list = $(am__nobase_strip_set
a04ff72
 am__base_list = \
a04ff72
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
a04ff72
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
a04ff72
+am__uninstall_files_from_dir = { \
a04ff72
+  test -z "$$files" \
a04ff72
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
a04ff72
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
a04ff72
+         $(am__cd) "$$dir" && rm -f $$files; }; \
a04ff72
+  }
a04ff72
 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
a04ff72
 	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \
a04ff72
 	"$(DESTDIR)$(libpurpleincludedir)" \
a04ff72
@@ -92,8 +98,8 @@ am__DEPENDENCIES_1 =
a04ff72
 am__libpurple_client_la_SOURCES_DIST = purple-client.c purple-client.h
a04ff72
 @ENABLE_DBUS_TRUE@am_libpurple_client_la_OBJECTS = purple-client.lo
a04ff72
 libpurple_client_la_OBJECTS = $(am_libpurple_client_la_OBJECTS)
a04ff72
-AM_V_lt = $(am__v_lt_$(V))
a04ff72
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
a04ff72
+AM_V_lt = $(am__v_lt_@AM_V@)
a04ff72
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
a04ff72
 am__v_lt_0 = --silent
a04ff72
 libpurple_client_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
a04ff72
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
a04ff72
@@ -150,21 +156,21 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=
a04ff72
 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
a04ff72
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
a04ff72
 	$(AM_CFLAGS) $(CFLAGS)
a04ff72
-AM_V_CC = $(am__v_CC_$(V))
a04ff72
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
a04ff72
+AM_V_CC = $(am__v_CC_@AM_V@)
a04ff72
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
a04ff72
 am__v_CC_0 = @echo "  CC    " $@;
a04ff72
-AM_V_at = $(am__v_at_$(V))
a04ff72
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
a04ff72
+AM_V_at = $(am__v_at_@AM_V@)
a04ff72
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
a04ff72
 am__v_at_0 = @
a04ff72
 CCLD = $(CC)
a04ff72
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
a04ff72
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
a04ff72
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
a04ff72
-AM_V_CCLD = $(am__v_CCLD_$(V))
a04ff72
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
a04ff72
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
a04ff72
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
a04ff72
 am__v_CCLD_0 = @echo "  CCLD  " $@;
a04ff72
-AM_V_GEN = $(am__v_GEN_$(V))
a04ff72
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
a04ff72
+AM_V_GEN = $(am__v_GEN_@AM_V@)
a04ff72
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
a04ff72
 am__v_GEN_0 = @echo "  GEN   " $@;
a04ff72
 SOURCES = $(libpurple_client_la_SOURCES) $(libpurple_la_SOURCES) \
a04ff72
 	$(purple_client_example_SOURCES)
a04ff72
@@ -271,8 +277,8 @@ EGREP = @EGREP@
a04ff72
 EVOLUTION_ADDRESSBOOK_CFLAGS = @EVOLUTION_ADDRESSBOOK_CFLAGS@
a04ff72
 EVOLUTION_ADDRESSBOOK_LIBS = @EVOLUTION_ADDRESSBOOK_LIBS@
a04ff72
 EXEEXT = @EXEEXT@
a04ff72
-FARSIGHT_CFLAGS = @FARSIGHT_CFLAGS@
a04ff72
-FARSIGHT_LIBS = @FARSIGHT_LIBS@
a04ff72
+FARSTREAM_CFLAGS = @FARSTREAM_CFLAGS@
a04ff72
+FARSTREAM_LIBS = @FARSTREAM_LIBS@
a04ff72
 FGREP = @FGREP@
a04ff72
 GADU_CFLAGS = @GADU_CFLAGS@
a04ff72
 GADU_LIBS = @GADU_LIBS@
a04ff72
@@ -316,6 +322,10 @@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
a04ff72
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
a04ff72
 INTLTOOL_PERL = @INTLTOOL_PERL@
a04ff72
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
a04ff72
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
a04ff72
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
a04ff72
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
a04ff72
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
a04ff72
 KRB4_CFLAGS = @KRB4_CFLAGS@
a04ff72
 KRB4_LDFLAGS = @KRB4_LDFLAGS@
a04ff72
 KRB4_LIBS = @KRB4_LIBS@
a04ff72
@@ -450,6 +460,8 @@ htmldir = @htmldir@
a04ff72
 includedir = @includedir@
a04ff72
 infodir = @infodir@
a04ff72
 install_sh = @install_sh@
a04ff72
+intltool__v_merge_options_ = @intltool__v_merge_options_@
a04ff72
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
a04ff72
 libdir = @libdir@
a04ff72
 libexecdir = @libexecdir@
a04ff72
 localedir = @localedir@
a04ff72
@@ -725,7 +737,7 @@ libpurple_la_LIBADD = \
a04ff72
 	$(LIBXML_LIBS) \
a04ff72
 	$(NETWORKMANAGER_LIBS) \
a04ff72
 	$(INTLLIBS) \
a04ff72
-	$(FARSIGHT_LIBS) \
a04ff72
+	$(FARSTREAM_LIBS) \
a04ff72
 	$(GSTREAMER_LIBS) \
a04ff72
 	$(GSTINTERFACES_LIBS) \
a04ff72
 	$(IDN_LIBS) \
a04ff72
@@ -736,7 +748,7 @@ AM_CPPFLAGS = -DDATADIR=\"$(datadir)\" \
a04ff72
 	-DLIBDIR=\"$(libdir)/purple-$(PURPLE_MAJOR_VERSION)/\" \
a04ff72
 	-DLOCALEDIR=\"$(datadir)/locale\" \
a04ff72
 	-DSYSCONFDIR=\"$(sysconfdir)\" $(GLIB_CFLAGS) $(DEBUG_CFLAGS) \
a04ff72
-	$(DBUS_CFLAGS) $(LIBXML_CFLAGS) $(FARSIGHT_CFLAGS) \
a04ff72
+	$(DBUS_CFLAGS) $(LIBXML_CFLAGS) $(FARSTREAM_CFLAGS) \
a04ff72
 	$(GSTREAMER_CFLAGS) $(GSTINTERFACES_CFLAGS) $(IDN_CFLAGS) \
a04ff72
 	$(NETWORKMANAGER_CFLAGS) $(am__append_1)
a04ff72
 all: $(BUILT_SOURCES)
a04ff72
@@ -817,9 +829,9 @@ clean-libLTLIBRARIES:
a04ff72
 	  echo "rm -f \"$${dir}/so_locations\""; \
a04ff72
 	  rm -f "$${dir}/so_locations"; \
a04ff72
 	done
a04ff72
-libpurple-client.la: $(libpurple_client_la_OBJECTS) $(libpurple_client_la_DEPENDENCIES) 
a04ff72
+libpurple-client.la: $(libpurple_client_la_OBJECTS) $(libpurple_client_la_DEPENDENCIES) $(EXTRA_libpurple_client_la_DEPENDENCIES) 
a04ff72
 	$(AM_V_CCLD)$(libpurple_client_la_LINK) $(am_libpurple_client_la_rpath) $(libpurple_client_la_OBJECTS) $(libpurple_client_la_LIBADD) $(LIBS)
a04ff72
-libpurple.la: $(libpurple_la_OBJECTS) $(libpurple_la_DEPENDENCIES) 
a04ff72
+libpurple.la: $(libpurple_la_OBJECTS) $(libpurple_la_DEPENDENCIES) $(EXTRA_libpurple_la_DEPENDENCIES) 
a04ff72
 	$(AM_V_CCLD)$(libpurple_la_LINK) -rpath $(libdir) $(libpurple_la_OBJECTS) $(libpurple_la_LIBADD) $(LIBS)
a04ff72
 install-binPROGRAMS: $(bin_PROGRAMS)
a04ff72
 	@$(NORMAL_INSTALL)
a04ff72
@@ -864,7 +876,7 @@ clean-binPROGRAMS:
a04ff72
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
a04ff72
 	echo " rm -f" $$list; \
a04ff72
 	rm -f $$list
a04ff72
-purple-client-example$(EXEEXT): $(purple_client_example_OBJECTS) $(purple_client_example_DEPENDENCIES) 
a04ff72
+purple-client-example$(EXEEXT): $(purple_client_example_OBJECTS) $(purple_client_example_DEPENDENCIES) $(EXTRA_purple_client_example_DEPENDENCIES) 
a04ff72
 	@rm -f purple-client-example$(EXEEXT)
a04ff72
 	$(AM_V_CCLD)$(LINK) $(purple_client_example_OBJECTS) $(purple_client_example_LDADD) $(LIBS)
a04ff72
 install-binSCRIPTS: $(bin_SCRIPTS)
a04ff72
@@ -898,9 +910,7 @@ uninstall-binSCRIPTS:
a04ff72
 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
a04ff72
 	files=`for p in $$list; do echo "$$p"; done | \
a04ff72
 	       sed -e 's,.*/,,;$(transform)'`; \
a04ff72
-	test -n "$$list" || exit 0; \
a04ff72
-	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
a04ff72
-	cd "$(DESTDIR)$(bindir)" && rm -f $$files
a04ff72
+	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
a04ff72
 
a04ff72
 mostlyclean-compile:
a04ff72
 	-rm -f *.$(OBJEXT)
a04ff72
@@ -978,66 +988,58 @@ distclean-compile:
a04ff72
 .c.o:
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
a04ff72
 
a04ff72
 .c.obj:
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
a04ff72
 
a04ff72
 .c.lo:
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
a04ff72
 
a04ff72
 backend-fs2.lo: media/backend-fs2.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT backend-fs2.lo -MD -MP -MF $(DEPDIR)/backend-fs2.Tpo -c -o backend-fs2.lo `test -f 'media/backend-fs2.c' || echo '$(srcdir)/'`media/backend-fs2.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/backend-fs2.Tpo $(DEPDIR)/backend-fs2.Plo
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='media/backend-fs2.c' object='backend-fs2.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='media/backend-fs2.c' object='backend-fs2.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backend-fs2.lo `test -f 'media/backend-fs2.c' || echo '$(srcdir)/'`media/backend-fs2.c
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backend-fs2.lo `test -f 'media/backend-fs2.c' || echo '$(srcdir)/'`media/backend-fs2.c
a04ff72
 
a04ff72
 backend-iface.lo: media/backend-iface.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT backend-iface.lo -MD -MP -MF $(DEPDIR)/backend-iface.Tpo -c -o backend-iface.lo `test -f 'media/backend-iface.c' || echo '$(srcdir)/'`media/backend-iface.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/backend-iface.Tpo $(DEPDIR)/backend-iface.Plo
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='media/backend-iface.c' object='backend-iface.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='media/backend-iface.c' object='backend-iface.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backend-iface.lo `test -f 'media/backend-iface.c' || echo '$(srcdir)/'`media/backend-iface.c
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backend-iface.lo `test -f 'media/backend-iface.c' || echo '$(srcdir)/'`media/backend-iface.c
a04ff72
 
a04ff72
 candidate.lo: media/candidate.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT candidate.lo -MD -MP -MF $(DEPDIR)/candidate.Tpo -c -o candidate.lo `test -f 'media/candidate.c' || echo '$(srcdir)/'`media/candidate.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/candidate.Tpo $(DEPDIR)/candidate.Plo
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='media/candidate.c' object='candidate.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='media/candidate.c' object='candidate.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o candidate.lo `test -f 'media/candidate.c' || echo '$(srcdir)/'`media/candidate.c
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o candidate.lo `test -f 'media/candidate.c' || echo '$(srcdir)/'`media/candidate.c
a04ff72
 
a04ff72
 codec.lo: media/codec.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT codec.lo -MD -MP -MF $(DEPDIR)/codec.Tpo -c -o codec.lo `test -f 'media/codec.c' || echo '$(srcdir)/'`media/codec.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/codec.Tpo $(DEPDIR)/codec.Plo
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='media/codec.c' object='codec.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='media/codec.c' object='codec.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o codec.lo `test -f 'media/codec.c' || echo '$(srcdir)/'`media/codec.c
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o codec.lo `test -f 'media/codec.c' || echo '$(srcdir)/'`media/codec.c
a04ff72
 
a04ff72
 enum-types.lo: media/enum-types.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-types.lo -MD -MP -MF $(DEPDIR)/enum-types.Tpo -c -o enum-types.lo `test -f 'media/enum-types.c' || echo '$(srcdir)/'`media/enum-types.c
a04ff72
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/enum-types.Tpo $(DEPDIR)/enum-types.Plo
a04ff72
-@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
a04ff72
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='media/enum-types.c' object='enum-types.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='media/enum-types.c' object='enum-types.lo' libtool=yes @AMDEPBACKSLASH@
a04ff72
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a04ff72
-@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-types.lo `test -f 'media/enum-types.c' || echo '$(srcdir)/'`media/enum-types.c
a04ff72
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-types.lo `test -f 'media/enum-types.c' || echo '$(srcdir)/'`media/enum-types.c
a04ff72
 
a04ff72
 mostlyclean-libtool:
a04ff72
 	-rm -f *.lo
a04ff72
@@ -1061,9 +1063,7 @@ uninstall-pkgconfigDATA:
a04ff72
 	@$(NORMAL_UNINSTALL)
a04ff72
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
a04ff72
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
a04ff72
-	test -n "$$files" || exit 0; \
a04ff72
-	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
a04ff72
-	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
a04ff72
+	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
a04ff72
 install-libpurpleincludeHEADERS: $(libpurpleinclude_HEADERS)
a04ff72
 	@$(NORMAL_INSTALL)
a04ff72
 	test -z "$(libpurpleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libpurpleincludedir)"
a04ff72
@@ -1081,9 +1081,7 @@ uninstall-libpurpleincludeHEADERS:
a04ff72
 	@$(NORMAL_UNINSTALL)
a04ff72
 	@list='$(libpurpleinclude_HEADERS)'; test -n "$(libpurpleincludedir)" || list=; \
a04ff72
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
a04ff72
-	test -n "$$files" || exit 0; \
a04ff72
-	echo " ( cd '$(DESTDIR)$(libpurpleincludedir)' && rm -f" $$files ")"; \
a04ff72
-	cd "$(DESTDIR)$(libpurpleincludedir)" && rm -f $$files
a04ff72
+	dir='$(DESTDIR)$(libpurpleincludedir)'; $(am__uninstall_files_from_dir)
a04ff72
 install-mediaincludeHEADERS: $(mediainclude_HEADERS)
a04ff72
 	@$(NORMAL_INSTALL)
a04ff72
 	test -z "$(mediaincludedir)" || $(MKDIR_P) "$(DESTDIR)$(mediaincludedir)"
a04ff72
@@ -1101,9 +1099,7 @@ uninstall-mediaincludeHEADERS:
a04ff72
 	@$(NORMAL_UNINSTALL)
a04ff72
 	@list='$(mediainclude_HEADERS)'; test -n "$(mediaincludedir)" || list=; \
a04ff72
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
a04ff72
-	test -n "$$files" || exit 0; \
a04ff72
-	echo " ( cd '$(DESTDIR)$(mediaincludedir)' && rm -f" $$files ")"; \
a04ff72
-	cd "$(DESTDIR)$(mediaincludedir)" && rm -f $$files
a04ff72
+	dir='$(DESTDIR)$(mediaincludedir)'; $(am__uninstall_files_from_dir)
a04ff72
 
a04ff72
 # This directory's subdirectories are mostly independent; you can cd
a04ff72
 # into them and run `make' without going through this Makefile.
a04ff72
@@ -1321,10 +1317,15 @@ install-am: all-am
a04ff72
 
a04ff72
 installcheck: installcheck-recursive
a04ff72
 install-strip:
a04ff72
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a04ff72
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
a04ff72
-	  `test -z '$(STRIP)' || \
a04ff72
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
a04ff72
+	if test -z '$(STRIP)'; then \
a04ff72
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a04ff72
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
a04ff72
+	      install; \
a04ff72
+	else \
a04ff72
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a04ff72
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
a04ff72
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
a04ff72
+	fi
a04ff72
 mostlyclean-generic:
a04ff72
 
a04ff72
 clean-generic:
a04ff72
diff -up pidgin-2.10.1/libpurple/media/backend-fs2.c.farstream pidgin-2.10.1/libpurple/media/backend-fs2.c
a04ff72
--- pidgin-2.10.1/libpurple/media/backend-fs2.c.farstream	2011-12-06 03:44:33.000000000 -0500
a04ff72
+++ pidgin-2.10.1/libpurple/media/backend-fs2.c	2012-03-09 16:41:34.770780320 -0500
a04ff72
@@ -1,5 +1,5 @@
a04ff72
 /**
a04ff72
- * @file backend-fs2.c Farsight 2 backend for media API
a04ff72
+ * @file backend-fs2.c Farstream backend for media API
a04ff72
  * @ingroup core
a04ff72
  */
a04ff72
 
a04ff72
@@ -34,8 +34,9 @@
a04ff72
 #include "network.h"
a04ff72
 #include "media-gst.h"
a04ff72
 
a04ff72
-#include <gst/farsight/fs-conference-iface.h>
a04ff72
-#include <gst/farsight/fs-element-added-notifier.h>
a04ff72
+#include <farstream/fs-conference.h>
a04ff72
+#include <farstream/fs-element-added-notifier.h>
a04ff72
+#include <farstream/fs-utils.h>
a04ff72
 
a04ff72
 /** @copydoc _PurpleMediaBackendFs2Class */
a04ff72
 typedef struct _PurpleMediaBackendFs2Class PurpleMediaBackendFs2Class;
a04ff72
@@ -112,6 +113,8 @@ struct _PurpleMediaBackendFs2Stream
a04ff72
 	gchar *participant;
a04ff72
 	FsStream *stream;
a04ff72
 
a04ff72
+        gboolean supports_add;
a04ff72
+
a04ff72
 	GstElement *src;
a04ff72
 	GstElement *tee;
a04ff72
 	GstElement *volume;
a04ff72
@@ -147,6 +150,8 @@ struct _PurpleMediaBackendFs2Private
a04ff72
 	FsConference *conference;
a04ff72
 	gchar *conference_type;
a04ff72
 
a04ff72
+        FsElementAddedNotifier *notifier;
a04ff72
+
a04ff72
 	GHashTable *sessions;
a04ff72
 	GHashTable *participants;
a04ff72
 
a04ff72
@@ -212,6 +217,11 @@ purple_media_backend_fs2_dispose(GObject
a04ff72
 
a04ff72
 	purple_debug_info("backend-fs2", "purple_media_backend_fs2_dispose\n");
a04ff72
 
a04ff72
+	if (priv->notifier) {
a04ff72
+		g_object_unref(priv->notifier);
a04ff72
+		priv->notifier = NULL;
a04ff72
+	}
a04ff72
+
a04ff72
 	if (priv->confbin) {
a04ff72
 		GstElement *pipeline;
a04ff72
 
a04ff72
@@ -846,7 +856,7 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 			priv->conference != FS_CONFERENCE(src))
a04ff72
 		return;
a04ff72
 
a04ff72
-	if (gst_structure_has_name(msg->structure, "farsight-error")) {
a04ff72
+	if (gst_structure_has_name(msg->structure, "farstream-error")) {
a04ff72
 		FsError error_no;
a04ff72
 		gst_structure_get_enum(msg->structure, "error-no",
a04ff72
 				FS_TYPE_ERROR, (gint*)&error_no);
a04ff72
@@ -867,16 +877,9 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 						" strict."));
a04ff72
 				purple_media_end(priv->media, NULL, NULL);
a04ff72
 				break;
a04ff72
-			case FS_ERROR_UNKNOWN_CNAME:
a04ff72
-			/*
a04ff72
-			 * Unknown CName is only a problem for the
a04ff72
-			 * multicast transmitter which isn't used.
a04ff72
-			 * It is also deprecated.
a04ff72
-			 */
a04ff72
-				break;
a04ff72
 			default:
a04ff72
 				purple_debug_error("backend-fs2",
a04ff72
-						"farsight-error: %i: %s\n",
a04ff72
+						"farstream-error: %i: %s\n",
a04ff72
 						error_no,
a04ff72
 					  	gst_structure_get_string(
a04ff72
 						msg->structure, "error-msg"));
a04ff72
@@ -885,11 +888,11 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 
a04ff72
 		if (FS_ERROR_IS_FATAL(error_no)) {
a04ff72
 			purple_media_error(priv->media, _("A non-recoverable "
a04ff72
-					"Farsight2 error has occurred."));
a04ff72
+					"Farstream error has occurred."));
a04ff72
 			purple_media_end(priv->media, NULL, NULL);
a04ff72
 		}
a04ff72
 	} else if (gst_structure_has_name(msg->structure,
a04ff72
-			"farsight-new-local-candidate")) {
a04ff72
+			"farstream-new-local-candidate")) {
a04ff72
 		const GValue *value;
a04ff72
 		FsStream *stream;
a04ff72
 		FsCandidate *local_candidate;
a04ff72
@@ -924,7 +927,7 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 				session->id, name, candidate);
a04ff72
 		g_object_unref(candidate);
a04ff72
 	} else if (gst_structure_has_name(msg->structure,
a04ff72
-			"farsight-local-candidates-prepared")) {
a04ff72
+			"farstream-local-candidates-prepared")) {
a04ff72
 		const GValue *value;
a04ff72
 		FsStream *stream;
a04ff72
 		FsParticipant *participant;
a04ff72
@@ -942,7 +945,7 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 		g_signal_emit_by_name(self, "candidates-prepared",
a04ff72
 				session->id, name);
a04ff72
 	} else if (gst_structure_has_name(msg->structure,
a04ff72
-			"farsight-new-active-candidate-pair")) {
a04ff72
+			"farstream-new-active-candidate-pair")) {
a04ff72
 		const GValue *value;
a04ff72
 		FsStream *stream;
a04ff72
 		FsCandidate *local_candidate;
a04ff72
@@ -976,7 +979,7 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 		g_object_unref(lcandidate);
a04ff72
 		g_object_unref(rcandidate);
a04ff72
 	} else if (gst_structure_has_name(msg->structure,
a04ff72
-			"farsight-recv-codecs-changed")) {
a04ff72
+			"farstream-recv-codecs-changed")) {
a04ff72
 		const GValue *value;
a04ff72
 		GList *codecs;
a04ff72
 		FsCodec *codec;
a04ff72
@@ -986,10 +989,10 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 		codec = codecs->data;
a04ff72
 
a04ff72
 		purple_debug_info("backend-fs2",
a04ff72
-				"farsight-recv-codecs-changed: %s\n",
a04ff72
+				"farstream-recv-codecs-changed: %s\n",
a04ff72
 				codec->encoding_name);
a04ff72
 	} else if (gst_structure_has_name(msg->structure,
a04ff72
-			"farsight-component-state-changed")) {
a04ff72
+			"farstream-component-state-changed")) {
a04ff72
 		const GValue *value;
a04ff72
 		FsStreamState fsstate;
a04ff72
 		guint component;
a04ff72
@@ -1025,11 +1028,11 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 		}
a04ff72
 
a04ff72
 		purple_debug_info("backend-fs2",
a04ff72
-				"farsight-component-state-changed: "
a04ff72
+				"farstream-component-state-changed: "
a04ff72
 				"component: %u state: %s\n",
a04ff72
 				component, state);
a04ff72
 	} else if (gst_structure_has_name(msg->structure,
a04ff72
-			"farsight-send-codec-changed")) {
a04ff72
+			"farstream-send-codec-changed")) {
a04ff72
 		const GValue *value;
a04ff72
 		FsCodec *codec;
a04ff72
 		gchar *codec_str;
a04ff72
@@ -1039,12 +1042,12 @@ gst_handle_message_element(GstBus *bus,
a04ff72
 		codec_str = fs_codec_to_string(codec);
a04ff72
 
a04ff72
 		purple_debug_info("backend-fs2",
a04ff72
-				"farsight-send-codec-changed: codec: %s\n",
a04ff72
+				"farstream-send-codec-changed: codec: %s\n",
a04ff72
 				codec_str);
a04ff72
 
a04ff72
 		g_free(codec_str);
a04ff72
 	} else if (gst_structure_has_name(msg->structure,
a04ff72
-			"farsight-codecs-changed")) {
a04ff72
+			"farstream-codecs-changed")) {
a04ff72
 		const GValue *value;
a04ff72
 		FsSession *fssession;
a04ff72
 		GList *sessions;
a04ff72
@@ -1220,8 +1223,12 @@ stream_info_cb(PurpleMedia *media, Purpl
a04ff72
 				purple_media_is_initiator(media, sid, name))
a04ff72
 			return;
a04ff72
 
a04ff72
-		fs_stream_set_remote_candidates(stream->stream,
a04ff72
-				stream->remote_candidates, &err;;
a04ff72
+		if (stream->supports_add)
a04ff72
+		  fs_stream_add_remote_candidates(stream->stream,
a04ff72
+			  	stream->remote_candidates, &err;;
a04ff72
+		else
a04ff72
+		  fs_stream_force_remote_candidates(stream->stream,
a04ff72
+			  	stream->remote_candidates, &err;;
a04ff72
 
a04ff72
 		if (err == NULL)
a04ff72
 			return;
a04ff72
@@ -1301,6 +1308,7 @@ init_conference(PurpleMediaBackendFs2 *s
a04ff72
 	GstElement *pipeline;
a04ff72
 	GstBus *bus;
a04ff72
 	gchar *name;
a04ff72
+	GKeyFile *default_props;
a04ff72
 
a04ff72
 	priv->conference = FS_CONFERENCE(
a04ff72
 			gst_element_factory_make(priv->conference_type, NULL));
a04ff72
@@ -1343,6 +1351,14 @@ init_conference(PurpleMediaBackendFs2 *s
a04ff72
 		return FALSE;
a04ff72
 	}
a04ff72
 
a04ff72
+	default_props = fs_utils_get_default_element_properties(GST_ELEMENT(priv->conference));
a04ff72
+	if (default_props != NULL) {
a04ff72
+		priv->notifier = fs_element_added_notifier_new();
a04ff72
+		fs_element_added_notifier_add(priv->notifier,
a04ff72
+					      GST_BIN(priv->confbin));
a04ff72
+		fs_element_added_notifier_set_properties_from_keyfile(priv->notifier, default_props);
a04ff72
+	}
a04ff72
+
a04ff72
 	g_signal_connect(G_OBJECT(bus), "message",
a04ff72
 			G_CALLBACK(gst_bus_cb), self);
a04ff72
 	gst_object_unref(bus);
a04ff72
@@ -1559,7 +1575,7 @@ create_session(PurpleMediaBackendFs2 *se
a04ff72
 	 * receiving the src-pad-added signal.
a04ff72
 	 * Only works for non-multicast FsRtpSessions.
a04ff72
 	 */
a04ff72
-	if (is_nice || !strcmp(transmitter, "rawudp"))
a04ff72
+	if (!!strcmp(transmitter, "multicast"))
a04ff72
 		g_object_set(G_OBJECT(session->session),
a04ff72
 				"no-rtcp-timeout", 0, NULL);
a04ff72
 
a04ff72
@@ -1612,7 +1628,7 @@ create_participant(PurpleMediaBackendFs2
a04ff72
 	GError *err = NULL;
a04ff72
 
a04ff72
 	participant = fs_conference_new_participant(
a04ff72
-			priv->conference, name, &err;;
a04ff72
+			priv->conference, &err;;
a04ff72
 
a04ff72
 	if (err) {
a04ff72
 		purple_debug_error("backend-fs2",
a04ff72
@@ -1622,6 +1638,12 @@ create_participant(PurpleMediaBackendFs2
a04ff72
 		return FALSE;
a04ff72
 	}
a04ff72
 
a04ff72
+	if (g_object_class_find_property(G_OBJECT_GET_CLASS(participant),
a04ff72
+					 "cname")) {
a04ff72
+	  g_object_set(participant, "cname", &name, NULL);
a04ff72
+	}
a04ff72
+
a04ff72
+
a04ff72
 	if (!priv->participants) {
a04ff72
 		purple_debug_info("backend-fs2",
a04ff72
 				"Creating hash table for participants\n");
a04ff72
@@ -1786,6 +1808,40 @@ create_stream(PurpleMediaBackendFs2 *sel
a04ff72
 		}
a04ff72
 	}
a04ff72
 
a04ff72
+
a04ff72
+	session = get_session(self, sess_id);
a04ff72
+
a04ff72
+	if (session == NULL) {
a04ff72
+		purple_debug_error("backend-fs2",
a04ff72
+				"Couldn't find session to create stream.\n");
a04ff72
+		return FALSE;
a04ff72
+	}
a04ff72
+
a04ff72
+	participant = get_participant(self, who);
a04ff72
+
a04ff72
+	if (participant == NULL) {
a04ff72
+		purple_debug_error("backend-fs2", "Couldn't find "
a04ff72
+				"participant to create stream.\n");
a04ff72
+		return FALSE;
a04ff72
+	}
a04ff72
+
a04ff72
+	fsstream = fs_session_new_stream(session->session, participant,
a04ff72
+			initiator == TRUE ? type_direction :
a04ff72
+			(type_direction & FS_DIRECTION_RECV), &err;;
a04ff72
+
a04ff72
+	if (fsstream == NULL) {
a04ff72
+		if (err) {
a04ff72
+			purple_debug_error("backend-fs2",
a04ff72
+					"Error creating stream: %s\n",
a04ff72
+					err && err->message ?
a04ff72
+					err->message : "NULL");
a04ff72
+			g_error_free(err);
a04ff72
+		} else
a04ff72
+			purple_debug_error("backend-fs2",
a04ff72
+					"Error creating stream\n");
a04ff72
+		return FALSE;
a04ff72
+	}
a04ff72
+
a04ff72
 	memcpy(_params, params, sizeof(GParameter) * num_params);
a04ff72
 
a04ff72
 	/* set the controlling mode parameter */
a04ff72
@@ -1840,45 +1896,22 @@ create_stream(PurpleMediaBackendFs2 *sel
a04ff72
 		_num_params++;
a04ff72
 	}
a04ff72
 
a04ff72
-	session = get_session(self, sess_id);
a04ff72
 
a04ff72
-	if (session == NULL) {
a04ff72
-		purple_debug_error("backend-fs2",
a04ff72
-				"Couldn't find session to create stream.\n");
a04ff72
-		return FALSE;
a04ff72
-	}
a04ff72
-
a04ff72
-	participant = get_participant(self, who);
a04ff72
-
a04ff72
-	if (participant == NULL) {
a04ff72
-		purple_debug_error("backend-fs2", "Couldn't find "
a04ff72
-				"participant to create stream.\n");
a04ff72
-		return FALSE;
a04ff72
+	if(!fs_stream_set_transmitter(fsstream, transmitter,
a04ff72
+				      _params, _num_params, &err)) {
a04ff72
+	     purple_debug_error("backend-fs2", "Could not set transmitter %s: %s.\n", transmitter, err->message);
a04ff72
+	     g_clear_error(&err;;
a04ff72
+	     g_free(_params);
a04ff72
+	     return FALSE;
a04ff72
 	}
a04ff72
-
a04ff72
-	fsstream = fs_session_new_stream(session->session, participant,
a04ff72
-			initiator == TRUE ? type_direction :
a04ff72
-			(type_direction & FS_DIRECTION_RECV), transmitter,
a04ff72
-			_num_params, _params, &err;;
a04ff72
 	g_free(_params);
a04ff72
 
a04ff72
-	if (fsstream == NULL) {
a04ff72
-		if (err) {
a04ff72
-			purple_debug_error("backend-fs2",
a04ff72
-					"Error creating stream: %s\n",
a04ff72
-					err && err->message ?
a04ff72
-					err->message : "NULL");
a04ff72
-			g_error_free(err);
a04ff72
-		} else
a04ff72
-			purple_debug_error("backend-fs2",
a04ff72
-					"Error creating stream\n");
a04ff72
-		return FALSE;
a04ff72
-	}
a04ff72
 
a04ff72
 	stream = g_new0(PurpleMediaBackendFs2Stream, 1);
a04ff72
 	stream->participant = g_strdup(who);
a04ff72
 	stream->session = session;
a04ff72
 	stream->stream = fsstream;
a04ff72
+	stream->supports_add = !strcmp(transmitter, "nice");
a04ff72
 
a04ff72
 	priv->streams =	g_list_append(priv->streams, stream);
a04ff72
 
a04ff72
@@ -1991,7 +2024,11 @@ purple_media_backend_fs2_add_remote_cand
a04ff72
 	if (purple_media_is_initiator(priv->media, sess_id, participant) ||
a04ff72
 			purple_media_accepted(
a04ff72
 			priv->media, sess_id, participant)) {
a04ff72
-		fs_stream_set_remote_candidates(stream->stream,
a04ff72
+  	        if (stream->supports_add)
a04ff72
+		     fs_stream_add_remote_candidates(stream->stream,
a04ff72
+				stream->remote_candidates, &err;;
a04ff72
+		else
a04ff72
+		     fs_stream_force_remote_candidates(stream->stream,
a04ff72
 				stream->remote_candidates, &err;;
a04ff72
 
a04ff72
 		if (err) {
a04ff72
diff -up pidgin-2.10.1/libpurple/media.c.farstream pidgin-2.10.1/libpurple/media.c
a04ff72
--- pidgin-2.10.1/libpurple/media.c.farstream	2011-12-06 03:44:33.000000000 -0500
a04ff72
+++ pidgin-2.10.1/libpurple/media.c	2012-03-09 16:41:34.771780310 -0500
a04ff72
@@ -1067,7 +1067,6 @@ purple_media_add_stream(PurpleMedia *med
a04ff72
 {
a04ff72
 #ifdef USE_VV
a04ff72
 	PurpleMediaSession *session;
a04ff72
-	PurpleMediaStream *stream = NULL;
a04ff72
 
a04ff72
 	g_return_val_if_fail(PURPLE_IS_MEDIA(media), FALSE);
a04ff72
 
a04ff72
@@ -1103,7 +1102,7 @@ purple_media_add_stream(PurpleMedia *med
a04ff72
 	}
a04ff72
 
a04ff72
 	if (purple_media_get_stream(media, sess_id, who) == NULL) {
a04ff72
-		stream = purple_media_insert_stream(session, who, initiator);
a04ff72
+		purple_media_insert_stream(session, who, initiator);
a04ff72
 
a04ff72
 		g_signal_emit(media, purple_media_signals[STATE_CHANGED],
a04ff72
 				0, PURPLE_MEDIA_STATE_NEW,
a04ff72
diff -up pidgin-2.10.1/libpurple/mediamanager.c.farstream pidgin-2.10.1/libpurple/mediamanager.c
a04ff72
--- pidgin-2.10.1/libpurple/mediamanager.c.farstream	2012-03-09 16:44:31.235039409 -0500
a04ff72
+++ pidgin-2.10.1/libpurple/mediamanager.c	2012-03-09 16:44:58.268772736 -0500
a04ff72
@@ -39,7 +39,7 @@
a04ff72
 #ifdef USE_VV
a04ff72
 #include <media/backend-fs2.h>
a04ff72
 
a04ff72
-#include <gst/farsight/fs-element-added-notifier.h>
a04ff72
+#include <farstream/fs-element-added-notifier.h>
a04ff72
 #include <gst/interfaces/xoverlay.h>
a04ff72
 
a04ff72
 /** @copydoc _PurpleMediaManagerPrivate */