summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2016-01-07 16:19:43 +1100
committerAlistair Popple <alistair@popple.id.au>2016-01-11 18:51:07 +1100
commit4c3473a4785336103cc47de95fddbbba12b12e7a (patch)
tree06c8c19e6c8494e8dc9695bec8bc7c446d930d95 /configure.ac
downloadpdbg-4c3473a4785336103cc47de95fddbbba12b12e7a.tar.gz
pdbg-4c3473a4785336103cc47de95fddbbba12b12e7a.zip
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 <alistair@popple.id.au>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..85c86db
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,9 @@
+AC_INIT([pdbg], [0.1.0])
+AM_INIT_AUTOMAKE([subdir-objects])
+
+AC_PROG_CC
+AC_PROG_RANLIB
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_FILES([Makefile])
+
+AC_OUTPUT
OpenPOWER on IntegriCloud