From: Kirill Smirnov <kirill.k.smirnov@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] ptxdist: add support for mktemp-gnu tool
Date: Sat, 11 Jun 2016 17:03:39 +0300 [thread overview]
Message-ID: <c7cdbed8-c13b-f0a6-c085-b7aa718e1395@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-ptxdist-add-support-for-mktemp-gnu-tool.patch --]
[-- Type: text/x-patch, Size: 816 bytes --]
This fixes configure on Slackware.
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0ec396b..7df0c1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,7 +134,7 @@ dnl $1: tool to search for
dnl $2: package where the tool is (e.g. 'coreutils')
AC_DEFUN([GNU_TOOL],
[AC_CACHE_CHECK([for GNU $1], [ac_cv_path_gnu_$1],
- [AC_PATH_PROGS_FEATURE_CHECK([gnu_$1], [g$1 $1.gnu $1],
+ [AC_PATH_PROGS_FEATURE_CHECK([gnu_$1], [g$1 $1.gnu $1-gnu $1],
[[out=`$ac_path_gnu_$1 --version 2>/dev/null | $SED -ne "s/.*\(GNU\) $2.*/\1/p"`
test "x$out" = xGNU && ac_cv_path_gnu_$1=$ac_path_gnu_$1 ac_path_gnu_$1_found=:]],
[AC_MSG_ERROR([could not find GNU $1])])])
--
2.8.3
[-- Attachment #3: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2016-06-11 14:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=c7cdbed8-c13b-f0a6-c085-b7aa718e1395@gmail.com \
--to=kirill.k.smirnov@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