diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |