X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=ba9bbf8258008f89c8df3fcb10af342a9bfa93e0;hp=3905e4941abe0b0c62f1b4d241652e1e126764bc;hb=7d568925bda9797f611e36d1d00cd941701cb3c8;hpb=1271623839b5bb4f0f383a8ad5500462dda0a94a diff --git a/configure.ac b/configure.ac index 3905e4941..ba9bbf825 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[8],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[9],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -262,6 +262,7 @@ if test "z$with_distro" = "z"; then fi fi with_distro=`echo ${with_distro} | tr '[[:upper:]]' '[[:lower:]]' ` +AC_DEFINE_UNQUOTED(DISTRIBUTION, ["${with_distro}"], [Target Distribution]) # Default generic names SPECIAL_SYSLOG_SERVICE=syslog.service