2009/11/2 armen...@gmail.com <armen...@gmail.com>: > Can't seem to even find the "configure" script after doing the "bzr co > lp:swfmill" > > Is the source code missing building scripts?
No. The configure script is generated by autoconf, and I don’t check in generated files — not least because they tend to get out of sync with the files they were generated from. This is consistent with most other open source projects that use autoconf and friends to generate their build scripts. To build swfmill from a fresh checkout, ensure you have installed reasonably recent versions of autoconf, automake and libtool, and run: ./autogen.sh && ./configure && make Hope this helps, Dan. _______________________________________________ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org