X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=configure.ac;h=36ebf02cd35c00ac13dd394ffed2496ee571dde9;hp=1804a300c96355919f1dfe0ff56626f60e17cc0c;hb=923a1c77954f93d107b54c39da7ff63d4f5ffadd;hpb=b54aa71f3a024ffd7ecc040b76b2738c05d25cb6 diff --git a/configure.ac b/configure.ac index 1804a30..36ebf02 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT(VoR, 0.5.4, jason@jasonwoof.com, vor) +AC_INIT(VoR, 0.5.5, jason@jasonwoof.com, vor) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) @@ -22,7 +22,7 @@ AM_PATH_SDL($SDL_VERSION, ) # Checks for header files. -AC_CHECK_HEADERS([inttypes.h stddef.h stdlib.h string.h unistd.h]) +AC_CHECK_HEADERS([inttypes.h stddef.h stdlib.h string.h unistd.h time.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL @@ -35,7 +35,7 @@ AC_TYPE_UINT8_T # Checks for library functions. AC_FUNC_MALLOC -AC_CHECK_FUNCS([atexit memset sqrt strdup]) +AC_CHECK_FUNCS([atexit memset sqrt strdup nanosleep]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT