diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-06 03:11:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-06 03:11:24 +0200 |
commit | 7d568925bda9797f611e36d1d00cd941701cb3c8 (patch) | |
tree | cb7a5ed9ed72bd1ab4bcb19975dca9d6d46fac5c /configure.ac | |
parent | 35df8f27fae82c6f9e83d750ffa5e54733b16cf2 (diff) |
systemctl: make --version a little bit more verbose
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8d0da43630..ba9bbf8258 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |