guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d671b750f147d63792fbde93c9b17138492a40f5
Author: Dariqq <[email protected]>
AuthorDate: Mon Aug 18 15:32:09 2025 +0000

    maint: Remove unused variable in ‘configure.ac’.
    
    * configure.ac: Remove guix_sbindir.
    
    Change-Id: I00de6d99260eec48ab58072d61d066cbdaf143da
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7f11eead02..2c4379abb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,10 +98,8 @@ AC_PREFIX_DEFAULT()
 guix_prefix="`eval echo $prefix | sed -e"s|NONE|$ac_default_prefix|g"`"
 guix_localstatedir="`eval echo $localstatedir | sed -e 
"s|NONE|$guix_prefix|g"`"
 guix_sysconfdir="`eval echo $sysconfdir | sed -e "s|NONE|$guix_prefix|g"`"
-guix_sbindir="`eval echo $sbindir | sed -e "s|NONE|$guix_prefix|g"`"
 AC_SUBST([guix_localstatedir])
 AC_SUBST([guix_sysconfdir])
-AC_SUBST([guix_sbindir])
 
 GUIX_CHECK_FILE_NAME_LIMITS([can_run_tests])
 AM_CONDITIONAL([CAN_RUN_TESTS], [test "x$can_run_tests" = "xyes"])

Reply via email to