How to re-run configure?

Dmitry Samersoff dmitry.samersoff at oracle.com
Tue Feb 26 13:53:52 UTC 2013


Staffan,

1. Keep config.log somewhere
2. Attached script or something similar will do the trick

-Dmitry

On 2013-02-26 13:05, Staffan Larsen wrote:
> Is there a shorthand for re-running configure on one of my
> configurations without having to re-type the configure arguments I
> used when creating the configuration?
> 
> I have a number of configurations and when I have to re-run
> configure, I have to both specify the correct --with-conf-name and
> then the correct configure options I used last time. I know I can
> find those in the configure-arguments file.
> 
> What I would like is something simliar to "make CONF=..." but for
> configure: "sh configure CONF=...".
> 
> Thanks, /Staffan
> 


-- 
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* Give Rabbit time, and he'll always get the answer
-------------- next part --------------
rr=`cat config.log| sed -n /configure/s at .*autoconf/configure at ./configure at p`
sh ${rr}


More information about the build-dev mailing list