summaryrefslogtreecommitdiff
path: root/web/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'web/configure.ac')
-rw-r--r--web/configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/configure.ac b/web/configure.ac
new file mode 100644
index 0000000..7ef439c
--- /dev/null
+++ b/web/configure.ac
@@ -0,0 +1,8 @@
+AC_INIT([shopify-app-template-c], [0.0], [erik@darapsa.co.id])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AC_PROG_CC
+PKG_CHECK_MODULES([DEPS], [libmicrohttpd libgcrypt gnutls libpcre2-8 libcurl json-c])
+AC_FUNC_MALLOC
+AC_TYPE_SIZE_T
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT