fuse gnu source fixes
authorChris E Ferron <chris.e.ferron@linux.intel.com>
Mon, 12 Nov 2012 22:35:07 +0000 (14:35 -0800)
committersilas jeon <silasjeon@samsung.com>
Wed, 25 May 2016 11:23:31 +0000 (20:23 +0900)
aclocal.m4
configure

index fe9ee2b..e4b6418 100644 (file)
@@ -1495,9 +1495,10 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
+[dnl Rely on autoconf to set up CDPATH properly.
+AC_PREREQ([2.50])dnl
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
 ])
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
index 0f5053c..e427545 100755 (executable)
--- a/configure
+++ b/configure
@@ -776,6 +776,7 @@ enable_dependency_tracking
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
+enable_largefile
 enable_lib
 enable_util
 enable_example
@@ -1423,6 +1424,7 @@ Optional Features:
   --disable-dependency-tracking
                           speeds up one-time build
   --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-largefile     omit support for large files
   --enable-lib            Compile with library
   --enable-util           Compile with util
   --enable-example        Compile with examples
@@ -13488,7 +13490,7 @@ _ACEOF
 
   fi
 
-libfuse_libs=$libfuse_libs $LTLIBICONV
+libfuse_libs="$libfuse_libs $LTLIBICONV"
  if test "$am_cv_func_iconv" = yes; then
   ICONV_TRUE=
   ICONV_FALSE='#'