Ryan Schmidt wrote: > On Apr 10, 2009, at 18:11, [email protected] 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 _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
