Assar Westerlund wrote:
> 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
--
Thanks all for the help. I am looking forward to the next autoconf
release, whenever that'll be. The solution of
% env MYVAR1="value 1" MYVAR2="value 2" configure
will work for now. A little hard to explain, but this is going to
get me out of a tough spot right now.
Thanks again -
- John
______________________________________________________________________
John A. Crow
[EMAIL PROTECTED]