[49481] trunk/dports/editors
Rainer Müller
raimue at macports.org
Sat Apr 11 02:28:48 PDT 2009
Ryan Schmidt wrote:
> On Apr 10, 2009, at 18:11, raimue at macports.org wrote:
>
>> +pre-configure {
>> + system "cd ${worksrcpath}/src && make autoconf"
>> +}
>
> This could be
>
>
> use_autoconf yes
> autoconf.dir ${worksrcpath}/src
The vim autoconf setup is a bit special. They have src/configure.in but
keep the generated file at src/auto/configure. The Makefile provides an
autoconf target and warns against running autoconf manually, so that's
why I did it this way.
Rainer
More information about the macports-dev
mailing list