gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 01/03: Give advice about running buildconf


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 01/03: Give advice about running buildconf
Date: Tue, 30 Apr 2019 18:25:45 +0200

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

dold pushed a commit to branch master
in repository gnurl.

commit df6e130c89d5b03b9a1fd268a8986ed40b21e317
Author: Florian Dold <address@hidden>
AuthorDate: Tue Apr 30 18:21:49 2019 +0200

    Give advice about running buildconf
---
 configure-gnurl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure-gnurl b/configure-gnurl
index b6f841827..cd918a6b2 100755
--- a/configure-gnurl
+++ b/configure-gnurl
@@ -1,6 +1,12 @@
 #!/bin/sh
 # intermediate solution until I have written a --enable-gnurl
 # or something similar to be passed to 'configure'.
+
+if [ ! -f './configure' ]; then
+  echo 'Please run ./buildconf first'
+  exit 1
+fi
+
 ./configure --enable-ipv6 --with-gnutls --without-libssh2 \
             --without-libmetalink --without-winidn \
             --without-librtmp --without-nghttp2 \

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



reply via email to

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