summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'telepathy-idle-0.2'HEADmasterAlexander Akulich2020-11-011-1/+1
|\
| * Prepare 0.2.2 releaseAlexander Akulich2020-11-011-1/+1
| |
* | Merge branch 'telepathy-idle-0.2'Alexander Akulich2020-11-011-2/+2
|\ \ | |/
| * Prepare 0.2.1telepathy-idle-0.2.1Alexander Akulich2020-11-011-2/+2
| |
* | Require telepathy-glib 0.23Simon McVittie2014-01-071-3/+3
| | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=25147 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | configure.ac: consistently use AS_IF instead of if/fiSimon McVittie2013-10-111-13/+12
| | | | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54114 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | Bump Autoconf dependency to 2.60 for AC_MKDIR_PSimon McVittie2013-10-111-1/+1
| | | | | | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54114 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | Use AC_PROG_MKDIR_P/MKDIR_P, not deprecated AM_PROG_MKDIR_P/mkdir_pSimon McVittie2013-10-101-1/+1
| | | | | | | | | | | | | | Similar to MC commit 04dd9b4. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)Simon McVittie2013-10-101-1/+1
| | | | | | | | | | | | | | | | Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | Put Autoconf, Automake, Libtool droppings in /build-auxSimon McVittie2013-10-101-0/+1
|/ | | | | | | | This is basically Mission Control commit c3cba937, requested in <https://bugs.freedesktop.org/show_bug.cgi?id=69542>. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* set nano versionGuillaume Desmottes2013-10-031-1/+1
|
* 0.2.0telepathy-idle-0.2.0Guillaume Desmottes2013-10-031-2/+2
|
* prepare 0.1.17Guillaume Desmottes2013-09-181-2/+2
|
* use TP_SEAL_ENABLEGuillaume Desmottes2013-09-161-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69311
* Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-161-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69311
* bump tp-glib min version deprecations to 0.22Guillaume Desmottes2013-09-121-3/+3
| | | | | | We build just fine with it and want to catch new deprecations ASAP. https://bugs.freedesktop.org/show_bug.cgi?id=64122
* bump tp-glib min version deprecations to 0.20Guillaume Desmottes2013-09-121-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=64122
* Require a vaguely modern telepathy-glib and GLibSimon McVittie2013-06-111-3/+3
| | | | | | | | | | | | We need telepathy-glib 0.20 for telepathy-glib-dbus.h; in Debian I added a patch to fall back to the old headers, but on master we shouldn't bother. telepathy-glib 0.20 needs GLib 2.32, so we might as well require that too. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=64121 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
* nano versionSimon McVittie2013-05-011-1/+1
|
* Release 0.1.16telepathy-idle-0.1.16Simon McVittie2013-05-011-2/+2
|
* Nano versionSimon McVittie2013-04-241-1/+1
|
* Prepare version 0.1.15Simon McVittie2013-04-241-2/+2
|
* Drop unused build dependency on OpenSSLWill Thompson2013-04-221-2/+0
| | | | | | | Since some time ago, Idle has used GIO's TLS stuff; we should have dropped this back then. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Nano-version bumpWill Thompson2012-11-161-1/+1
|
* 0.1.14telepathy-idle-0.1.14Will Thompson2012-11-161-2/+2
|
* nano bumpWill Thompson2012-11-141-1/+1
|
* Version 0.1.13telepathy-idle-0.1.13Will Thompson2012-11-141-2/+2
|
* Bump nano-versionWill Thompson2012-08-031-1/+1
|
* Version 0.1.12Will Thompson2012-08-021-2/+2
|
* Merge branch 'catch-up'Simon McVittie2012-05-301-43/+44
|\ | | | | | | | | | | Conflicts: configure.ac src/idle-muc-channel.c
| * Bring in the compiler/linker warnings from telepathy-glibSimon McVittie2012-05-101-24/+39
| | | | | | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
| * configure.ac: fix some underquotingSimon McVittie2012-05-101-4/+5
| | | | | | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
| * configure.ac: drop redundant AC_SUBSTs and content-free commentsSimon McVittie2012-05-101-15/+0
| | | | | | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* | configure: disable newer deprecations and API additionsJonny Lamb2012-05-141-0/+2
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Remove generated marshallers, just use g_cclosure_marshal_genericSimon McVittie2012-05-081-3/+0
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49600
* Update codegen tools from telepathy-glib, requiring GLib 2.30Simon McVittie2012-05-081-2/+2
| | | | | | | | The updated codegen needs g_cclosure_marshal_generic. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49600
* use new GLib API checking macrosGuillaume Desmottes2012-04-041-1/+4
|
* nano version bumpWill Thompson2011-10-281-1/+1
|
* Version 0.1.11telepathy-idle-0.1.11Will Thompson2011-10-281-2/+2
|
* configure: explicitly depend on gio-2.0Will Thompson2011-10-281-1/+1
| | | | | | | | | | | | | | | Linkers from the future get upset, with messages like: /usr/bin/ld: ./.libs/libidle-convenience.a(idle-server-connection.o): undefined reference to symbol 'g_io_stream_get_output_stream' /usr/bin/ld: note: 'g_io_stream_get_output_stream' is defined in DSO /usr/lib/libgio-2.0.so.0 so try adding it to the linker command line /usr/lib/libgio-2.0.so.0: could not read symbols: Invalid operation So we need to explicitly depend on it. While we're here: we certainly don't build against glib 2.4. glib 2.28.0 is the version required by the version of telepathy-glib we require.
* Depend on tp-glib 0.15.9 for Subject etc.Will Thompson2011-10-121-1/+1
|
* Set nano versionDebarshi Ray2011-05-111-1/+1
|
* Prepare 0.1.10telepathy-idle-0.1.10Debarshi Ray2011-05-111-2/+2
|
* use automake python macroIonut Biru2011-04-281-5/+1
| | | | | | | | instead of checking for each python binary version. https://bugs.freedesktop.org/show_bug.cgi?id=36624 Signed-off-by: Ionut Biru <ibiru@archlinux.org> Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
* set nano versionGuillaume Desmottes2011-04-111-1/+1
|
* prepare 0.1.9telepathy-idle-0.1.9Guillaume Desmottes2011-04-111-2/+2
|
* Check for strnlen, and define it if missing.Thomas Klausner2011-03-281-0/+2
| | | | | | | It doesn't exist on, for instance, NetBSD-5.1. (Patch modified slightly to add a configure check.) Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
* bump tp-glib dep to 0.13.10Guillaume Desmottes2011-03-171-1/+1
| | | | We need it for tp_cm_message_new_text().
* set nano flagGuillaume Desmottes2011-02-111-1/+1
|
* prepare 0.1.8telepathy-idle-0.1.8Guillaume Desmottes2011-02-111-2/+2
|