From 4c3473a4785336103cc47de95fddbbba12b12e7a Mon Sep 17 00:00:00 2001 From: Alistair Popple Date: Thu, 7 Jan 2016 16:19:43 +1100 Subject: Initial release of pdbg pdbg is a tool to access P8 host registers and memory from the BMC for kernel and firmware debugging purposes. Signed-off-by: Alistair Popple --- bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bootstrap.sh (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..600a900 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal +autoconf +autoheader +automake --add-missing -- cgit v1.2.1