From e7e108672381007c2beaec5c436d757cca0017a2 Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 18 Jun 2009 13:04:29 +0200 Subject: Add autotools infrastructure. --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..a26cfa5 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo Running autoreconf +autoreconf --install +echo Running configure... +./configure $@ -- cgit v1.2.3