gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-fuse] 02/12: configure: remove cpp, add uncrustify check.


From: gnunet
Subject: [gnunet-fuse] 02/12: configure: remove cpp, add uncrustify check.
Date: Wed, 20 Nov 2019 00:00:42 +0100

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

ng0 pushed a commit to branch master
in repository gnunet-fuse.

commit 367b41d08b0c3164e02c83fa28ba7fe140247024
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 19:31:01 2019 +0000

    configure: remove cpp, add uncrustify check.
---
 configure.ac | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e4c1a73..caa1b63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,6 @@ AC_PROG_AWK
 AC_PROG_CC
 
 AC_PROG_MKDIR_P
-AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
@@ -114,6 +113,11 @@ backup_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="-D_FILE_OFFSET_BITS=64"
 AC_CHECK_HEADERS([fuse.h],,AC_MSG_ERROR([gnunet-fuse requires fuse.h]))
 
+# uncrustify
+# TODO: maybe add flag to pass location
+AC_CHECK_PROG(UNCRUSTIFY_BINARY, uncrustify, true)
+AM_CONDITIONAL(HAVE_UNCRUSTIFY_BINARY, $UNCRUSTIFY_BINARY)
+
 # test for GNUnet core
 gnunet=0
 lookin=${prefix}

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



reply via email to

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