From: Alexander Aring <alex.aring@gmail.com>
To: ptxdist@pengutronix.de
Cc: Alexander Aring <alex.aring@gmail.com>
Subject: [ptxdist] [PATCH v5 4/4] configure.ac: use Python instead python everywhere
Date: Mon, 21 Apr 2014 12:27:33 +0200 [thread overview]
Message-ID: <1398076053-32605-5-git-send-email-alex.aring@gmail.com> (raw)
In-Reply-To: <1398076053-32605-1-git-send-email-alex.aring@gmail.com>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
configure.ac | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3c4f956..9c3651d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,13 +293,13 @@ dnl Check for gcc
AC_PATH_PROGS(GCC, gcc,, $PATH)
dnl
-dnl Checks for python, needed for ipkg-utils
+dnl Checks for Python, needed for ipkg-utils
dnl
-AC_ARG_WITH(python, AS_HELP_STRING([--with-python],[name of the python executable to use]),
+AC_ARG_WITH(python, AS_HELP_STRING([--with-python],[name of the Python executable to use]),
[
PYTHON="$withval"
AC_SUBST(PYTHON)
- AC_MSG_NOTICE([Using python executable $PYTHON])
+ AC_MSG_NOTICE([Using Python executable $PYTHON])
],[
AC_PATH_PROGS(PYTHON, python2 python2.7 python2.6 python)
AC_SUBST(PYTHON)
@@ -327,13 +327,13 @@ else
AC_MSG_ERROR(Please install the Python distutils package)
fi
-AC_MSG_CHECKING(whether python development files are present)
+AC_MSG_CHECKING(whether Python development files are present)
PYTHON_MAKEFILE=`$PYTHON -c "import distutils.sysconfig; print distutils.sysconfig.get_makefile_filename()" 2> /dev/null`
if test -e "$PYTHON_MAKEFILE"; then
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
- AC_MSG_ERROR([some python development files could not be found, you are
+ AC_MSG_ERROR([some Python development files could not be found, you are
likely using suse or redhat system as host. In this case
please install the python-devel packages])
fi
--
1.9.2
--
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2014-04-21 10:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-21 10:27 [ptxdist] [PATCH v5 0/4] ptxdist: check python configure.ac and libusb Alexander Aring
2014-04-21 10:27 ` [ptxdist] [PATCH v5 1/4] libusb: rename libusbx to libusb Alexander Aring
2014-04-21 10:27 ` [ptxdist] [PATCH v5 2/4] configure.ac: add check for python 2.x version Alexander Aring
2014-04-21 10:27 ` [ptxdist] [PATCH v5 3/4] configure.ac: check for python2 binary as well Alexander Aring
2014-04-21 10:27 ` Alexander Aring [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1398076053-32605-5-git-send-email-alex.aring@gmail.com \
--to=alex.aring@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox