mcabber/autogen.sh
author Mikael Berthe <mikael@lilotux.net>
Sat, 25 Aug 2012 15:40:50 +0200
changeset 2026 564d99cdf0d1
parent 546 35f5c8738b55
permissions -rwxr-xr-x
MUC: do not destroy previous room invitation to create a new one If a previous similar mediated invitation exists, we do not remove it to create a new one (it's very confusing) unless the new one looks better, e.g. if the new invitation allows us to decline the invitation and the old one did not.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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