Re: RFR: JDK-8035495 Improvements in autoconf integration

2014-02-21 Thread Mike Duigou
Looks good to me. Mike On Feb 21 2014, at 05:31 , Magnus Ihse Bursie wrote: > This bug covers several small improvements in how our configure eco-system > integrates with autoconf. More specifically: > > * Fix so config.status --recheck works. > * Let the top-level configure script determin

Re: RFR: JDK-8035495 Improvements in autoconf integration

2014-02-21 Thread Tim Bell
Hi Magnus: This bug covers several small improvements in how our configure eco-system integrates with autoconf. More specifically: * Fix so config.status --recheck works. * Let the top-level configure script determine TOPDIR, and pass it on. * Clean up usage regarding TOPDIR, SRC_ROOT and AUTO

RFR: JDK-8035495 Improvements in autoconf integration

2014-02-21 Thread Magnus Ihse Bursie
This bug covers several small improvements in how our configure eco-system integrates with autoconf. More specifically: * Fix so config.status --recheck works. * Let the top-level configure script determine TOPDIR, and pass it on. * Clean up usage regarding TOPDIR, SRC_ROOT and AUTOCONF_DIR. * P