summaryrefslogtreecommitdiff
path: root/web/configure.ac
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-19 07:43:09 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-19 07:43:09 +0800
commit057f7ac151496b3b532fbe6e0824ce287d84054e (patch)
tree535c8872aae62b6063ed4f66ad9387a4f4c77287 /web/configure.ac
parent603d4f0f85cac6942996c2c1f74672bd2c562e27 (diff)
Move everything up, no more web dir
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