about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..a230de6
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,6 @@
+AC_INIT([mbase], [0.1.0])
+AC_PROG_INSTALL
+AC_PROG_MKDIR_P
+AC_PROG_CPP
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT