[109749] users/mojca/wxports

Mojca Miklavec mojca at macports.org
Tue Aug 20 03:46:30 PDT 2013


On Tue, Aug 20, 2013 at 3:19 AM, Ryan Schmidt wrote:
>
>> pre-configure {
>> -    # TODO: dependency on autotools
>> -    system "cd ${worksrcpath} && autoreconf --install --verbose"
>> +    system -W ${worksrcpath} "autoreconf --install --verbose"
>> }
>
> Unless there are extenuating circumstances, running autoreconf is more simply accomplished with:
>
> use_autoreconf yes
>
> It adds the needed build dependencies for you too.

Oh, thanks a lot for the hint.

I'll take a look at all the ports where I added this. Some use
./bootstrap and alike, but I believe that I could simply use
    autoreconf.cmd ./bootstrap
or something along the lines.

Mojca


More information about the macports-dev mailing list