]> git.ipfire.org Git - thirdparty/automake.git/commit
python: only use Python's sys.* values if the new option
authorKarl Berry <karl@freefriends.org>
Sun, 19 Sep 2021 22:12:27 +0000 (15:12 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 19 Sep 2021 22:12:27 +0000 (15:12 -0700)
commit563878435765c439182a4fe4dfb3158c31b2dad9
treeeb2df1e53d64dd1cc55bb9c8475a28718127aabc
parent00517c1c5f5cd50dffadfea081ad7775d2864f5d
python: only use Python's sys.* values if the new option

--with-python-sys-prefix is specified; otherwise, return to
previous behavior of using the GNU ${prefix} and ${exec_prefix}.

* doc/automake.texi (Python): document the new behavior.
* m4/python.m4 (AM_PATH_PYTHON): conditionalize use of Python's
sys.* values on the new option --with-python-sys-prefix.
* t/python-prefix.sh: doc update.
* t/python-vars.sh: test both GNU and Python prefix values.
* NEWS: mention this.
NEWS
doc/automake.texi
m4/python.m4
t/python-prefix.sh
t/python-vars.sh