gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-core] branch master updated: apply feedback b


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-core] branch master updated: apply feedback by florian
Date: Tue, 01 Oct 2019 15:09:36 +0200

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

ng0 pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new c1cc3cc6 apply feedback by florian
c1cc3cc6 is described below

commit c1cc3cc63b604086b0b5d917e28dbaae684851b4
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 1 13:09:13 2019 +0000

    apply feedback by florian
---
 configure                       | 10 +---------
 configure.py.in => configure.py |  2 --
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/configure b/configure
index c03fc63a..812d0460 100755
--- a/configure
+++ b/configure
@@ -102,17 +102,9 @@ if ! existence msgmerge; then
     echo "INFO: msgmerge(1) is missing"
 fi
 
-# Remove leftover configure.py file
-rm -f configure.py
-
-# Now we will just assume sed exists,
-# and replace only the executable name.
-sed -e "s,[@]PYTHON[@],$PYTHON,g" < ./configure.py.in > configure.py
-chmod +x configure.py
-
 # Call configure.py, assuming all went well.
 # $1 is read by configure.py as the prefix.
 # If $1 is empty, the python script checks the
 # environment for PREFIX. We might need more
 # variables and switches, such as DESTDIR.
-./configure.py $@
+$PYTHON ./configure.py $@
diff --git a/configure.py.in b/configure.py
similarity index 99%
rename from configure.py.in
rename to configure.py
index 9369410e..1e813e0d 100644
--- a/configure.py.in
+++ b/configure.py
@@ -1,5 +1,3 @@
-#!@PYTHON@
-
 # This file is part of TALER
 # (C) 2019 GNUnet e.V.
 #

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



reply via email to

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