summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* Make autoconf fail with an explanatory message if an AX_ macro is missingSimon McVittie2016-02-19
| | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Use AX_PYTHON_MODULE from autoconf-archive instead of AM_CHECK_PYMODSimon McVittie2016-01-21
|
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-20
|
* Use non-recursive make for everything except testsSimon McVittie2016-01-20
|
* Simplify testing by using dbus-run-session and Automake "log compiler"Simon McVittie2015-12-06
| | | | | | | Fall back to Telepathy's old with-session-bus.sh script if dbus doesn't have dbus-run-session (versions < 1.8). Also run most of the tests individually, instead of under run-test.sh.
* Don't try to build epydoc documentation if we can't "import epydoc"Simon McVittie2015-12-06
|
* Put Autoconf droppings in build-aux/Simon McVittie2015-12-06
|
* Use AX_COMPILER_FLAGSSimon McVittie2015-12-06
|
* Update build system for Automake 1.13 (parallel test driver)Simon McVittie2015-12-05
|
* configure.ac: use AS_IF for PYTHON_LIBSSimon McVittie2015-12-05
|
* Find `python-config` from PATH properlyYamashita, Yuu2015-12-04
| | | | | Expecting `python-config` at the same directory as `python` executable would not be suitable if user is using virtualenv.
* development versionSimon McVittie2013-05-08
|
* 1.2.0Simon McVittie2013-05-08
|
* Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERSMarko Lindqvist2013-05-07
| | | | | | | | This has been (silently!) deprecated since 2002 and was removed from Automake 1.13. [added commit message -smcv] Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Require D-Bus 1.6, drop fallback pathsSimon McVittie2013-04-22
|
* Link Python extensions differently on WindowsSimon McVittie2012-07-05
|
* Use AC_C_INLINE to make sure "inline" worksSimon McVittie2012-07-04
|
* reset to unreleasedSimon McVittie2012-06-25
|
* prepare releaseSimon McVittie2012-06-25
|
* fd.o #40817: validate UTF-8 according to the same rules as libdbusSimon McVittie2012-06-25
|
* Back to unreleased statusSimon McVittie2012-05-09
|
* 1.1.0Simon McVittie2012-05-09
|
* Reinstate the old dbus.gobject_service, but only for Python 2Simon McVittie2012-05-02
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48904
* Use DBusBasicValue instead of reinventing it, if dbus is new enoughSimon McVittie2012-02-24
| | | | | If we don't find it, continue to reinvent it, but move the reinvention to an internal header so it's at least the same in both files that want it.
* back to unreleasedSimon McVittie2012-01-24
|
* Let's call this 1.0Simon McVittie2012-01-24
|
* Remove duplicate -Werror machinerySimon McVittie2012-01-24
|
* Move PY3PORT into doc, use the same extension as other rst, and render itSimon McVittie2012-01-24
|
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
|
* Fix rst2html build failure in non-unicode localesAlexandre Rostovtsev2011-12-13
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=43735 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Require Python 2.6, to make porting to Python 3 easierSimon McVittie2011-12-13
| | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Don't warn about unused parametersSimon McVittie2011-12-13
| | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Remove support for Python < 2.5Simon McVittie2011-11-15
|
* Bump dbus dependency to 1.4 so we can make decent error handling mandatorySimon McVittie2011-11-15
|
* Nano versionSimon McVittie2011-05-25
|
* prepare 0.84Simon McVittie2011-05-25
|
* Let PYTHON_LIBS be overriden on the command line tooSimon McVittie2011-05-24
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=21017
* Release 0.83.2Simon McVittie2010-12-02
|
* Add a regression test for fd.o #23831Simon McVittie2010-12-02
|
* Use dbus_message_iter_abandon_container to bail out, if supportedSimon McVittie2010-12-02
| | | | | This avoids (potentially fatal) warnings, with newer libdbus; it'll only work if we were compiled against libdbus >= 1.3.0.
* Move CFLAGS_WARNINGS setup after uses of JH_ADD_CFLAGSimon McVittie2010-11-23
| | | | | | We don't want to enable potentially-fatal errors when checking for things like -fno-strict-aliasing, because autoconf's test programs provoke warnings.
* Don't override CFLAGS when adding compiler warningsLouis-Francis Ratté-Boulianne2010-08-26
| | | | | | | Macro function TP_COMPILER_WARNINGS overrides the value of the given variable (first argument of the function) Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Start 0.83.2Simon McVittie2010-02-18
|
* Prepare version 0.83.1Simon McVittie2010-02-18
| | | | Second try :-)
* Use telepathy-glib's macros for desirable and undesirable compiler warningsSimon McVittie2010-02-18
|
* Require a halfway modern AutomakeSimon McVittie2010-02-18
|
* Support silent rules if automake >= 1.11Simon McVittie2010-02-18
|
* Revert "Prepare version 0.83.1"Simon McVittie2010-02-18
| | | | This reverts commit a63043f262e8938affe515faa145d0f619b9fae6.
* Prepare version 0.83.1Simon McVittie2010-02-18
|
* Start development for 0.83.1Simon McVittie2008-09-16
|