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
rr=`cat config.log| sed -n /configure/s@.*autoconf/configure@./configure@p`
sh ${rr}

Reply via email to