gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: build: fix ftbfs


From: gnunet
Subject: [gnunet] branch master updated: build: fix ftbfs
Date: Tue, 19 Dec 2023 09:41:11 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a933d5155 build: fix ftbfs
a933d5155 is described below

commit a933d51550c813c2cfa7acf77506e843e3668052
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Dec 19 09:41:08 2023 +0100

    build: fix ftbfs
---
 Makefile.am | 4 ++--
 bootstrap   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 66c9532f3..90d2f4c60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 # only documentation (ALL of the documentation)
 if DOCUMENTATION_ONLY
-  SUBDIRS = bin doc
+  SUBDIRS = scripts doc
 else
-  SUBDIRS = m4 bin src po pkgconfig
+  SUBDIRS = m4 scripts src po pkgconfig
 endif
 
 # documentation on / off switch (affects all of the documentation)
diff --git a/bootstrap b/bootstrap
index 5698c39f6..5f7399fb3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -82,7 +82,7 @@ check_libtool()
        existence glibtoolize || \
        existence slibtool; then
         autoreconf -if
-    elif ! existence meson
+    elif ! existence meson; then
         echo "*** No libtoolize (libtool) or libtool or meson found, please 
install it ***" >&2;
         exit 1
     fi

-- 
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]