libpsl/src
Ross Burton b4fec5d0dd Makefile.am: use PYTHON when invoking psl-make-dafsa
In an environment where only Python 3 is installed, configure.ac finds and sets
PYTHON=python3 correctly but src/psl-make-dafsa is called directly, so the hashbang of
`#!/usr/bin/env python` is used which doesn't exist.

Fix this by explicitly running $(PYTHON) when using the tool.
2019-07-11 17:47:11 +01:00
..
LICENSE.chromium rename src/make_dafsa.py to src/psl-make-dafsa, add documentation 2016-07-14 11:55:04 +02:00
Makefile.am Makefile.am: use PYTHON when invoking psl-make-dafsa 2019-07-11 17:47:11 +01:00
libpsl-srcs.mk Add NMake Makefiles for Visual Studio builds 2018-04-26 17:09:28 +08:00
lookup_string_in_fixed_set.c Remove _HIDDEN from src/lookup_string_in_fixed_set.c 2018-04-26 16:45:15 +02:00
meson.build meson: install the library 2018-12-31 17:01:00 +01:00
psl-make-dafsa Fix typos 2018-12-28 19:44:39 +01:00
psl-make-dafsa.1 Replace psl2c by psl-make-dafsa 2016-12-06 15:22:18 +01:00
psl.c Fix build when langinfo.h is not found 2019-06-03 15:52:48 -04:00