]> git.meshlink.io Git - catta/blobdiff - configure.ac
Adapt to undocumented hack (passing 0:0 in tv to mean "now") that probably got introd...
[catta] / configure.ac
index d8546d8c53c5711be88511d30eb7c7fff9ff324e..d047e5c2286e330dbe63999fa9a14f7c34f36b1b 100644 (file)
@@ -21,7 +21,7 @@
 # USA.
 
 AC_PREREQ(2.57)
-AC_INIT([avahi],[0.5],[avahi (at) lists (dot) freedesktop (dot) org])
+AC_INIT([avahi],[0.6],[avahi (at) lists (dot) freedesktop (dot) org])
 AC_CONFIG_SRCDIR([avahi-core/server.c])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
@@ -408,12 +408,12 @@ AC_ARG_ENABLE(mono,
         esac],
         [HAVE_MONO=yes])
 
-AC_ARG_ENABLE(mono-docs,
-        AS_HELP_STRING([--disable-mono-docs],[Disable documentation for mono bindings]),
+AC_ARG_ENABLE(monodoc,
+        AS_HELP_STRING([--disable-monodoc],[Disable documentation for mono bindings]),
         [case "${enableval}" in
                 yes) HAVE_MONODOC=yes ;;
                 no)  HAVE_MONODOC=no ;;
-                *) AC_MSG_ERROR(bad value ${enableval} for --enable-mono-docs) ;;
+                *) AC_MSG_ERROR(bad value ${enableval} for --enable-monodoc) ;;
         esac],
         [HAVE_MONODOC=yes])