diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 20:28:59 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 20:28:59 +0800 |
commit | 6dfbf8fd561187ef23eacf9aaae606c0fb42381f (patch) | |
tree | 42af64e6988c9468b7abedbc9f980722d18a6ca6 /configure.ac |
Initial working commit
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..d3b25b2 --- /dev/null +++ b/configure.ac @@ -0,0 +1,10 @@ +AC_INIT([productviewer], [0.0], [pt@darapsa.co.id]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AC_PROG_CC +AC_CONFIG_FILES([Makefile]) +AC_TYPE_SIZE_T +AC_CHECK_FUNCS([strrchr]) +AC_CHECK_FUNCS([memset]) +AM_PROG_AR +LT_INIT +AC_OUTPUT |