BotCommander/autogen.sh
Gergely Polonkai (W00d5t0ck) f74587f104 Initial commit with empty project
This commit holds an empty project. It has a basic autotools configuration
with NLS enabled. Most standard file hold "standard" text, like INSTALL,
they will be changed later.

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2010-10-07 16:53:34 +02:00

9 lines
98 B
Bash
Executable File

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