blob: b2f823e110a2d89db7ce45dcc316e511d3fbbdec [file] [log] [blame]
# Initialization
AC_PREREQ([2.69])
AC_INIT([pam_ipmi], [0.1], [https://github.com/openbmc/pam-ipmi/issues])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects -Wall foreign dist-xz])
AM_SILENT_RULES([yes])
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
# Checks for programs
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
# Checks for library functions.
LT_INIT # Removes 'unrecognized options: --with-libtool-sysroot
# Create configured output
AC_CONFIG_FILES([Makefile])
AC_OUTPUT