gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: enforce built-in manual to b


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: enforce built-in manual to be always 'off', ie drop the build dependency of ngroff.
Date: Wed, 29 May 2019 18:11:23 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 8042d6d74 enforce built-in manual to be always 'off', ie drop the 
build dependency of ngroff.
8042d6d74 is described below

commit 8042d6d74f2b381c49873133fbd8045d5ad6dff6
Author: ng0 <address@hidden>
AuthorDate: Wed May 29 16:10:42 2019 +0000

    enforce built-in manual to be always 'off', ie drop the build dependency of 
ngroff.
---
 README       | 2 ++
 configure.ac | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 04779b7a2..c1ae76b97 100644
--- a/README
+++ b/README
@@ -20,6 +20,8 @@ gnurl / libgnurl is a fork of curl/libcurl with the following 
major changes:
   * dropped auto-generation of ngroff man page in favor of mdoc page,
     with the endgoal to drop the build-time dependency on groff and
     to provide a more appropriate documentation for gnurl.
+  * enforced setting of built-in manual which is assembled at compile
+    time through plain text dump of ngroff page.
 
 
 Usage notes
diff --git a/configure.ac b/configure.ac
index fad0a927b..0dfe18fc8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -705,12 +705,12 @@ AC_HELP_STRING([--disable-manual],[Disable built-in 
manual]),
   no)
        AC_MSG_RESULT(no)
        ;;
-  *)   AC_MSG_RESULT(yes)
-       USE_MANUAL="1"
+  *)   AC_MSG_RESULT(no)
+       USE_MANUAL="0"
        ;;
   esac ],
-       AC_MSG_RESULT(yes)
-       USE_MANUAL="1"
+       AC_MSG_RESULT(no)
+       USE_MANUAL="0"
 )
 dnl The actual use of the USE_MANUAL variable is done much later in this
 dnl script to allow other actions to disable it as well.

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



reply via email to

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