On 9 September 2010 08:18, Abraham Varricatt
<[email protected]> wrote:
> Is it possible to have some kind of settings file for the
> "./configure" script?

Try './configure -C ....'

This should cache (and subsequently re-use) most of the settings that
you specify on the command line.

You may need to experiment to discover whether any of them are still
needed , but it should help.


> Yes, I'm trying to be lazy, but by any chance, is there a better way
> of doing this? Perhaps a "./configure < read_this_file" ?

Alternatively:

    ./configure  $( cat read_this_file )

The advanced shell functionality is there for your benefit - why not
use it ? :-)

Dave

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to