apply feedback by florian
This commit is contained in:
parent
e914afb412
commit
c1cc3cc63b
10
configure
vendored
10
configure
vendored
@ -102,17 +102,9 @@ if ! existence msgmerge; then
|
|||||||
echo "INFO: msgmerge(1) is missing"
|
echo "INFO: msgmerge(1) is missing"
|
||||||
fi
|
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.
|
# Call configure.py, assuming all went well.
|
||||||
# $1 is read by configure.py as the prefix.
|
# $1 is read by configure.py as the prefix.
|
||||||
# If $1 is empty, the python script checks the
|
# If $1 is empty, the python script checks the
|
||||||
# environment for PREFIX. We might need more
|
# environment for PREFIX. We might need more
|
||||||
# variables and switches, such as DESTDIR.
|
# variables and switches, such as DESTDIR.
|
||||||
./configure.py $@
|
$PYTHON ./configure.py $@
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!@PYTHON@
|
|
||||||
|
|
||||||
# This file is part of TALER
|
# This file is part of TALER
|
||||||
# (C) 2019 GNUnet e.V.
|
# (C) 2019 GNUnet e.V.
|
||||||
#
|
#
|
Loading…
Reference in New Issue
Block a user