challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 722697c68af25d20486c90c1559cdc8a86189c5e
parent c80212429e30bb0ccd8f220db42e74598ecaf361
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 16 Apr 2023 16:42:57 +0200

-fix configure

Diffstat:
Mconfigure.ac | 1-
Msrc/util/Makefile.am | 6+++---
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -272,7 +272,6 @@ AM_CONDITIONAL([HAVE_LIBCURL], [false]) AM_CONDITIONAL([HAVE_LIBGNURL], [false]) AM_CONDITIONAL([USE_COVERAGE], [false]) AM_CONDITIONAL([ENABLE_DOC], [true]) -AM_CONDITIONAL([HAVE_TWISTER], [true]) # end of 'doc_only' diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -13,18 +13,18 @@ pkgcfg_DATA = \ paths.conf bin_SCRIPTS = \ - taler-config + challenger-config edit_script = $(SED) -e 's,%libdir%,$(libdir),'g $(NULL) -taler-config: taler-config.in +challenger-config: challenger-config.in rm -f $@ $@.tmp && \ $(edit_script) $< >$@.tmp && \ chmod a-w+x $@.tmp && \ mv $@.tmp $@ CLEANFILES = \ - taler-config + challenger-config EXTRA_DIST = \ $(bin_SCRIPTS) \