From: Chris E Ferron Date: Mon, 12 Nov 2012 22:35:07 +0000 (-0800) Subject: fuse gnu source fixes X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170104.142603~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8a3b00013fcbeea10e5db9c8b6d99876a66230d;p=platform%2Fupstream%2Ffuse.git fuse gnu source fixes --- diff --git a/aclocal.m4 b/aclocal.m4 index fe9ee2b..e4b6418 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 -*- diff --git a/configure b/configure index 0f5053c..e427545 100755 --- 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='#'