This website requires JavaScript.
Explore
Help
Register
Sign in
sij
/
mapnik
Watch
1
Star
0
Fork
You've already forked mapnik
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9954b64b6a
mapnik
/
configure
6 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
Use sh instead of bash for configure Not everywhere has bash installed or installs it to /bin/bash Given that there's no bash-specific features in configure, it makes sense to just use sh
2015-05-24 00:59:52 +02:00
#!/bin/sh
Add ./configure and MakeFile, simple wrappers around scons scripts
2011-02-04 23:29:10 +01:00
Allow user to specify a python executable.¬ ¬ Fall back on `python`. Unlike the solution in PR #2395 this¬ puts all the responsibility for selecting the right python in the¬ case that "python" is Python 3 on the user. I've followed the lead¬ of the Python documentation Makefile. See http://hg.python.org/cpython/file/340d48347295/Doc/README.txt http://hg.python.org/cpython/file/340d48347295/Doc/Makefile Intent is that if your `python` is Python 2 everything works as before and that is your `python` is Python 3 but you have a `python2` you can specify that instead.¬ Conflicts: run_tests
2014-09-03 23:57:27 +02:00
PYTHON=${PYTHON:-python}
$PYTHON scons/scons.py --implicit-deps-changed configure "$@"
Reference in a new issue
Copy permalink