mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxdist: add support for mktemp-gnu tool
@ 2016-06-11 14:03 Kirill Smirnov
  0 siblings, 0 replies; only message in thread
From: Kirill Smirnov @ 2016-06-11 14:03 UTC (permalink / raw)
  To: ptxdist

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-11 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-11 14:03 [ptxdist] [PATCH] ptxdist: add support for mktemp-gnu tool Kirill Smirnov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox