Francois Gouget fgouget@codeweavers.com writes:
- tools/winemaker Generate wineapploader using autoconf rather than from the Makefile
Actually it's better to generate this kind of file from the Makefile; this way you can change things without having to re-run configure (by passing the values directly to make). For that reason the autoconf guidelines state that configure should only generate makefiles, not other files.