summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-29 11:21:17 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-29 11:21:17 +0800
commit0824be8a339dc39719754a4f683c231cd1e89331 (patch)
tree5224bc316e7074532709adcebadc0a8eaaa3f200
parenta0509bf263f8d34958aea83be48ca42665fdbb30 (diff)
More checks on configure.ac
-rw-r--r--.gitignore2
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 6480da2..ec80d16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,7 @@
aclocal.m4
ar-lib
autom4te.cache
-autoscan-2.69.log
+autoscan*.log
build
compile
config.*
diff --git a/configure.ac b/configure.ac
index deb9048..170d20a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,10 @@ AM_PROG_AR
LT_INIT
PKG_CHECK_MODULES([DEPS], [libcurl json-c])
AC_C_INLINE
-AC_CHECK_FUNCS([memset])
+AC_CHECK_FUNCS([strstr strcspn strtol memset])
AC_FUNC_MALLOC
AC_FUNC_REALLOC
+AC_FUNC_MKTIME
AC_TYPE_SIZE_T
AC_CONFIG_FILES([Makefile pikul.pc])
AC_OUTPUT