From: Stefano Lattarini Date: Tue, 22 May 2012 12:33:52 +0000 (+0200) Subject: [ng] am: new make variable '$(am__handle_exeext)' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=993f03a12d68efb489d6cbe8c7943cf61b1000a5;p=thirdparty%2Fautomake.git [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 --- 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