]> cgit.babelmonkeys.de Git - jubjub.git/blob - autogen.sh
Add a minimal JubChatClient class and refactor other code to use it
[jubjub.git] / autogen.sh
1 #!/bin/sh
2 aclocal -I m4 || exit 1
3 autoconf || exit 1
4 autoheader || exit 1