donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 369456914331546926f19edce1ee61dcf80d5987
parent 2c88077c75c7fd1e944eb61f02db9be50de473ed
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Oct 2023 10:17:45 +0200

fix configure.ac

Diffstat:
Mbootstrap | 10----------
Mconfigure.ac | 24+-----------------------
2 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/bootstrap b/bootstrap @@ -8,19 +8,9 @@ if ! git --version >/dev/null; then exit 1 fi -if ! htmlark --version >/dev/null; then - echo "htmlark not installed" - echo "Run 'pip install htmlark'" - exit 1 -fi - - echo "$0: Updating submodules" echo | git submodule update --init --force --remote -# Generate based on pinned submodule -./contrib/gana-generate.sh - # This is more portable than `which' but comes with # the caveat of not(?) properly working on busybox's ash: existence() diff --git a/configure.ac b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ([2.69]) AC_INIT([taler-donau],[0.9.2],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) -AC_CONFIG_SRCDIR([src/util/util.c]) +AC_CONFIG_SRCDIR([src/util/charity_signatures.c]) AC_CONFIG_HEADERS([taler_config.h]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -511,28 +511,6 @@ AM_CONDITIONAL([HAVE_TWISTER], [false]) # end of 'doc_only' ]) -# AC_CONFIG_FILES([Makefile - contrib/Makefile - doc/Makefile - doc/doxygen/Makefile - po/Makefile.in - src/Makefile - # src/curl/Makefile - src/donau/Makefile - src/donaudb/Makefile - src/donau-tools/Makefile - # src/extensions/Makefile - src/lib/Makefile - src/testing/Makefile - # src/benchmark/Makefile - src/include/Makefile - # src/json/Makefile - # src/mhd/Makefile - # src/pq/Makefile - # src/sq/Makefile - src/templating/Makefile - src/util/Makefile - ]) AC_CONFIG_FILES([Makefile contrib/Makefile doc/Makefile