From b9f80a2b37edf9682f189b406542b3f7a93b24a3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 2 Apr 2025 20:54:37 +0300 Subject: Moved directory and some experimental changes --- c_implementation/configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 c_implementation/configure.ac (limited to 'c_implementation/configure.ac') diff --git a/c_implementation/configure.ac b/c_implementation/configure.ac new file mode 100644 index 0000000..477ec5c --- /dev/null +++ b/c_implementation/configure.ac @@ -0,0 +1,11 @@ +AC_INIT([akt], [0.0.0]) +AM_INIT_AUTOMAKE([foreign subdir-objects]) +AC_CONFIG_MACRO_DIRS([m4]) +LT_INIT([shared]) + +AC_PROG_CC +AC_CONFIG_FILES([Makefile]) + +AC_CHECK_HEADERS([stdlib.h stdio.h]) + +AC_OUTPUT -- cgit v1.2.3