[systemd-commits] configure.ac

Lennart Poettering lennart at kemper.freedesktop.org
Mon Mar 5 06:29:26 PST 2012


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 82bdec0d65e38333286ae025e5d1aae29b8463f5
Author: Thierry Reding <thierry.reding at avionic-design.de>
Date:   Wed Feb 15 08:00:27 2012 +0100

    configure.ac: fix typo in distro help string

diff --git a/configure.ac b/configure.ac
index fe1771c..3860088 100644
--- a/configure.ac
+++ b/configure.ac
@@ -396,7 +396,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, ubuntu, arch, gentoo, slackware, altlinuxi, mandriva, meego, mageia, angstrom or other]))
+AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, ubuntu, arch, gentoo, slackware, altlinux, mandriva, meego, mageia, angstrom 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)])



More information about the systemd-commits mailing list