From 993f03a12d68efb489d6cbe8c7943cf61b1000a5 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 22 May 2012 14:33:52 +0200 Subject: [PATCH] [ng] am: new make variable '$(am__handle_exeext)' This is just a preparatory commit in view of future changes. * lib/am/header-vars.am (am__handle_exeext): New internal variable, defined to "yes" if the automake static conditional '?HANDLE-EXEEXT?' is true, and to "no" otherwise. Signed-off-by: Stefano Lattarini --- lib/am/header-vars.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 98a804252..05334bdb8 100644 --- a/lib/am/header-vars.am +++ b/lib/am/header-vars.am @@ -83,6 +83,9 @@ am__uniq = $(strip \ $(am__empty), \ $(lastword $(1))))) +?HANDLE-EXEEXT?am__handle_exeext := yes +?!HANDLE-EXEEXT?am__handle_exeext := no + ## These definitions have been generated by the following Bash 4 script: ## ## #!/bin/bash -- 2.47.2