From b21fda795e15fb7ba3e74d63518ff2a112d4c875 Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Mon, 17 Oct 2016 17:46:37 +0530 Subject: Add LED grouping support This enables creating custom groups and participating LEDs so that it can later be generated from MRW. For each of the group, a dbus object is created which will announce LED actions. Fixes openbmc/openbmc#550 Change-Id: I7a56d08755288dcfce45ee4c6d6b6c5e5aa454f7 Signed-off-by: Vishwanatha Subbanna --- bootstrap.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 bootstrap.sh (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..412550f --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +AUTOCONF_FILES="Makefile.in aclocal.m4 ar-lib autom4te.cache compile config.* \ + configure depcomp install-sh ltmain.sh missing *libtool" + +case $1 in + clean) + test -f Makefile && make maintainer-clean + rm -rf ${AUTOCONF_FILES} + + exit 0 + ;; +esac + +autoreconf -i +echo 'Run "./configure ${CONFIGURE_FLAGS} && make"' -- cgit v1.2.1