summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2025-08-18 15:32:09 +0000
committerLudovic Courtès <ludo@gnu.org>2025-10-13 14:48:27 +0200
commitd671b750f147d63792fbde93c9b17138492a40f5 (patch)
tree2e8dc44051ef0e52058f0e7e6351b1a4f5c05592
parent29c85286eabb7ee64c3100a57ba2c077311a72b9 (diff)
maint: Remove unused variable in ‘configure.ac’.
* configure.ac: Remove guix_sbindir. Change-Id: I00de6d99260eec48ab58072d61d066cbdaf143da Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7f11eead027..2c4379abb20 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"])