1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

maint: Remove unused variable in ‘configure.ac’.

* configure.ac: Remove guix_sbindir.

Change-Id: I00de6d99260eec48ab58072d61d066cbdaf143da
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Dariqq
2025-08-18 15:32:09 +00:00
committed by Ludovic Courtès
parent 29c85286ea
commit d671b750f1

View File

@@ -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"])