[Ecls-list] Small configure problem
Raymond Toy
toy.raymond at gmail.com
Wed Aug 27 11:29:11 UTC 2008
Juan Jose Garcia-Ripoll wrote:
> On Wed, Aug 27, 2008 at 2:19 AM, Raymond Toy <toy.raymond at gmail.com> wrote:
>
>> The configure script passes that on to the build directory using $*. It
>> should really use $@ to preserve any quoting in the original args.
>>
>
> Thanks, I have fixed the file ecl/configure, which is probably the one
> you meant. Am I right?
>
>
Yes, that's correct. And it should be "$@" (with the quotes), not just
plain $@.
Ray
More information about the ecl-devel
mailing list