~ruther/guix-local

d671b750f147d63792fbde93c9b17138492a40f5 — Dariqq 10 months ago 29c8528
maint: Remove unused variable in ‘configure.ac’.

* configure.ac: Remove guix_sbindir.

Change-Id: I00de6d99260eec48ab58072d61d066cbdaf143da
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 0 insertions(+), 2 deletions(-)

M configure.ac
M configure.ac => configure.ac +0 -2
@@ 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"])