From 226d2c124884c7318b7fb86c2e6bdf792eddd1a9 Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Mon, 11 Mar 2019 21:18:16 -0400 Subject: drop DU* config variables Since DUFLAGS and DUPATH are not needed anymore remove them from the source Signed-off-by: Santiago Torres Signed-off-by: Allan McRae --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 57d9fddb..2f091f69 100644 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,6 @@ AC_CHECK_MEMBERS([struct statfs.f_flags],,,[[#include GCC_VISIBILITY_CC # Host-dependant definitions -DEFAULT_DUFLAGS=" -sk --apparent-size" DEFAULT_SEDINPLACEFLAGS=" --follow-symlinks -i" INODECMD="stat -c '%i %n'" STRIP_BINARIES="--strip-all" @@ -355,32 +354,23 @@ case "${host_os}" in *bsd*) INODECMD="stat -f '%i %N'" DEFAULT_SEDINPLACEFLAGS=" -i \"\"" - DEFAULT_DUFLAGS=" -sk" ;; darwin*) host_os_darwin=yes INODECMD="/usr/bin/stat -f '%i %N'" DEFAULT_SEDINPLACEFLAGS=" -i ''" - DEFAULT_DUFLAGS=" -sk" STRIP_BINARIES="" STRIP_SHARED="-S" STRIP_STATIC="-S" ;; esac AM_CONDITIONAL([DARWIN], test "x$host_os_darwin" = "xyes") -AC_PATH_PROGS([DUPATH], [du], [du], [/usr/bin$PATH_SEPARATOR/bin] ) AC_PATH_PROGS([SEDPATH], [sed], [sed], [/usr/bin$PATH_SEPARATOR/bin] ) AC_SUBST(INODECMD) AC_SUBST(STRIP_BINARIES) AC_SUBST(STRIP_SHARED) AC_SUBST(STRIP_STATIC) -# Flags for du -if test "${DUFLAGS+set}" != "set"; then - DUFLAGS="${DEFAULT_DUFLAGS}" -fi -AC_ARG_VAR(DUFLAGS, [flags for du, overriding the default]) - # Flags for sed in place if test "${SEDINPLACEFLAGS+set}" != "set"; then SEDINPLACEFLAGS="${DEFAULT_SEDINPLACEFLAGS}" -- cgit v1.2.3-54-g00ecf