common/autoconf/configure
changeset 22714 a752920c4317
parent 22475 777928354ad9
child 22716 cf32fe2eb254
--- a/common/autoconf/configure	Tue Feb 11 10:44:23 2014 +0100
+++ b/common/autoconf/configure	Thu Feb 13 00:00:20 2014 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -32,7 +32,7 @@
 conf_script_dir=`dirname $0`
 
 if [ "$CUSTOM_CONFIG_DIR" = "" ]; then
-  conf_custom_script_dir="$conf_script_dir/../../jdk/make/closed/autoconf"
+  conf_custom_script_dir="$conf_script_dir/../../closed/autoconf"
 else
   conf_custom_script_dir=$CUSTOM_CONFIG_DIR
 fi