summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2011-10-18Update introspection.m4Danielle Madeley1-2/+8
2011-05-05configure: squash ‘AC_LANG_SOURCE call detected’ warning.Will Thompson1-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.
2011-03-15Merge branch 'ldflags'Simon McVittie2-0/+51
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32976
2011-02-07Put -Wno-error=foo before -Wno-fooWill Thompson1-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>
2011-01-10Add TP_ADD_COMPILER_FLAG, analogous to TP_ADD_LINKER_FLAGSimon McVittie1-0/+7
2011-01-10Add TP_LINKER_FLAG, TP_ADD_LINKER_FLAGSimon McVittie1-0/+44
2010-04-25Initial work on generating gobject-introspectionDanielle Madeley1-0/+88
2009-09-24Move from shave to use automake 1.11's silent rules feature.Jonny Lamb2-79/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-04-18Moved tp-glib to use shave and made make output legible.Jonny Lamb2-1/+79
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-01-08Fork a version of AS_COMPILER_FLAG that supports C++ as well as CSimon McVittie3-15/+18
This is so we can share TP_COMPILER_WARNINGS between telepathy-glib and telepathy-qt4.
2009-01-07configure.ac: factor out a TP_COMPILER_WARNINGS macroSimon McVittie2-1/+42
2008-08-19Remove all .git-darcs-dir filesSimon McVittie1-0/+0
2008-04-02Correctly avoid -Wl,-O1 when unsupported (fd.o #15026, confirmed to work ↵Simon McVittie1-2/+1
with a simple C compiler wrapper) 20080402183932-53eee-e29b84fe1b59cf101a5afc82cfae8504f747f1ca.gz
2008-04-01Don't enable linker optimizations unless -Wl,-O1 actually works (part of ↵Simon McVittie1-3/+14
fd.o #15026) 20080401185343-53eee-935f3921d700c275937f7d72a1b70ac7d283f432.gz
2007-12-14Remove m4/as-ac-expand.m4 (we don't actually use it)Simon McVittie2-50/+0
20071214144237-53eee-f3743282d2bccd7258f7ca6fdb6f9503cae1babc.gz
2007-12-12Add compiler.m4 and linker.m4 (MIT licensed, from libfshare) and use them ↵Simon McVittie3-1/+143
for optionally disabling optimization, optionally enabling coverage, and version script detection 20071212165433-53eee-04e80f525f39a7ac82cd9f4d151dc363d5fae072.gz
2007-05-21Update AS_AC_EXPAND macro from autostars.sf.net CVS, fixing recursive expansionSimon McVittie1-4/+13
20070521170524-53eee-cabdf8d1f2e19cb880c77b824722ae7c23fd1a9b.gz
2007-04-19Remove gtk-doc bits (autogen.sh will copy them in now)Simon McVittie1-53/+0
20070419155013-53eee-cd17025dc091f32fd9dffad6044e47049d023c31.gz
2007-03-20Add gtkdoc m4/Make snippetsSimon McVittie2-1/+55
20070320112423-53eee-a7d599f250f423ee94ecda39af32dc5aa98a7adb.gz
2006-06-28dont use as-version, use new style AC_INIT and AM_INIT_AUTOMAKE2-67/+0
20060628131916-25e70-7a53df970f30a5fa650cdee5075fa3550c29a688.gz
2006-01-19added dbus service file for activation2-1/+42
20060119080348-25e70-901924506e62597b40366d3b79e52d9ad4aa7668.gz
2005-12-05add autofoo, mostly stolen from telepathy-sip :)4-0/+102
20051205135942-0e791-09634c92a388e716643ebff4c82872cdf44895d7.gz