Added a simple configure script that is superior to gnu autotools
[citadel.git] / ctdlsh / configure
diff --git a/ctdlsh/configure b/ctdlsh/configure
new file mode 100755 (executable)
index 0000000..53ee6cf
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+echo 
+echo 
+echo Running the configure script to create config.mk
+echo
+
+(
+       echo 'CFLAGS := -ggdb'
+       echo 'LDFLAGS :='
+) >config.mk
+