mirror of https://github.com/Icinga/icinga2.git
33 lines
319 B
Plaintext
33 lines
319 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
dnl Created by Anjuta application wizard.
|
|
|
|
AC_INIT(icinga2, 0.1)
|
|
|
|
AC_CONFIG_HEADERS([config.h])
|
|
|
|
AM_INIT_AUTOMAKE([1.11])
|
|
|
|
AM_SILENT_RULES([yes])
|
|
|
|
AC_PROG_CXX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LT_INIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_OUTPUT([
|
|
Makefile
|
|
base/Makefile
|
|
jsonrpc/Makefile
|
|
miniapp/Makefile
|
|
|
|
])
|