Index: configure
===================================================================
--- configure	(revision c08f3b1b4e43ccc9c75b691afda7ada8296287fb)
+++ configure	(revision c08f3b1b4e43ccc9c75b691afda7ada8296287fb)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+. ./auto/options
+
+if [ -f ./src/config.h ]; then
+  echo ERROR: config.h exists
+  exit
+fi
+
+if [ -f ./Makefile ]; then
+  echo ERROR: Makefile exists
+  exit
+fi
+
+. ./auto/output/config_h
+. ./auto/output/Makefile
+
+. ./auto/summary
