Re: [systemd-devel] [PATCH] configure.ac: fix typo in distro help string

2012-03-05 Thread Lennart Poettering
On Wed, 15.02.12 08:00, Thierry Reding (thierry.red...@avionic-design.de) wrote:

 Signed-off-by: Thierry Reding thierry.red...@avionic-design.de

Thanks! Applied!

 ---
  configure.ac |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
 index 62e8cdf..87d2211 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -395,7 +395,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)])


Lennart

-- 
Lennart Poettering - Red Hat, Inc.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] configure.ac: fix typo in distro help string

2012-02-14 Thread Thierry Reding
Signed-off-by: Thierry Reding thierry.red...@avionic-design.de
---
 configure.ac |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 62e8cdf..87d2211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,7 +395,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)])
-- 
1.7.9.1

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel