<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -104,6 +104,8 @@ ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
+FUSE_CFLAGS = @FUSE_CFLAGS@
+FUSE_LIBS = @FUSE_LIBS@
 GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
@@ -124,6 +126,7 @@ PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -308,7 +311,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 	unique=`for i in $$list; do \
 	    if test -f &quot;$$i&quot;; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	mkid -fID $$unique
 tags: TAGS</diff>
      <filename>Makefile.in</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
+# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
@@ -13,13 +13,169 @@
 
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
+m4_if(AC_AUTOCONF_VERSION, [2.63],,
 [m4_warning([this file was generated for autoconf 2.63.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
+# 
+# Copyright &#169; 2004 Scott James Remnant &lt;scott@netsplit.com&gt;.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# PKG_PROG_PKG_CONFIG([MIN-VERSION])
+# ----------------------------------
+AC_DEFUN([PKG_PROG_PKG_CONFIG],
+[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
+m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
+if test &quot;x$ac_cv_env_PKG_CONFIG_set&quot; != &quot;xset&quot;; then
+	AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
+fi
+if test -n &quot;$PKG_CONFIG&quot;; then
+	_pkg_min_version=m4_default([$1], [0.9.0])
+	AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
+	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+		AC_MSG_RESULT([yes])
+	else
+		AC_MSG_RESULT([no])
+		PKG_CONFIG=&quot;&quot;
+	fi
+		
+fi[]dnl
+])# PKG_PROG_PKG_CONFIG
+
+# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+#
+# Check to see whether a particular set of modules exists.  Similar
+# to PKG_CHECK_MODULES(), but does not set variables or print errors.
+#
+#
+# Similar to PKG_CHECK_MODULES, make sure that the first instance of
+# this or PKG_CHECK_MODULES is called, or make sure to call
+# PKG_CHECK_EXISTS manually
+# --------------------------------------------------------------
+AC_DEFUN([PKG_CHECK_EXISTS],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+if test -n &quot;$PKG_CONFIG&quot; &amp;&amp; \
+    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors &quot;$1&quot;]); then
+  m4_ifval([$2], [$2], [:])
+m4_ifvaln([$3], [else
+  $3])dnl
+fi])
+
+
+# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
+# ---------------------------------------------
+m4_define([_PKG_CONFIG],
+[if test -n &quot;$$1&quot;; then
+    pkg_cv_[]$1=&quot;$$1&quot;
+ elif test -n &quot;$PKG_CONFIG&quot;; then
+    PKG_CHECK_EXISTS([$3],
+                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 &quot;$3&quot; 2&gt;/dev/null`],
+		     [pkg_failed=yes])
+ else
+    pkg_failed=untried
+fi[]dnl
+])# _PKG_CONFIG
+
+# _PKG_SHORT_ERRORS_SUPPORTED
+# -----------------------------
+AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi[]dnl
+])# _PKG_SHORT_ERRORS_SUPPORTED
+
+
+# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
+# [ACTION-IF-NOT-FOUND])
+#
+#
+# Note that if there is a possibility the first call to
+# PKG_CHECK_MODULES might not happen, you should be sure to include an
+# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
+#
+#
+# --------------------------------------------------------------
+AC_DEFUN([PKG_CHECK_MODULES],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
+AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
+
+pkg_failed=no
+AC_MSG_CHECKING([for $1])
+
+_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
+_PKG_CONFIG([$1][_LIBS], [libs], [$2])
+
+m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
+and $1[]_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.])
+
+if test $pkg_failed = yes; then
+        _PKG_SHORT_ERRORS_SUPPORTED
+        if test $_pkg_short_errors_supported = yes; then
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors &quot;$2&quot; 2&gt;&amp;1`
+        else 
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors &quot;$2&quot; 2&gt;&amp;1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo &quot;$$1[]_PKG_ERRORS&quot; &gt;&amp;AS_MESSAGE_LOG_FD
+
+	ifelse([$4], , [AC_MSG_ERROR(dnl
+[Package requirements ($2) were not met:
+
+$$1_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+_PKG_TEXT
+])],
+		[AC_MSG_RESULT([no])
+                $4])
+elif test $pkg_failed = untried; then
+	ifelse([$4], , [AC_MSG_FAILURE(dnl
+[The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+_PKG_TEXT
+
+To get pkg-config, see &lt;http://pkg-config.freedesktop.org/&gt;.])],
+		[$4])
+else
+	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
+	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
+        AC_MSG_RESULT([yes])
+	ifelse([$3], , :, [$3])
+fi[]dnl
+])# PKG_CHECK_MODULES
+
+# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -34,7 +190,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.10'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.10.2], [],
+m4_if([$1], [1.10.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -48,12 +204,12 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # AM_SET_CURRENT_AUTOMAKE_VERSION
 # -------------------------------
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.10.2])dnl
+[AM_AUTOMAKE_VERSION([1.10.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
+_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
@@ -303,28 +459,19 @@ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 # Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-#serial 4
+#serial 3
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
 # ------------------------------
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[# Autoconf 2.62 quotes --file arguments for eval, but not when files
-# are listed without --file.  Let's play safe and only enable the eval
-# if we detect the quoting.
-case $CONFIG_FILES in
-*\'*) eval set x &quot;$CONFIG_FILES&quot; ;;
-*)   set x $CONFIG_FILES ;;
-esac
-shift
-for mf
-do
+[for mf in $CONFIG_FILES; do
   # Strip MF so we end up with the name of the file.
   mf=`echo &quot;$mf&quot; | sed -e 's/:.*$//'`
   # Check whether this is an Automake generated Makefile or not.
@@ -656,13 +803,13 @@ esac
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 4
+# serial 3
 
 # _AM_MANGLE_OPTION(NAME)
 # -----------------------
@@ -679,7 +826,7 @@ AC_DEFUN([_AM_SET_OPTION],
 # ----------------------------------
 # OPTIONS is a space-separated list of Automake options.
 AC_DEFUN([_AM_SET_OPTIONS],
-[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 # -------------------------------------------</diff>
      <filename>aclocal.m4</filename>
    </modified>
    <modified>
      <diff>@@ -52,9 +52,6 @@
 /* Define to 1 if you have the `bz2' library (-lbz2). */
 #undef HAVE_LIBBZ2
 
