From aea6381412f36ea522afe0d3aab67de772fe72d3 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 28 Oct 2022 14:23:15 -0400 Subject: no autotools --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 configure.ac (limited to 'configure.ac') 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 -- cgit v1.2.3