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>
This commit is contained in:
18
configure.ac
Normal file
18
configure.ac
Normal file
@@ -0,0 +1,18 @@
|
||||
AC_INIT([src/main.c])
|
||||
|
||||
PACKAGE=botcommander
|
||||
VERSION=1.0
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
PKG_CHECK_MODULES(BCREQ, gtk+-2.0)
|
||||
|
||||
AC_SUBST(BCREQ_CFLAGS)
|
||||
AC_SUBST(BCREQ_LIBS)
|
||||
|
||||
AC_PROG_CC
|
||||
|
||||
AC_OUTPUT([Makefile src/Makefile po/Makefile.in])
|
||||
|
Reference in New Issue
Block a user