Skip to content

Commit 15cec2c

Browse files
committed
Remove redundant definition of CUSTOM_ROOT
Signed-off-by: Keith W. Campbell <[email protected]>
1 parent b11980d commit 15cec2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

configure

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,18 @@
2222
# questions.
2323
#
2424
# ===========================================================================
25-
# (c) Copyright IBM Corp. 2018, 2018 All Rights Reserved
25+
# (c) Copyright IBM Corp. 2018, 2021 All Rights Reserved
2626
# ===========================================================================
27-
#
27+
#
2828
# This is a thin wrapper which will call the real configure script, and
2929
# make sure that is called using bash.
3030

3131
# Get an absolute path to this script, since that determines the top-level directory.
3232
this_script_dir=`dirname $0`
3333
this_script_dir=`cd $this_script_dir > /dev/null && pwd`
3434

35-
# Set CUSTOM_CONFIG_DIR for OpenJ9 closed extensions
35+
# Set CUSTOM_CONFIG_DIR for OpenJ9 extensions.
3636
export CUSTOM_CONFIG_DIR=$this_script_dir/closed/autoconf
37-
export CUSTOM_ROOT=$this_script_dir
3837

3938
# Delegate to wrapper, forcing wrapper to believe $0 is this script by using -c.
4039
# This trick is needed to get autoconf to co-operate properly.

0 commit comments

Comments
 (0)