diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-31 22:00:28 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-06-04 14:13:22 -0300 |
commit | 1cef55f237128691fb56bbdb3f599df463ecbad3 (patch) | |
tree | 8021fd48cafb8a6e3524b90b20dd1f0651c72894 /doc/user-guide/genhelp.py | |
parent | fd45e859aad9a4978afdff0478fc05d8290d75e7 (diff) |
configure: allow specifying location of python executable
Because openbsd/netbsd don't have a 'python' in the PATH unless the user
creates the symlink explicitly.
Diffstat (limited to 'doc/user-guide/genhelp.py')
-rw-r--r-- | doc/user-guide/genhelp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user-guide/genhelp.py b/doc/user-guide/genhelp.py index b6a23c11..ec619344 100644 --- a/doc/user-guide/genhelp.py +++ b/doc/user-guide/genhelp.py @@ -2,6 +2,9 @@ # Usage: python genhelp.py input.xml output.txt # (Both python2 (>=2.5) or python3 work) +# +# The shebang above isn't used, set the PYTHON environment variable +# before running ./configure instead # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License |