summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-10-08 15:50:29 +0200
committerAndrew Shadura <andrew@shadura.me>2014-10-08 15:50:29 +0200
commit0927f148422570d8e75e1e405f6f006a32da84e5 (patch)
treeb1313aba8aa8957c295056b800cb4db794f05ea4 /configure.ac
parent324965188d51373f36ad5c0b6c91b382e4b1eaa2 (diff)
Update to 0.9.7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 83c224e..8d5a5f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,10 +12,10 @@ dnl implied. In no event shall the authors be liable for any damages arising
dnl from the use of this software.
AC_PREREQ([2.68])
-AC_INIT([pkgconf], [0.9.5], [http://github.com/pkgconf/pkgconf/issues])
+AC_INIT([pkgconf], [0.9.7], [http://github.com/pkgconf/pkgconf/issues])
AC_CONFIG_SRCDIR([pkg.c])
AC_CONFIG_HEADERS([config.h])
-AC_CHECK_FUNCS([strlcpy strlcat strndup])
+AC_CHECK_FUNCS([strlcpy strlcat strndup strtok_r])
AC_ARG_ENABLE([strict],