OpenJDK / amber / amber
comparison configure @ 56807:7fa5bdf1b954
manual merge with records branch
author | vromero |
---|---|
date | Thu, 20 Jun 2019 12:08:09 -0400 |
parents | 78c47f0002c3 |
children |
comparison
equal
deleted
inserted
replaced
2:20bf1cbd59af | 3:fe864543ed08 |
---|---|
30 this_script_dir=`cd $this_script_dir > /dev/null && pwd` | 30 this_script_dir=`cd $this_script_dir > /dev/null && pwd` |
31 | 31 |
32 # Delegate to wrapper, forcing wrapper to believe $0 is this script by using -c. | 32 # Delegate to wrapper, forcing wrapper to believe $0 is this script by using -c. |
33 # This trick is needed to get autoconf to co-operate properly. | 33 # This trick is needed to get autoconf to co-operate properly. |
34 # The ${-:+-$-} construction passes on bash options. | 34 # The ${-:+-$-} construction passes on bash options. |
35 bash ${-:+-$-} -c ". $this_script_dir/common/autoconf/configure" $this_script_dir/configure CHECKME $this_script_dir "$@" | 35 bash ${-:+-$-} -c ". $this_script_dir/make/autoconf/configure" $this_script_dir/configure CHECKME $this_script_dir "$@" |