"John A. Crow" <[EMAIL PROTECTED]> writes:
> I would like to know what is the standard or preferred way of setting
> a variable at the configure command line.

In the CVS version of autconf you can do:

configure MYVAR="value of myvar"

In autoconf 2.13, you have to do:

env MYVAR="value of myvar" configure

/assar

Reply via email to