summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)Simon McVittie2013-11-071-1/+1
| | | | | | | | | | Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065. (cherry picked from commit 9bde9a0b3cf6e1971705308ca2cba5cdcd0cd9b2) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
* Use the Automake "parallel-tests" driver, albeit in non-parallel modeSimon McVittie2013-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | This seems perverse, but it means we invoke tests in the same way I want to use for other Telepathy projects, which will help when we want to merge their source trees together. Now that we can rely on having the parallel-tests setup, we can use AM_TESTS_ENVIRONMENT instead of TESTS_ENVIRONMENT (which is now reserved for the user, like CFLAGS), and we must use LOG_COMPILER rather than TESTS_ENVIRONMENT for "adverb" command prefixes. We no longer need to use test-wrapper.sh for the tests, because Automake has similar functionality built-in. On a buildbot or similar, use "make check VERBOSE=1" to cat the logs automatically. (cherry picked from commit 09ff23c267f2b90576cb79c8d3187eda6cb435c8) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
* Use AC_PROG_MKDIR_P, MKDIR_P instead of deprecated AM_PROG_MKDIR_P, mkdir_pSimon McVittie2013-11-071-1/+1
| | | | | | | | | Similar to MC commit 04dd9b4. (cherry picked from commit 6b05f8f7b39b2dd77f4e71447a633b568cb1311c) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
* Put Autoconf, Automake, Libtool droppings in /build-auxSimon McVittie2013-11-071-1/+1
| | | | | | | | | Equivalent to MC commit c3cba93. (cherry picked from commit 38a9c206d9fc3b8b778788440c92020268a1b955) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
* build with TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-261-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69846
* stop using tp-glib sealed variablesGuillaume Desmottes2013-09-261-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69846
* bump TP_VERSION_MIN_REQUIRED to 0.22Guillaume Desmottes2013-09-251-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69797
* bump tp-glib dep to 0.21.2Guillaume Desmottes2013-09-251-2/+2
| | | | | | Needed for tp_dbus_properties_mixin_dup_all() which I'm going to use in tests. https://bugs.freedesktop.org/show_bug.cgi?id=69797
* bump GLib dep and use versioning macrosGuillaume Desmottes2013-09-251-8/+4
| | | | | | | | Set to 2.32 as tp-glib so we can safely use newer API. Also, stop disabling single include warnings. https://bugs.freedesktop.org/show_bug.cgi?id=69797
* automake: use serial-testsGuillaume Desmottes2013-09-231-1/+1
| | | | | | | | | It's easier to use the old tests behavior for now. Bump the automake dep to 1.12 as that's the version which introduced this new option. https://bugs.freedesktop.org/show_bug.cgi?id=69715
* Merge branch 'telepathy-logger-0.8'Will Thompson2013-05-011-1/+1
|\
| * Post release verison bumpNicolas Dufresne2013-04-041-1/+1
| |
* | Post stable release version bumpNicolas Dufresne2013-04-041-1/+1
|/
* version 0.8.0telepathy-logger-0.8.0Debarshi Ray2013-01-211-4/+4
|
* Bump minimum GLib version to 2.28Debarshi Ray2013-01-091-1/+1
| | | | We are using g_clear_object.
* start on version 0.6.1telepathy-logger-0.6Jonny Lamb2012-10-301-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* version 0.6.0telepathy-logger-0.6.0Jonny Lamb2012-10-301-6/+6
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Update tools/ copy from telepathy-glibXavier Claessens2012-07-031-0/+2
| | | | This avoid single include from generated code
* Bump telepathy-glib dependency to 0.19.2Xavier Claessens2012-07-031-2/+2
| | | | This is needed for the fixed meta headers
* use tp-glib version macrosGuillaume Desmottes2012-06-051-0/+3
|
* Merge branch 'telepathy-logger-0.4'Danielle Madeley2012-04-261-1/+1
|\
| * Since we depend on Call support now, bump tp-glib dep to 0.18.0telepathy-logger-0.4Danielle Madeley2012-04-261-1/+1
| |
* | start on version 0.5.0Jonny Lamb2012-04-031-1/+1
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* start on version 0.4.1Jonny Lamb2012-04-031-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* version 0.4.0telepathy-logger-0.4.0Jonny Lamb2012-04-031-3/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Post release version bumpDanielle Madeley2012-04-031-1/+1
|
* Version 0.2.13telepathy-logger-0.2.13Danielle Madeley2012-04-031-2/+2
|
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-13/+0
| | | | | This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
* Disable GLib deprecation warningsGuillaume Desmottes2012-02-141-0/+4
| | | | We are stuck with GValueArray.
* Post release version bumpNicolas Dufresne2011-11-241-1/+1
|
* Version 0.2.12telepathy-logger-0.2.12Nicolas Dufresne2011-11-011-3/+3
|
* Version 0.2.11telepathy-logger-0.2.11Nicolas Dufresne2011-10-311-3/+3
|
* Correctly enable silent build outputNicolas Dufresne2011-10-311-1/+1
|
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-1/+1
|
* Post version bumpNicolas Dufresne2011-06-271-1/+1
|
* version 0.2.10telepathy-logger-0.2.10Nicolas Dufresne2011-05-261-5/+5
|
* Post release version bumpNicolas Dufresne2011-05-111-1/+1
|
* version 0.2.9telepathy-logger-0.2.9Nicolas Dufresne2011-05-061-2/+2
|
* Downgraded autotools requirement to 2.65Jamie Lennox2011-04-151-1/+1
|
* version 0.2.8telepathy-logger-0.2.8Nicolas Dufresne2011-03-311-2/+2
|
* Fix wrong shared object versionNicolas Dufresne2011-03-311-2/+2
|
* Post release version bumpNicolas Dufresne2011-03-301-1/+1
|
* version 0.2.7telepathy-logger-0.2.7Nicolas Dufresne2011-03-301-4/+4
|
* Remove twisted from configuration summaryNicolas Dufresne2011-03-251-1/+0
|
* Make Call support conditional to --enable-callNicolas Dufresne2011-03-251-0/+13
|
* Readd AM_PATH_PYTHON back to configure.ac, it's required for codegenDanielle Madeley2011-03-241-0/+2
|
* Post release version bumpNicolas Dufresne2011-03-221-1/+1
|
* version 0.2.6telepathy-logger-0.2.6Nicolas Dufresne2011-03-221-3/+3
|
* Update required TP-Glib version to 0.14.0Nicolas Dufresne2011-03-211-1/+1
| | | | | | This version includes a bug fix for sender property of TpSignalledMessage class. This is required for the logger to function properly.
* Bump required Telepathy GLib version for TpTextChannelNicolas Dufresne2011-03-151-1/+1
|