summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-04-02 13:17:54 +0200
committerDavid Seifert <soap@gentoo.org>2022-04-02 13:17:54 +0200
commita5a32b9382e0c15731080afb1e95b1401d497103 (patch)
tree1b7081a2d34df475a3b0368ef45ce7b6c04407c7 /.gitignore
parent4bc852bc2228f5dcf7b77cd4f8fd6adf4e507822 (diff)
downloadlibxslt-a5a32b9382e0c15731080afb1e95b1401d497103.tar.gz
Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindings
* `AM_PATH_PYTHON` is a much more common idiom for building and installing python modules than writing your own. * It also makes cross-compiling the python bindings possible. Previously the `PYTHON_CFLAGS`/`PYTHON_LIBS` would have been based on the `--build` python and not the `--host` python. By using `pkg-config`, we can always redirect the python-X.Y.pc.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00c7707f..3b18ae23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ libxslt.spec.in.orig
libxslt/xsltconfig.h
ltmain.sh
missing
+py-compile
python/*.pyc
python/gen_prog
python/libxslt-export.c