gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 03/03: configure.ac: Add a better error message fo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/03: configure.ac: Add a better error message for when makeinfo is missing, and TODO comments on why this is not sufficient.
Date: Sat, 14 Oct 2017 10:09:35 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

commit 264206651ce9d2c65d3ad6bc9c2d8587cd5d797a
Author: ng0 <address@hidden>
AuthorDate: Sat Oct 14 08:08:28 2017 +0000

    configure.ac: Add a better error message for when makeinfo is missing,
    and TODO comments on why this is not sufficient.
---
 configure.ac | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.ac b/configure.ac
index 9d1fb9ab3..aa0cd2c98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,6 +248,11 @@ then
 fi
 AC_DEFINE_UNQUOTED([NEED_LIBGCRYPT_VERSION], "$NEED_LIBGCRYPT_VERSION", 
[required libgcrypt version])
 
+# TODO: add check for VERSION
+# TODO: add check for alternatives
+# TODO: add switch to skip documentation building
+AM_MISSING_PROG([MAKEINFO], [makeinfo])
+
 # Adam shostack suggests the following for Windows:
 # -D_FORTIFY_SOURCE=2 -fstack-protector-all
 AC_ARG_ENABLE(gcc-hardening,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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