From a262e74764580d9a7ae0d19c46874714d2547692 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= <gunter@peterpall.de>
Date: Tue, 2 Jun 2015 21:53:12 +0200
Subject: [PATCH 2/2] A fake configure that calls waf.

---
 configure | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100755 configure

diff --git a/configure b/configure
new file mode 100755
index 0000000..783fe5a
--- /dev/null
+++ b/configure
@@ -0,0 +1,2 @@
+#!/bin/sh
+./waf configure "$@"
\ No newline at end of file
-- 
2.1.4

