File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
22
# questions.
23
23
#
24
24
# ===========================================================================
25
- # (c) Copyright IBM Corp. 2018, 2018 All Rights Reserved
25
+ # (c) Copyright IBM Corp. 2018, 2021 All Rights Reserved
26
26
# ===========================================================================
27
- #
27
+ #
28
28
# This is a thin wrapper which will call the real configure script, and
29
29
# make sure that is called using bash.
30
30
31
31
# Get an absolute path to this script, since that determines the top-level directory.
32
32
this_script_dir=` dirname $0 `
33
33
this_script_dir=` cd $this_script_dir > /dev/null && pwd`
34
34
35
- # Set CUSTOM_CONFIG_DIR for OpenJ9 closed extensions
35
+ # Set CUSTOM_CONFIG_DIR for OpenJ9 extensions.
36
36
export CUSTOM_CONFIG_DIR=$this_script_dir /closed/autoconf
37
- export CUSTOM_ROOT=$this_script_dir
38
37
39
38
# Delegate to wrapper, forcing wrapper to believe $0 is this script by using -c.
40
39
# This trick is needed to get autoconf to co-operate properly.
You can’t perform that action at this time.
0 commit comments