build-sys: prepare v20

This commit is contained in:
Lennart Poettering 2011-03-08 19:41:19 +01:00
parent e527618da5
commit 6e25b33cdd
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -20,6 +20,8 @@ F15:
* support chkconfig without forwarding to systemctl to facilitate upgrades
* drop SIGHUP handling from rsyslog.service upstream
Features:
* consider services with no [Install] section and stored in /lib enabled by "systemctl is-enabled"

View File

@ -17,7 +17,7 @@
AC_PREREQ(2.63)
AC_INIT([systemd],[19],[systemd-devel@lists.freedesktop.org])
AC_INIT([systemd],[20],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])