summaryrefslogtreecommitdiff
path: root/maskaudit.py.in
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly open gps.h in @srcdir@ instead of $CWD.Greg Troxel2009-12-021-1/+1
| | | | Passes 'make check' and improves 'make distcheck'.
* These should not be marked executable, because they aren't actually executable. Greg Troxel2009-12-021-0/+0
| | | | | Autoconf has been told to chmod +x the .py versions (and they are invoked with $(PYTHON) instead of being executed in case that fails).
* Generate jsongen.py and maskaudit.py from templates... Greg Troxel2009-11-211-0/+104
...so that @PYTHON@ can be substituted with the discovered path to python. Avoids the nonportable assumption that "/usr/bin/env python" will find python, because on pkgsrc systems python2.5 etc. are installed with no bare python to avoid programs binding to a version (and hence compiled extensions) that might change. This should cause no functional change on systems with 'python', and fix the build on pkgsrc-using systems.