"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
- setting shell variables at the command line John A. Crow
- Re: setting shell variables at the command line Assar Westerlund
- Re: setting shell variables at the command line Lars Hecking
- Re: setting shell variables at the command l... Assar Westerlund
- Re: setting shell variables at the comma... Lars Hecking
- Re: setting shell variables at the command line John A. Crow
