summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-04-17 15:49:37 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-05-15 16:59:22 -0400
commitdb440d4cfe3fa2cba5621342eb58b9928af6912a (patch)
tree7c3c7150260bf2179b204efec77a561ca325e642 /configure.ac
parentc5736432ac09d19cd0e513e11082a7637a196829 (diff)
downloadphosphor-dbus-monitor-db440d4cfe3fa2cba5621342eb58b9928af6912a.tar.gz
phosphor-dbus-monitor-db440d4cfe3fa2cba5621342eb58b9928af6912a.zip
Base monitoring generation script
Monitoring source generation script with mako template to generate an empty set of events. The events will be parsed and added under openbmc/openbmc#1493 Resolves openbmc/openbmc#1343 Change-Id: I40225f070212af36f410d99bc7ead95961e70997 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 816882c..38e8d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,9 @@ AM_PROG_AR
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_AWK
+AM_PATH_PYTHON([2.7],
+ [AC_SUBST([PYTHON], [echo "$PYTHON"])],
+ [AC_MSG_ERROR([Could not find python-2.7 installed...python-2.7 is required])])
# Checks for libraries.
PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],, AC_MSG_ERROR(["Requires sdbusplus package."]))
OpenPOWER on IntegriCloud