blob: 04100d94032ff88892d2511ef67c27733cf6958f [file] [log] [blame]
Matt Spinlerc1d65772018-03-27 10:15:32 -05001AC_PREREQ([2.69])
2AC_INIT([ibm-logging], [1.0], [https://github.com/openbmc/ibm-logging/issues])
3AC_LANG([C++])
4AC_CONFIG_HEADERS([config.h])
5AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
6AM_SILENT_RULES([yes])
7
8# Checks for programs.
9AC_PROG_CXX
10AC_PROG_INSTALL
11AC_PROG_MAKE_SET
12
13# Checks for typedefs, structures, and compiler characteristics.
14AX_CXX_COMPILE_STDCXX_14([noext])
15AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
16
17LT_INIT
18
19AC_CONFIG_FILES([Makefile])
20AC_OUTPUT