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, 0 insertions, 8 deletions
diff --git a/web/configure.ac b/web/configure.ac
deleted file mode 100644
index 7ef439c..0000000
--- a/web/configure.ac
+++ /dev/null
@@ -1,8 +0,0 @@
-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