aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
blob: 1bfeff61b27dda1404ea4f4770a491d63da72849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# @configure_input@                                     -*- shell-script -*-
# Configurable variable values for Anubis test suite.
# Copyright (C) 2020 Free Software Foundation, Inc.

PATH=@abs_top_builddir@/src:$top_srcdir:$srcdir:$PATH
GPG=@GPG@
CERTTOOL=@CERTTOOL@
@TLS_COND_TRUE@GNUTLS_SED='s/%TLS%//'
@TLS_COND_FALSE@GNUTLS_SED='/%TLS%/d'
@GPG_COND_TRUE@GPG_SED='s/%GPG%//'
@GPG_COND_FALSE@GPG_SED='/%GPG%/d'
@GUILE_COND_TRUE@GUILE_SED='s/%GUILE%//'
@GUILE_COND_FALSE@GUILE_SED='/%GUILE%/d'

Return to:

Send suggestions and report system problems to the System administrator.