summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-09-02 17:52:59 -0500
committerPatrick Williams <patrick@stwcx.xyz>2016-09-02 21:22:17 -0500
commit686df74e15a610de6a4b20a260704ab4ff00dc50 (patch)
tree78a8bd8dcf64548e436431dc6b4ef8a136b82267 /configure.ac
parent3cff7ed7a9e397de35809f787deabcc8a6b3350d (diff)
downloadphosphor-host-ipmid-686df74e15a610de6a4b20a260704ab4ff00dc50.tar.gz
phosphor-host-ipmid-686df74e15a610de6a4b20a260704ab4ff00dc50.zip
Minor reorder and simplification of autotools files
Change-Id: I55db0cf7f6041890564f557c98286c8b4bde80cb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index b292adf..8e1b587 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,12 +3,12 @@ AC_PREREQ([2.69])
AC_INIT([phosphor-host-ipmid], [1.0], [https://github.com/openbmc/phosphor-host-ipmid/issues])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
-AM_PROG_AR()
# Checks for programs.
AC_PROG_CXX
-AX_CXX_COMPILE_STDCXX(14, [noext])
+AX_CXX_COMPILE_STDCXX_14([noext])
AC_PROG_CC
+AM_PROG_AR
AC_PROG_INSTALL
AC_PROG_MAKE_SET
@@ -22,10 +22,8 @@ AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
-LT_INIT
+LT_INIT([dlopen disable-static shared])
LT_LIB_DLLOAD
-AC_ENABLE_SHARED
-AC_DISABLE_STATIC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud