<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/m4/am-check-python-headers.m4, branch dbus-python-1.2.4</title>
<subtitle>gitlab.freedesktop.org: dbus/dbus-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/'/>
<entry>
<title>Try ${PYTHON}-config before searching PATH</title>
<updated>2015-12-05T14:50:18+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@debian.org</email>
</author>
<published>2015-12-04T17:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=8d794193c8ac611f27d32333d50873d4d97aace0'/>
<id>8d794193c8ac611f27d32333d50873d4d97aace0</id>
<content type='text'>
This is helpful for Debian's special debug-build interpreters
such as python3.4-dbg, each with an accompanying python3.4-dbg-config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is helpful for Debian's special debug-build interpreters
such as python3.4-dbg, each with an accompanying python3.4-dbg-config.
</pre>
</div>
</content>
</entry>
<entry>
<title>Find `python-config` from PATH properly</title>
<updated>2015-12-04T15:34:58+00:00</updated>
<author>
<name>Yamashita, Yuu</name>
<email>peek824545201@gmail.com</email>
</author>
<published>2015-09-22T14:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=6ebbb5bc7abaf3caaa88cc11f6d3969e3f665544'/>
<id>6ebbb5bc7abaf3caaa88cc11f6d3969e3f665544</id>
<content type='text'>
Expecting `python-config` at the same directory as `python` executable
would not be suitable if user is using virtualenv.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expecting `python-config` at the same directory as `python` executable
would not be suitable if user is using virtualenv.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of python3-config</title>
<updated>2012-05-02T10:11:11+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2012-05-02T10:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=e2e589889ef5257f62cc3a32561142f625716ef0'/>
<id>e2e589889ef5257f62cc3a32561142f625716ef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the user set PYTHON_INCLUDES on the configure command line</title>
<updated>2011-05-24T16:48:36+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2011-05-24T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=e9feba0f7b3a2b67fd56154185e92eab4b932468'/>
<id>e9feba0f7b3a2b67fd56154185e92eab4b932468</id>
<content type='text'>
This might be useful for cross-compilation or other strange setups.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=21017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This might be useful for cross-compilation or other strange setups.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=21017
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-fix checking for Python include paths. Use $PYTHON-config like in 0.82.1 if we can, use the hard-coded logic from versions prior to 0.82.0 if we can't.</title>
<updated>2007-07-31T17:49:43+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-07-31T17:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=e821e102b2fa3baff4de719411b03385132dd0f4'/>
<id>e821e102b2fa3baff4de719411b03385132dd0f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use python-config to get Python cppflags (patch from Ubuntu, fd.o #11282)."</title>
<updated>2007-07-31T16:40:20+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@carbon.pseudorandom.co.uk</email>
</author>
<published>2007-07-31T16:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=a7b73b44ca3b86a0ccf0a58e2c1fdee205633657'/>
<id>a7b73b44ca3b86a0ccf0a58e2c1fdee205633657</id>
<content type='text'>
Python &lt; 2.5 didn't have python-config (although some distributions, e.g.
Debian and Ubuntu, shipped it as an add-on). Even for 2.5, some distributions
install it under gratuitously different names (hi, Gentoo). As a result,
this patch needs replacing with one that doesn't rely on having python-config.

This reverts commit 7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python &lt; 2.5 didn't have python-config (although some distributions, e.g.
Debian and Ubuntu, shipped it as an add-on). Even for 2.5, some distributions
install it under gratuitously different names (hi, Gentoo). As a result,
this patch needs replacing with one that doesn't rely on having python-config.

This reverts commit 7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use python-config to get Python cppflags (patch from Ubuntu, fd.o #11282).</title>
<updated>2007-06-19T12:22:31+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-19T12:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9'/>
<id>7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9</id>
<content type='text'>
Thanks to Sebastien Bacher.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Sebastien Bacher.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor build system:</title>
<updated>2007-04-24T17:02:14+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-04-24T12:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=b5552a3ea76b3e229f40a06d32a5860b0e9e2217'/>
<id>b5552a3ea76b3e229f40a06d32a5860b0e9e2217</id>
<content type='text'>
* Use autoreconf to simplify autogen.sh considerably
* Use AC_CONFIG_MACRO_DIR and aclocal -I to pick up macros from m4/
* Drop acinclude.m4 in favour of putting our macros in m4/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use autoreconf to simplify autogen.sh considerably
* Use AC_CONFIG_MACRO_DIR and aclocal -I to pick up macros from m4/
* Drop acinclude.m4 in favour of putting our macros in m4/
</pre>
</div>
</content>
</entry>
</feed>
