aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
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