]> cgit.babelmonkeys.de Git - jubjub.git/blob - autogen.sh
Make the PresenceComboBox's changed handler only fire when the user changed it
[jubjub.git] / autogen.sh
1 #!/bin/sh
2 aclocal -I m4 || exit 1
3 autoconf || exit 1
4 autoheader || exit 1