On Thu, 2011-10-20 at 05:56 +0200, Sebastian Pipping wrote: > On 10/11/2011 10:11 PM, Sebastian Pipping wrote: > > Alright. Please initiate the copyright assignment process. > > Any news on this? So there are no preperations to do?
The paperwork generally requires you to list the files that you made changes to, and it's helpful to know the scope of the changes. As long as you're still in the early development stage it's not easy to do this. However it can take a bit to complete esp. if you reside outside the U.S. (inside the U.S. we can now use scanned documents via email but outside the U.S. we still must rely on physical mail). I'll send you some options and you can choose which you prefer. > > Could you add a bootstrap/autogen.sh script to CVS? > > Any advice or progress here? Any more information you need from me? Check the README.cvs file, for now: make-cvs$ tail -17 README.cvs This list is eminently suitable for a quick swipe o' the mouse and a swift click o' mouse-2 into an xterm. Go for it! autoreconf -i ./configure make update make make check Or, for a debugging version: autoreconf -i && ./configure CFLAGS=-g && make update && make && make check Or, all-in-one: autoreconf -i && ./configure && make update && make && make check -- ------------------------------------------------------------------------------- Paul D. Smith <psm...@gnu.org> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make