BotCommander/autogen.sh

9 lines
98 B
Bash
Executable File

#! /bin/sh
aclocal || exit 1
automake --add-missing --copy || exit 1
autoconf || exit 1
exit 0