From e57fe29b63b883e7e214d1b619bc6953b70fa489 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 13 May 2024 10:22:40 -0500 Subject: Add autotools because why not Signed-off-by: Matt Strapp --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..c70a7e0 --- /dev/null +++ b/configure.ac @@ -0,0 +1,11 @@ +AC_INIT([libocusts], [1.0.0]) +AC_CONFIG_SRCDIR([include/locusts.h]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIRS([m4]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AC_PROG_CC +AM_PROG_AR +LT_INIT + +AC_CONFIG_FILES([GNUmakefile ocusts.pc]) +AC_OUTPUT \ No newline at end of file -- cgit v1.2.3