From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf0-x22b.google.com ([2a00:1450:4010:c07::22b]) by metis.ext.pengutronix.de with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1bBjVr-0007IR-0X for ptxdist@pengutronix.de; Sat, 11 Jun 2016 16:03:47 +0200 Received: by mail-lf0-x22b.google.com with SMTP id u74so61134968lff.2 for ; Sat, 11 Jun 2016 07:03:46 -0700 (PDT) Received: from [192.168.0.100] ([217.71.235.210]) by smtp.googlemail.com with ESMTPSA id e86sm1701379lji.30.2016.06.11.07.03.39 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Jun 2016 07:03:40 -0700 (PDT) From: Kirill Smirnov Message-ID: Date: Sat, 11 Jun 2016 17:03:39 +0300 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------C96B819B549016A7F5BF9837" Subject: [ptxdist] [PATCH] ptxdist: add support for mktemp-gnu tool List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de This is a multi-part message in MIME format. --------------C96B819B549016A7F5BF9837 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit --------------C96B819B549016A7F5BF9837 Content-Type: text/x-patch; name="0001-ptxdist-add-support-for-mktemp-gnu-tool.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-ptxdist-add-support-for-mktemp-gnu-tool.patch" This fixes configure on Slackware. Signed-off-by: Kirill K. Smirnov --- 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 --------------C96B819B549016A7F5BF9837 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KcHR4ZGlzdCBt YWlsaW5nIGxpc3QKcHR4ZGlzdEBwZW5ndXRyb25peC5kZQ== --------------C96B819B549016A7F5BF9837--