gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: fix configure.ac


From: gnunet
Subject: [taler-donau] branch master updated: fix configure.ac
Date: Tue, 24 Oct 2023 10:17:48 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 3694569  fix configure.ac
3694569 is described below

commit 369456914331546926f19edce1ee61dcf80d5987
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 24 10:17:45 2023 +0200

    fix configure.ac
---
 bootstrap    | 10 ----------
 configure.ac | 24 +-----------------------
 2 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/bootstrap b/bootstrap
index da4f632..f4a3754 100755
--- 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
index afe25ea..96ca136 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]