icinga2/configure.ac

37 lines
428 B
Plaintext
Raw Normal View History

2012-03-28 13:24:49 +02:00
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
LT_CONFIG_LTDL_DIR([ltdl])
LTDL_INIT
2012-03-28 13:24:49 +02:00
AC_OUTPUT([
Makefile
base/Makefile
configfilecomponent/Makefile
configrpccomponent/Makefile
icinga/Makefile
2012-03-28 13:24:49 +02:00
jsonrpc/Makefile
miniapp/Makefile
])