gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix failure to install with


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix failure to install with sudo for now. real change coming tonight.
Date: Wed, 23 Oct 2019 14:55:03 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c4cd5da52 fix failure to install with sudo for now. real change coming 
tonight.
c4cd5da52 is described below

commit c4cd5da52ee63b5d920f3cb6f87e5a1a3140b148
Author: ng0 <address@hidden>
AuthorDate: Wed Oct 23 12:52:18 2019 +0000

    fix failure to install with sudo for now. real change coming tonight.
---
 configure.ac | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7e86b6276..13c1cad35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1358,19 +1358,19 @@ AC_SUBST(DATAROOTDIR)
 
 # test for sudo
 AC_MSG_CHECKING(for sudo)
-AC_CHECK_PROGS(SUDO_BINARY, [sudo], false)
-AM_CONDITIONAL(HAVE_SUDO, test x$SUDO_BINARY != xfalse)
-#AC_ARG_WITH(sudo,
-#            [  --with-sudo=PATH       path to sudo binary (or just yes)],
-#            [AC_MSG_RESULT("$with_sudo")
-#             AS_CASE([$with_sudo],
-#                     [no],[SUDO_BINARY=],
-#                     [yes],[SUDO_BINARY=sudo],
-#                     [SUDO_BINARY=$with_sudo])],
-#            [AC_MSG_RESULT([no])])
-#AC_SUBST(SUDO_BINARY)
-#AM_CONDITIONAL([HAVE_SUDO],
-#               [test "x$SUDO_BINARY" != "x" -o -w /])
+#AC_CHECK_PROGS(SUDO_BINARY, [sudo], false)
+#AM_CONDITIONAL(HAVE_SUDO, test x$SUDO_BINARY != xfalse)
+AC_ARG_WITH(sudo,
+           [  --with-sudo=PATH       path to sudo binary (or just yes)],
+           [AC_MSG_RESULT("$with_sudo")
+            AS_CASE([$with_sudo],
+                    [no],[SUDO_BINARY=],
+                    [yes],[SUDO_BINARY=sudo],
+                    [SUDO_BINARY=$with_sudo])],
+           [AC_MSG_RESULT([no])])
+AC_SUBST(SUDO_BINARY)
+AM_CONDITIONAL([HAVE_SUDO],
+              [test "x$SUDO_BINARY" != "x" -o -w /])
 
 # test for doas
 AC_MSG_CHECKING(for doas)

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



reply via email to

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