-/* Define to 1 if you have the `fuse' library (-lfuse). */
-#undef HAVE_LIBFUSE
-
 /* Define to 1 if you have the `lzma' library (-llzma). */
 #undef HAVE_LIBLZMA
 </diff>
      <filename>config.h.in</filename>
    </modified>
    <modified>
      <diff>@@ -645,6 +645,9 @@ LIBOBJS
 EGREP
 GREP
 CXXCPP
+FUSE_LIBS
+FUSE_CFLAGS
+PKG_CONFIG
 BOOST_FILESYSTEM_LIB
 BOOST_PROGRAM_OPTIONS_LIB
 BOOST_IOSTREAMS_LIB
@@ -769,6 +772,9 @@ CCC
 CC
 CFLAGS
 CPP
+PKG_CONFIG
+FUSE_CFLAGS
+FUSE_LIBS
 CXXCPP'
 
 
@@ -1458,6 +1464,9 @@ Some influential environment variables:
   CC          C compiler command
   CFLAGS      C compiler flags
   CPP         C preprocessor
+  PKG_CONFIG  path to pkg-config utility
+  FUSE_CFLAGS C compiler flags for FUSE, overriding pkg-config
+  FUSE_LIBS   linker flags for FUSE, overriding pkg-config
   CXXCPP      C++ preprocessor
 
 Use these variables to override the choices made by `configure' or to help
@@ -7025,6 +7034,244 @@ fi
 
 
 
+
+
+if test &quot;x$ac_cv_env_PKG_CONFIG_set&quot; != &quot;xset&quot;; then
+	if test -n &quot;$ac_tool_prefix&quot;; then
+  # Extract the first word of &quot;${ac_tool_prefix}pkg-config&quot;, so it can be a program name with args.
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
+{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+if test &quot;${ac_cv_path_PKG_CONFIG+set}&quot; = set; then
+  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+else
+  case $PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_PKG_CONFIG=&quot;$PKG_CONFIG&quot; # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
+    ac_cv_path_PKG_CONFIG=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
+    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+if test -n &quot;$PKG_CONFIG&quot;; then
+  { $as_echo &quot;$as_me:$LINENO: result: $PKG_CONFIG&quot; &gt;&amp;5
+$as_echo &quot;$PKG_CONFIG&quot; &gt;&amp;6; }
+else
+  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+$as_echo &quot;no&quot; &gt;&amp;6; }
+fi
+
+
+fi
+if test -z &quot;$ac_cv_path_PKG_CONFIG&quot;; then
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
+  # Extract the first word of &quot;pkg-config&quot;, so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
+{ $as_echo &quot;$as_me:$LINENO: checking for $ac_word&quot; &gt;&amp;5
+$as_echo_n &quot;checking for $ac_word... &quot; &gt;&amp;6; }
+if test &quot;${ac_cv_path_ac_pt_PKG_CONFIG+set}&quot; = set; then
+  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
+else
+  case $ac_pt_PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_PKG_CONFIG=&quot;$ac_pt_PKG_CONFIG&quot; # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z &quot;$as_dir&quot; &amp;&amp; as_dir=.
+  for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f &quot;$as_dir/$ac_word$ac_exec_ext&quot; &amp;&amp; $as_test_x &quot;$as_dir/$ac_word$ac_exec_ext&quot;; }; then
+    ac_cv_path_ac_pt_PKG_CONFIG=&quot;$as_dir/$ac_word$ac_exec_ext&quot;
+    $as_echo &quot;$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext&quot; &gt;&amp;5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
+if test -n &quot;$ac_pt_PKG_CONFIG&quot;; then
+  { $as_echo &quot;$as_me:$LINENO: result: $ac_pt_PKG_CONFIG&quot; &gt;&amp;5
+$as_echo &quot;$ac_pt_PKG_CONFIG&quot; &gt;&amp;6; }
+else
+  { $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+$as_echo &quot;no&quot; &gt;&amp;6; }
+fi
+
+  if test &quot;x$ac_pt_PKG_CONFIG&quot; = x; then
+    PKG_CONFIG=&quot;&quot;
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo &quot;$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet&quot; &gt;&amp;5
+$as_echo &quot;$as_me: WARNING: using cross tools not prefixed with host triplet&quot; &gt;&amp;2;}
+ac_tool_warned=yes ;;
+esac
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
+  fi
+else
+  PKG_CONFIG=&quot;$ac_cv_path_PKG_CONFIG&quot;
+fi
+
+fi
+if test -n &quot;$PKG_CONFIG&quot;; then
+	_pkg_min_version=0.9.0
+	{ $as_echo &quot;$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version&quot; &gt;&amp;5
+$as_echo_n &quot;checking pkg-config is at least version $_pkg_min_version... &quot; &gt;&amp;6; }
+	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+		{ $as_echo &quot;$as_me:$LINENO: result: yes&quot; &gt;&amp;5
+$as_echo &quot;yes&quot; &gt;&amp;6; }
+	else
+		{ $as_echo &quot;$as_me:$LINENO: result: no&quot; &gt;&amp;5
+$as_echo &quot;no&quot; &gt;&amp;6; }
+		PKG_CONFIG=&quot;&quot;
+	fi
+
+fi
+
+pkg_failed=no
+{ $as_echo &quot;$as_me:$LINENO: checking for FUSE&quot; &gt;&amp;5
+$as_echo_n &quot;checking for FUSE... &quot; &gt;&amp;6; }
+
+if test -n &quot;$FUSE_CFLAGS&quot;; then
+    pkg_cv_FUSE_CFLAGS=&quot;$FUSE_CFLAGS&quot;
+ elif test -n &quot;$PKG_CONFIG&quot;; then
+    if test -n &quot;$PKG_CONFIG&quot; &amp;&amp; \
+    { ($as_echo &quot;$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \&quot;fuse\&quot;&quot;) &gt;&amp;5
+  ($PKG_CONFIG --exists --print-errors &quot;fuse&quot;) 2&gt;&amp;5
+  ac_status=$?
+  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  (exit $ac_status); }; then
+  pkg_cv_FUSE_CFLAGS=`$PKG_CONFIG --cflags &quot;fuse&quot; 2&gt;/dev/null`
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n &quot;$FUSE_LIBS&quot;; then
+    pkg_cv_FUSE_LIBS=&quot;$FUSE_LIBS&quot;
+ elif test -n &quot;$PKG_CONFIG&quot;; then
+    if test -n &quot;$PKG_CONFIG&quot; &amp;&amp; \
+    { ($as_echo &quot;$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \&quot;fuse\&quot;&quot;) &gt;&amp;5
+  ($PKG_CONFIG --exists --print-errors &quot;fuse&quot;) 2&gt;&amp;5
+  ac_status=$?
+  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
+  (exit $ac_status); }; then
+  pkg_cv_FUSE_LIBS=`$PKG_CONFIG --libs &quot;fuse&quot; 2&gt;/dev/null`
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        FUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors &quot;fuse&quot; 2&gt;&amp;1`
+        else
+	        FUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors &quot;fuse&quot; 2&gt;&amp;1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo &quot;$FUSE_PKG_ERRORS&quot; &gt;&amp;5
+
+	{ { $as_echo &quot;$as_me:$LINENO: error: Package requirements (fuse) were not met:
+
+$FUSE_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables FUSE_CFLAGS
+and FUSE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+&quot; &gt;&amp;5
+$as_echo &quot;$as_me: error: Package requirements (fuse) were not met:
+
+$FUSE_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables FUSE_CFLAGS
+and FUSE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }
+elif test $pkg_failed = untried; then
+	{ { $as_echo &quot;$as_me:$LINENO: error: in \`$ac_pwd':&quot; &gt;&amp;5
+$as_echo &quot;$as_me: error: in \`$ac_pwd':&quot; &gt;&amp;2;}
+{ { $as_echo &quot;$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables FUSE_CFLAGS
+and FUSE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see &lt;http://pkg-config.freedesktop.org/&gt;.
+See \`config.log' for more details.&quot; &gt;&amp;5
+$as_echo &quot;$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables FUSE_CFLAGS
+and FUSE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see &lt;http://pkg-config.freedesktop.org/&gt;.
+See \`config.log' for more details.&quot; &gt;&amp;2;}
+   { (exit 1); exit 1; }; }; }
+else
+	FUSE_CFLAGS=$pkg_cv_FUSE_CFLAGS
+	FUSE_LIBS=$pkg_cv_FUSE_LIBS
+        { $as_echo &quot;$as_me:$LINENO: result: yes&quot; &gt;&amp;5
+$as_echo &quot;yes&quot; &gt;&amp;6; }
+	:
+fi
+
+#AC_CHECK_HEADER(fuse.h,,
+#    [AC_MSG_ERROR([
+#	Can't find fuse.h - add the search path to CPPFLAGS and
+#	rerun configure, eg:
+#	export CPPFLAGS=-I/usr/local/include ])])
+
+#AC_CHECK_LIB(fuse,fuse_main,,
+#    [AC_MSG_ERROR([
+#	Can't find libfuse.a - add the search path to LDFLAGS
+#	and rerun configure, eg:
+#	export LDFLAGS=-L/usr/local/lib ])],)
+
 ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext &gt;&amp;5'
@@ -7643,240 +7890,6 @@ fi
 done
 
 
-if test &quot;${ac_cv_header_fuse_h+set}&quot; = set; then
-  { $as_echo &quot;$as_me:$LINENO: checking for fuse.h&quot; &gt;&amp;5
-$as_echo_n &quot;checking for fuse.h... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_header_fuse_h+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
-fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_header_fuse_h&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_header_fuse_h&quot; &gt;&amp;6; }
-else
-  # Is the header compilable?
-{ $as_echo &quot;$as_me:$LINENO: checking fuse.h usability&quot; &gt;&amp;5
-$as_echo_n &quot;checking fuse.h usability... &quot; &gt;&amp;6; }
-cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h &gt;&gt;conftest.$ac_ext
-cat &gt;&gt;conftest.$ac_ext &lt;&lt;_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-#include &lt;fuse.h&gt;
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try=&quot;$ac_compile&quot;
-case &quot;(($ac_try&quot; in
-  *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
-  (eval &quot;$ac_compile&quot;) 2&gt;conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 &gt;conftest.err
-  rm -f conftest.er1
-  cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
-  (exit $ac_status); } &amp;&amp; {
-	 test -z &quot;$ac_cxx_werror_flag&quot; ||
-	 test ! -s conftest.err
-       } &amp;&amp; test -s conftest.$ac_objext; then
-  ac_header_compiler=yes
-else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
-sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
-
-	ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_header_compiler&quot; &gt;&amp;5
-$as_echo &quot;$ac_header_compiler&quot; &gt;&amp;6; }
-
-# Is the header present?
-{ $as_echo &quot;$as_me:$LINENO: checking fuse.h presence&quot; &gt;&amp;5
-$as_echo_n &quot;checking fuse.h presence... &quot; &gt;&amp;6; }
-cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h &gt;&gt;conftest.$ac_ext
-cat &gt;&gt;conftest.$ac_ext &lt;&lt;_ACEOF
-/* end confdefs.h.  */
-#include &lt;fuse.h&gt;
-_ACEOF
-if { (ac_try=&quot;$ac_cpp conftest.$ac_ext&quot;
-case &quot;(($ac_try&quot; in
-  *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
-  (eval &quot;$ac_cpp conftest.$ac_ext&quot;) 2&gt;conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 &gt;conftest.err
-  rm -f conftest.er1
-  cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
-  (exit $ac_status); } &gt;/dev/null &amp;&amp; {
-	 test -z &quot;$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag&quot; ||
-	 test ! -s conftest.err
-       }; then
-  ac_header_preproc=yes
-else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
-sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
-
-  ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_header_preproc&quot; &gt;&amp;5
-$as_echo &quot;$ac_header_preproc&quot; &gt;&amp;6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
-  yes:no: )
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h: accepted by the compiler, rejected by the preprocessor!&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h: accepted by the compiler, rejected by the preprocessor!&quot; &gt;&amp;2;}
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h: proceeding with the compiler's result&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h: proceeding with the compiler's result&quot; &gt;&amp;2;}
-    ac_header_preproc=yes
-    ;;
-  no:yes:* )
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h: present but cannot be compiled&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h: present but cannot be compiled&quot; &gt;&amp;2;}
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h:     check for missing prerequisite headers?&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h:     check for missing prerequisite headers?&quot; &gt;&amp;2;}
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h: see the Autoconf documentation&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h: see the Autoconf documentation&quot; &gt;&amp;2;}
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h:     section \&quot;Present But Cannot Be Compiled\&quot;&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h:     section \&quot;Present But Cannot Be Compiled\&quot;&quot; &gt;&amp;2;}
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h: proceeding with the preprocessor's result&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h: proceeding with the preprocessor's result&quot; &gt;&amp;2;}
-    { $as_echo &quot;$as_me:$LINENO: WARNING: fuse.h: in the future, the compiler will take precedence&quot; &gt;&amp;5
-$as_echo &quot;$as_me: WARNING: fuse.h: in the future, the compiler will take precedence&quot; &gt;&amp;2;}
-    ( cat &lt;&lt;\_ASBOX
-## --------------------------------------- ##
-## Report this to milan.svoboda@centrum.cz ##
-## --------------------------------------- ##
-_ASBOX
-     ) | sed &quot;s/^/$as_me: WARNING:     /&quot; &gt;&amp;2
-    ;;
-esac
-{ $as_echo &quot;$as_me:$LINENO: checking for fuse.h&quot; &gt;&amp;5
-$as_echo_n &quot;checking for fuse.h... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_header_fuse_h+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
-else
-  ac_cv_header_fuse_h=$ac_header_preproc
-fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_header_fuse_h&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_header_fuse_h&quot; &gt;&amp;6; }
-
-fi
-if test &quot;x$ac_cv_header_fuse_h&quot; = x&quot;&quot;yes; then
-  :
-else
-  { { $as_echo &quot;$as_me:$LINENO: error:
-	Can't find fuse.h - add the search path to CPPFLAGS and
-	rerun configure, eg:
-	export CPPFLAGS=-I/usr/local/include &quot; &gt;&amp;5
-$as_echo &quot;$as_me: error:
-	Can't find fuse.h - add the search path to CPPFLAGS and
-	rerun configure, eg:
-	export CPPFLAGS=-I/usr/local/include &quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-fi
-
-
-
-
-{ $as_echo &quot;$as_me:$LINENO: checking for fuse_main in -lfuse&quot; &gt;&amp;5
-$as_echo_n &quot;checking for fuse_main in -lfuse... &quot; &gt;&amp;6; }
-if test &quot;${ac_cv_lib_fuse_fuse_main+set}&quot; = set; then
-  $as_echo_n &quot;(cached) &quot; &gt;&amp;6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS=&quot;-lfuse  $LIBS&quot;
-cat &gt;conftest.$ac_ext &lt;&lt;_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h &gt;&gt;conftest.$ac_ext
-cat &gt;&gt;conftest.$ac_ext &lt;&lt;_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern &quot;C&quot;
-#endif
-char fuse_main ();
-int
-main ()
-{
-return fuse_main ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try=&quot;$ac_link&quot;
-case &quot;(($ac_try&quot; in
-  *\&quot;* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo=&quot;\&quot;\$as_me:$LINENO: $ac_try_echo\&quot;&quot;
-$as_echo &quot;$ac_try_echo&quot;) &gt;&amp;5
-  (eval &quot;$ac_link&quot;) 2&gt;conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 &gt;conftest.err
-  rm -f conftest.er1
-  cat conftest.err &gt;&amp;5
-  $as_echo &quot;$as_me:$LINENO: \$? = $ac_status&quot; &gt;&amp;5
-  (exit $ac_status); } &amp;&amp; {
-	 test -z &quot;$ac_cxx_werror_flag&quot; ||
-	 test ! -s conftest.err
-       } &amp;&amp; test -s conftest$ac_exeext &amp;&amp; {
-	 test &quot;$cross_compiling&quot; = yes ||
-	 $as_test_x conftest$ac_exeext
-       }; then
-  ac_cv_lib_fuse_fuse_main=yes
-else
-  $as_echo &quot;$as_me: failed program was:&quot; &gt;&amp;5
-sed 's/^/| /' conftest.$ac_ext &gt;&amp;5
-
-	ac_cv_lib_fuse_fuse_main=no
-fi
-
-rm -rf conftest.dSYM
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo &quot;$as_me:$LINENO: result: $ac_cv_lib_fuse_fuse_main&quot; &gt;&amp;5
-$as_echo &quot;$ac_cv_lib_fuse_fuse_main&quot; &gt;&amp;6; }
-if test &quot;x$ac_cv_lib_fuse_fuse_main&quot; = x&quot;&quot;yes; then
-  cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
-#define HAVE_LIBFUSE 1
-_ACEOF
-
-  LIBS=&quot;-lfuse $LIBS&quot;
-
-else
-  { { $as_echo &quot;$as_me:$LINENO: error:
-	Can't find libfuse.a - add the search path to LDFLAGS
-	and rerun configure, eg:
-	export LDFLAGS=-L/usr/local/lib &quot; &gt;&amp;5
-$as_echo &quot;$as_me: error:
-	Can't find libfuse.a - add the search path to LDFLAGS
-	and rerun configure, eg:
-	export LDFLAGS=-L/usr/local/lib &quot; &gt;&amp;2;}
-   { (exit 1); exit 1; }; }
-fi
-
-
 if test &quot;${ac_cv_header_attr_xattr_h+set}&quot; = set; then
   { $as_echo &quot;$as_me:$LINENO: checking for attr/xattr.h&quot; &gt;&amp;5
 $as_echo_n &quot;checking for attr/xattr.h... &quot; &gt;&amp;6; }
@@ -12668,16 +12681,7 @@ $as_echo &quot;$as_me: executing $ac_file commands&quot; &gt;&amp;6;}
 
 
   case $ac_file$ac_mode in
-    &quot;depfiles&quot;:C) test x&quot;$AMDEP_TRUE&quot; != x&quot;&quot; || # Autoconf 2.62 quotes --file arguments for eval, but not when files
-# are listed without --file.  Let's play safe and only enable the eval
-# if we detect the quoting.
-case $CONFIG_FILES in
-*\'*) eval set x &quot;$CONFIG_FILES&quot; ;;
-*)   set x $CONFIG_FILES ;;
-esac
-shift
-for mf
-do
+    &quot;depfiles&quot;:C) test x&quot;$AMDEP_TRUE&quot; != x&quot;&quot; || for mf in $CONFIG_FILES; do
   # Strip MF so we end up with the name of the file.
   mf=`echo &quot;$mf&quot; | sed -e 's/:.*$//'`
   # Check whether this is an Automake generated Makefile or not.</diff>
      <filename>configure</filename>
    </modified>
    <modified>
      <diff>@@ -73,24 +73,14 @@ AX_CHECK_OPTIONAL_LIB([z], [uncompress])
 AX_CHECK_OPTIONAL_LIB([bz2], [BZ2_bzBuffToBuffCompress])
 AX_CHECK_OPTIONAL_LIB([lzo2], [lzo1x_1_compress])
 
-AC_CHECK_HEADER(fuse.h,,
-    [AC_MSG_ERROR([
-	Can't find fuse.h - add the search path to CPPFLAGS and
-	rerun configure, eg:
-	export CPPFLAGS=-I/usr/local/include ])])
-
-AC_CHECK_LIB(fuse,fuse_main,,
-    [AC_MSG_ERROR([
-	Can't find libfuse.a - add the search path to LDFLAGS
-	and rerun configure, eg:
-	export LDFLAGS=-L/usr/local/lib ])],)
-
 AC_CHECK_HEADER(attr/xattr.h,
     [AC_DEFINE([HAVE_ATTR_XATTR_H], [], [&quot;Have xattr.h header in attr/&quot;])],
     [AC_CHECK_HEADER(sys/xattr.h,
             [AC_DEFINE([HAVE_SYS_XATTR_H], [], [&quot;Have xattr.h header in sys/&quot;])],
 	    [AC_MSG_ERROR([Can't find xattr.h in attr/ or /sys])])])
 
+PKG_CHECK_MODULES([FUSE], [fuse])
+
 # Check for a supported FUSE_MAJOR_VERSION.
 AC_MSG_CHECKING([For supported FUSE API version])
 AC_RUN_IFELSE([ </diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -47,11 +47,11 @@ noinst_HEADERS = \
 	Lock.hpp
 
 fusecompress_SOURCES = $(common) main.cpp
-fusecompress_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB)
+fusecompress_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(FUSE_LIBS)
 fusecompress_offline_SOURCES = $(common) main_offline.cpp
-fusecompress_offline_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB)
+fusecompress_offline_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(FUSE_LIBS)
 
-AM_CXXFLAGS = $(BOOST_CXXFLAGS) -DRLOG_COMPONENT=&quot;fusecompress&quot;
+AM_CXXFLAGS=$(BOOST_CXXFLAGS) -DRLOG_COMPONENT=&quot;fusecompress&quot;
 
 AM_LDFLAGS=$(BOOST_LDFLAGS)
 </diff>
      <filename>src/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -62,13 +62,14 @@ fusecompress_OBJECTS = $(am_fusecompress_OBJECTS)
 am__DEPENDENCIES_1 =
 fusecompress_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
-	$(am__DEPENDENCIES_1)
+	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 am_fusecompress_offline_OBJECTS = $(am__objects_1) \
 	main_offline.$(OBJEXT)
 fusecompress_offline_OBJECTS = $(am_fusecompress_offline_OBJECTS)
 fusecompress_offline_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
-	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+	$(am__DEPENDENCIES_1)
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
@@ -116,6 +117,8 @@ ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
+FUSE_CFLAGS = @FUSE_CFLAGS@
+FUSE_LIBS = @FUSE_LIBS@
 GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
@@ -136,6 +139,7 @@ PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -235,9 +239,9 @@ noinst_HEADERS = \
 	Lock.hpp
 
 fusecompress_SOURCES = $(common) main.cpp
-fusecompress_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB)
+fusecompress_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(FUSE_LIBS)
 fusecompress_offline_SOURCES = $(common) main_offline.cpp
-fusecompress_offline_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB)
+fusecompress_offline_LDADD = $(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(FUSE_LIBS)
 AM_CXXFLAGS = $(BOOST_CXXFLAGS) -DRLOG_COMPONENT=&quot;fusecompress&quot;
 AM_LDFLAGS = $(BOOST_LDFLAGS)
 AM_CPPFLAGS = \
@@ -261,8 +265,8 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
-	      ( cd $(top_builddir) &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        &amp;&amp; { if test -f $@; then exit 0; else break; fi; }; \
+	      cd $(top_builddir) &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&amp;&amp; exit 0; \
 	      exit 1;; \
 	  esac; \
 	done; \
@@ -377,8 +381,8 @@ install-man1: $(man1_MANS) $(man_MANS)
 	  esac; \
 	done; \
 	for i in $$list; do \
-	  if test -f $$i; then file=$$i; \
-	  else file=$(srcdir)/$$i; fi; \
+	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+	  else file=$$i; fi; \
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 	  case &quot;$$ext&quot; in \
 	    1*) ;; \
@@ -417,7 +421,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 	unique=`for i in $$list; do \
 	    if test -f &quot;$$i&quot;; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	mkid -fID $$unique
 tags: TAGS</diff>
      <filename>src/Makefile.in</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ print_compress_LDADD =../lzma.o \
 	../Block.o \
 	../LayerMap.o \
 	../LinearMap.o \
-	$(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB)
+	$(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(FUSE_LIBS)
 
 AM_CXXFLAGS = $(BOOST_CXXFLAGS) -DRLOG_COMPONENT=&quot;fusecompress&quot;
 </diff>
      <filename>src/tests/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -58,7 +58,7 @@ print_compress_DEPENDENCIES = ../lzma.o ../CompressionType.o \
 	../Memory.o ../FileManager.o ../Block.o ../LayerMap.o \
 	../LinearMap.o $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
-	$(am__DEPENDENCIES_1)
+	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
@@ -102,6 +102,8 @@ ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
+FUSE_CFLAGS = @FUSE_CFLAGS@
+FUSE_LIBS = @FUSE_LIBS@
 GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
@@ -122,6 +124,7 @@ PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -189,7 +192,7 @@ print_compress_LDADD = ../lzma.o \
 	../Block.o \
 	../LayerMap.o \
 	../LinearMap.o \
-	$(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB)
+	$(BOOST_SERIALIZATION_LIB) $(BOOST_IOSTREAMS_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(FUSE_LIBS)
 
 AM_CXXFLAGS = $(BOOST_CXXFLAGS) -DRLOG_COMPONENT=&quot;fusecompress&quot;
 AM_LDFLAGS = $(BOOST_LDFLAGS)
@@ -214,8 +217,8 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
-	      ( cd $(top_builddir) &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        &amp;&amp; { if test -f $@; then exit 0; else break; fi; }; \
+	      cd $(top_builddir) &amp;&amp; $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&amp;&amp; exit 0; \
 	      exit 1;; \
 	  esac; \
 	done; \
@@ -293,7 +296,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 	unique=`for i in $$list; do \
 	    if test -f &quot;$$i&quot;; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	mkid -fID $$unique
 tags: TAGS</diff>
      <filename>src/tests/Makefile.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6120470bbd58acd66b36116852cacd345ffa827b</id>
    </parent>
  </parents>
  <author>
    <name>Milan Svoboda</name>
    <email>milan.svoboda@centrum.cz</email>
  </author>
  <url>http://github.com/tex/fusecompress/commit/df02c3bf13570a8fc9ef5534c26fe05f3864309a</url>
  <id>df02c3bf13570a8fc9ef5534c26fe05f3864309a</id>
  <committed-date>2009-04-11T02:21:52-07:00</committed-date>
  <authored-date>2009-04-11T02:21:52-07:00</authored-date>
  <message>Use PKG_CONFIG to detect fuse headers and libraries.</message>
  <tree>ce7e6194d1250ab74a01fbee9752cd40933c2d11</tree>
  <committer>
    <name>Milan Svoboda</name>
    <email>milan.svoboda@centrum.cz</email>
  </committer>
</commit>
