From 000a92b4fa909c432732ac3ed8f28eeeaeac70ee Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 9 Dec 2008 17:48:45 +1100 Subject: autoconfiscate Add autoconf, but keep non-recursive Makefile structure. Signed-off-by: Jeremy Kerr --- bootstrap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100644 index 0000000..bf4d77f --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh -ex + +aclocal +autoheader +autoconf -- cgit v1.2.1