summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-configure
blob: 62ed12627b1b0a70b73c542ea788f394a57eb676 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- configure
+++ configure
@@ -26,4 +26,6 @@
 # make sure that is called using bash.
 
 this_script_dir=`dirname $0`
-bash $this_script_dir/common/autoconf/configure "$@"
+export CONFIG_SHELL=%%LOCALBASE%%/bin/bash
+export MAKE=%%LOCALBASE%%/bin/gmake
+%%LOCALBASE%%/bin/bash $this_script_dir/common/autoconf/configure "$@"