comparison mcabber/autogen.sh @ 232:9a6ba4b38e63

[/trunk] Changeset 245 by mikael * Fix backspace handling (KEY_BACKSPACE isn't reliable) * UTF-8 locale detection * Display a warning when the locale is UTF-8 * Display log notice when sending a notification request message * Update TODO * Update INSTALL and mcabberrc.example files for better explanations
author mikael
date Wed, 08 Jun 2005 18:33:28 +0000
parents ae554b2a6703
children 35f5c8738b55
comparison
equal deleted inserted replaced
231:193c08454aac 232:9a6ba4b38e63
1 #!/bin/bash 1 #!/bin/bash
2 2
3 libtoolize --force --automake 3 libtoolize --force --automake --copy
4 aclocal -I macros/ 4 aclocal -I macros/
5 autoheader 5 autoheader
6 autoconf 6 autoconf
7 automake -a --copy 7 automake -a --copy