summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2011-12-01 17:20:45 +0200
committerAndrew Shadura <bugzilla@tut.by>2011-12-01 17:20:45 +0200
commit313a186757edd5d49319c9b83e29a2c3864049ed (patch)
tree74b308b1564f2a27977dea0818fe6850e0296995 /configure.ac
parentb59b103da49f1c8da6a3411741ca1c5b1af50225 (diff)
update to the new upstream release; drop patches
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 59f8329..508d2a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libguess], [1.0], [bugs+libguess@atheme.org])
+AC_INIT([libguess], [1.1], [bugs+libguess@atheme.org])
AC_CONFIG_SRCDIR([src/libguess/guess.c])
AC_CONFIG_HEADER([src/libguess/autoconf.h])
@@ -40,7 +40,7 @@ AC_CHECK_FUNCS([memset setlocale strcasecmp strchr strdup strerror strtol strtod
AC_CHECK_FUNCS([printf sprintf snprintf vsnprintf gettimeofday strndup strlcpy strlcat])
AC_FUNC_STAT
-PKG_CHECK_MODULES([MOWGLI], [libmowgli >= 0.7.0], [], [AC_MSG_ERROR([Install Mowgli from http://atheme.org/project/mowgli.])])
+PKG_CHECK_MODULES([MOWGLI], [libmowgli >= 0.9.50], [], [AC_MSG_ERROR([Install Mowgli from http://atheme.org/project/mowgli.])])
# Check for optional features.
EXAMPLES_BUILD=""