chiark / gitweb /
arch: remove rc-local.service
[elogind.git] / configure.ac
index 396a414ac79fe82844cb36f2063972c25dadc10f..e4520e78217d2724b16dfe138b6b3261208e93bd 100644 (file)
@@ -17,7 +17,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([systemd],[15],[systemd-devel@lists.freedesktop.org])
+AC_INIT([systemd],[16],[systemd-devel@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
@@ -411,7 +411,7 @@ else
 fi
 
 AC_ARG_WITH([tty-gid],
-        [AS_HELP_STRING([--tty-gid=GID],
+        [AS_HELP_STRING([--with-tty-gid=GID],
                 [Specify the numeric GID of the 'tty' group])],
         [AC_DEFINE_UNQUOTED(TTY_GID, [$withval], [GID of the 'tty' group])],
         [])