OpenJDK / amber / amber
comparison make/autoconf/spec.gmk.in @ 55009:9c44ab24b4a4
8219129: Allow overriding of license files in legal dir
Reviewed-by: ihse
author | erikj |
---|---|
date | Tue, 19 Feb 2019 12:40:44 -0800 |
parents | 65c813da7c65 |
children | 6902132d3dee 4d3b65857384 e403ff78116c |
comparison
equal
deleted
inserted
replaced
126:195285f5ed88 | 129:a2c2c6c35f61 |
---|---|
33 # The command line given to configure. | 33 # The command line given to configure. |
34 CONFIGURE_COMMAND_LINE:=@CONFIGURE_COMMAND_LINE@ | 34 CONFIGURE_COMMAND_LINE:=@CONFIGURE_COMMAND_LINE@ |
35 | 35 |
36 # A self-referential reference to this file. | 36 # A self-referential reference to this file. |
37 SPEC:=@SPEC@ | 37 SPEC:=@SPEC@ |
38 | |
39 # Path to autoconf if overriden by the user, to be used by "make reconfigure" | |
40 AUTOCONF := @AUTOCONF@ | |
38 | 41 |
39 # SPACE and COMMA are defined in MakeBase.gmk, but they are also used in | 42 # SPACE and COMMA are defined in MakeBase.gmk, but they are also used in |
40 # some definitions here, and are needed if MakeBase.gmk is not included before | 43 # some definitions here, and are needed if MakeBase.gmk is not included before |
41 # this file. | 44 # this file. |
42 X:= | 45 X:= |