]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__handle_exeext -> am.conf.handle-exeext
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 12:15:40 +0000 (14:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 12:46:45 +0000 (14:46 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/header-vars.am
lib/am/parallel-tests.am

index 4d5531be1cc1c1543545fa4e5393cdf565348925..691c5054447a84716d91282276b2a2beb8c1d2a9 100644 (file)
@@ -166,8 +166,8 @@ am.util.uniq = $(strip \
            $(am.chars.empty), \
            $(lastword $(1)))))
 
-?HANDLE-EXEEXT?am__handle_exeext := yes
-?!HANDLE-EXEEXT?am__handle_exeext := no
+?HANDLE-EXEEXT?am.conf.handle-exeext := yes
+?!HANDLE-EXEEXT?am.conf.handle-exeext := no
 
 ## These definitions have been generated by the following Bash 4 script:
 ##
index 266670e949609bb7b6bff33b8c73eb1b5959e448..dac1e48fba0b85b5b969f9e29f95a699fa607270 100644 (file)
@@ -75,12 +75,12 @@ am__tpfx = \
 !%.log %.trs: %$1 $$($$(call am__tpfx,$1)LOG_DEPENDENCIES)
 !      @$$(call am__runtest,$$(call am__tpfx,$1))
 !
-!ifeq ($(am__handle_exeext),yes)
+!ifeq ($(am.conf.handle-exeext),yes)
 !ifdef EXEEXT
 !%.log %.trs: %$1$(EXEEXT) $$($$(call am__tpfx,$1)LOG_DEPENDENCIES)
 !      @$$(call am__runtest,$$(call am__tpfx,$1))
 !endif # defined EXEEXT
-!endif # am__handle_exeext = yes
+!endif # am.conf.handle-exeext = yes
 !
 !endef # am__handle_per_suffix_test
 !