annotate mcabber/autogen.sh @ 2105:1cc84780eb5f

Very basic carbons support is hacked into mcabber. Messages are now intercepted and parsed. It probably makes more sense to implement XEP-0297: Stanza Forwarding in a more general way. A better way to display the carbons (so the user actually knows it is a carbon message) is in the pipeline.
author Roeland Jago Douma <roeland@famdouma.nl>
date Sun, 03 Mar 2013 14:32:16 +0100
parents 35f5c8738b55
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
546
35f5c8738b55 autogen.sh: use sh instead of bash
Mikael Berthe <mikael@lilotux.net>
parents: 232
diff changeset
1 #! /bin/sh
58
ae554b2a6703 [/trunk] Changeset 73 by mikael
mikael
parents:
diff changeset
2
232
9a6ba4b38e63 [/trunk] Changeset 245 by mikael
mikael
parents: 58
diff changeset
3 libtoolize --force --automake --copy
58
ae554b2a6703 [/trunk] Changeset 73 by mikael
mikael
parents:
diff changeset
4 aclocal -I macros/
ae554b2a6703 [/trunk] Changeset 73 by mikael
mikael
parents:
diff changeset
5 autoheader
ae554b2a6703 [/trunk] Changeset 73 by mikael
mikael
parents:
diff changeset
6 autoconf
ae554b2a6703 [/trunk] Changeset 73 by mikael
mikael
parents:
diff changeset
7 automake -a --copy