summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Update introspection.m4Danielle Madeley2011-10-181-2/+8
|
* configure: squash ‘AC_LANG_SOURCE call detected’ warning.Will Thompson2011-05-051-1/+1
| | | | | | | | | | | | | | | | | | | Since I upgraded my toolchain, autogen has started complaining: configure.ac:109: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... m4/tp-linker-flag.m4:18: TP_LINKER_FLAG is expanded from... m4/tp-linker-flag.m4:41: TP_ADD_LINKER_FLAG is expanded from... configure.ac:109: the top level Reading <http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html> suggests that AC_LANG_PROGRAM() is implemented in terms of AC_LANG_SOURCE() and so should work fine in this context, but it doesn't seem to. In any case, since the program is empty we can just use the single-argument form and squash the warning.
* Merge branch 'ldflags'Simon McVittie2011-03-152-0/+51
|\ | | | | | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32976
| * Add TP_ADD_COMPILER_FLAG, analogous to TP_ADD_LINKER_FLAGSimon McVittie2011-01-101-0/+7
| |
| * Add TP_LINKER_FLAG, TP_ADD_LINKER_FLAGSimon McVittie2011-01-101-0/+44
| |
* | Put -Wno-error=foo before -Wno-fooWill Thompson2011-02-071-1/+10
|/ | | | | | | | | Clang treats the combination of these two parameters differently depending on which order they appear in. By reversing them, we can compile with `clang --analyze` and get warnings from its static analyzer without clutter. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Initial work on generating gobject-introspectionDanielle Madeley2010-04-251-0/+88
|
* Move from shave to use automake 1.11's silent rules feature.Jonny Lamb2009-09-242-79/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Moved tp-glib to use shave and made make output legible.Jonny Lamb2009-04-182-1/+79
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fork a version of AS_COMPILER_FLAG that supports C++ as well as CSimon McVittie2009-01-083-15/+18
| | | | | This is so we can share TP_COMPILER_WARNINGS between telepathy-glib and telepathy-qt4.
* configure.ac: factor out a TP_COMPILER_WARNINGS macroSimon McVittie2009-01-072-1/+42
|
* Remove all .git-darcs-dir filesSimon McVittie2008-08-191-0/+0
|
* Correctly avoid -Wl,-O1 when unsupported (fd.o #15026, confirmed to work ↵Simon McVittie2008-04-021-2/+1
| | | | | | with a simple C compiler wrapper) 20080402183932-53eee-e29b84fe1b59cf101a5afc82cfae8504f747f1ca.gz
* Don't enable linker optimizations unless -Wl,-O1 actually works (part of ↵Simon McVittie2008-04-011-3/+14
| | | | | | fd.o #15026) 20080401185343-53eee-935f3921d700c275937f7d72a1b70ac7d283f432.gz
* Remove m4/as-ac-expand.m4 (we don't actually use it)Simon McVittie2007-12-142-50/+0
| | | | 20071214144237-53eee-f3743282d2bccd7258f7ca6fdb6f9503cae1babc.gz
* Add compiler.m4 and linker.m4 (MIT licensed, from libfshare) and use them ↵Simon McVittie2007-12-123-1/+143
| | | | | | for optionally disabling optimization, optionally enabling coverage, and version script detection 20071212165433-53eee-04e80f525f39a7ac82cd9f4d151dc363d5fae072.gz
* Update AS_AC_EXPAND macro from autostars.sf.net CVS, fixing recursive expansionSimon McVittie2007-05-211-4/+13
| | | | 20070521170524-53eee-cabdf8d1f2e19cb880c77b824722ae7c23fd1a9b.gz
* Remove gtk-doc bits (autogen.sh will copy them in now)Simon McVittie2007-04-191-53/+0
| | | | 20070419155013-53eee-cd17025dc091f32fd9dffad6044e47049d023c31.gz
* Add gtkdoc m4/Make snippetsSimon McVittie2007-03-202-1/+55
| | | | 20070320112423-53eee-a7d599f250f423ee94ecda39af32dc5aa98a7adb.gz
* dont use as-version, use new style AC_INIT and AM_INIT_AUTOMAKE2006-06-282-67/+0
| | | | 20060628131916-25e70-7a53df970f30a5fa650cdee5075fa3550c29a688.gz
* added dbus service file for activation2006-01-192-1/+42
| | | | 20060119080348-25e70-901924506e62597b40366d3b79e52d9ad4aa7668.gz
* add autofoo, mostly stolen from telepathy-sip :)2005-12-054-0/+102
20051205135942-0e791-09634c92a388e716643ebff4c82872cdf44895d7.gz