aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index 55de648..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,9 +0,0 @@
-AC_INIT([cmud], [0.1])
-AC_CONFIG_SRCDIR(src/main.c)
-AC_PROG_CC
-
-AM_INIT_AUTOMAKE([1.12] foreign [subdir-objects])
-AC_CONFIG_FILES([Makefile])
-AC_CHECK_HEADERS([argon2.h])
-
-AC_OUTPUT