diff options
author | Cara Salter <cara@devcara.com> | 2022-10-28 14:23:15 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-10-28 14:23:15 -0400 |
commit | aea6381412f36ea522afe0d3aab67de772fe72d3 (patch) | |
tree | 74ebaeeeeaf29bbe067679f521d5faba70126b01 /configure.ac | |
parent | f500a9bae22516ac878c3c92bf1a2523102897e1 (diff) | |
download | cmud-aea6381412f36ea522afe0d3aab67de772fe72d3.tar.gz cmud-aea6381412f36ea522afe0d3aab67de772fe72d3.zip |
no autotools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
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 |