diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-17 22:45:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-17 22:45:52 +0200 |
commit | 9f2c5942e1e10099027f0da438aafdd9f40440ba (patch) | |
tree | 08ed5d78b207604ea100b93d6cedb39e10442061 /configure.ac | |
parent | 419f3284371ea7568f22c89e7eea21ed0f897f0e (diff) |
man: replace syslog name in man page by configured name
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9eec8016bb..b562c003aa 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ AM_CONDITIONAL(HAVE_XSLTPROC, test x"$XSLTPROC" != x) AC_PATH_PROG([M4], [m4]) -AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, arch, gentoo or other])) +AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, arch, gentoo, slackware or other])) if test "z$with_distro" = "z"; then if test "$cross_compiling" = yes; then AC_MSG_WARN([Target distribution cannot be reliably detected when cross-compiling. You should specify it with --with-distro (see $0 --help for recognized distros)]) |