* liece-ctcp.el (liece-ctcp-make-menu-command-wrapper): Quote CTCP subcommands.
[elisp/liece.git] / bootstrap
1 #! /bin/sh
2
3 aclocal
4 automake --gnu --add-missing
5 autoconf
6
7 exit 0