From d671b750f147d63792fbde93c9b17138492a40f5 Mon Sep 17 00:00:00 2001 From: Dariqq Date: Mon, 18 Aug 2025 15:32:09 +0000 Subject: [PATCH] =?UTF-8?q?maint:=20Remove=20unused=20variable=20in=20?= =?UTF-8?q?=E2=80=98configure.ac=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Remove guix_sbindir. Change-Id: I00de6d99260eec48ab58072d61d066cbdaf143da Signed-off-by: Ludovic Courtès --- 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"])